Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_synctask.c83 if (!sync) in zcp_sync_task()
151 dsl_destroy_snapshot_sync, &ddsa, sync, dsname); in zcp_synctask_destroy()
157 dsl_destroy_head_sync, &ddha, sync, dsname); in zcp_synctask_destroy()
196 dsl_dataset_promote_sync, &ddpa, sync, dsname); in zcp_synctask_promote()
227 dsl_dataset_rollback_sync, &ddra, sync, dsname); in zcp_synctask_rollback()
281 dsl_dataset_snapshot_sync, &ddsa, sync, dsname); in zcp_synctask_snapshot()
412 dsl_bookmark_create_sync, &dbca, sync, source); in zcp_synctask_bookmark()
453 &args, sync, dsname); in zcp_synctask_set_prop()
498 err = info->func(state, sync, err_details); in zcp_synctask_wrapper()
518 zcp_load_synctask_lib(lua_State *state, boolean_t sync) in zcp_load_synctask_lib() argument
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dqcom,q6afe.txt54 - qcom,tdm-sync-mode:
58 0 - Short sync bit mode
59 1 - Long sync mode
60 2 - Short sync slot mode
62 - qcom,tdm-sync-src:
76 - qcom,tdm-invert-sync:
87 with respect to sync edge.
119 qcom,tdm-sync-mode = <1>:
120 qcom,tdm-sync-src = <1>;
130 qcom,tdm-sync-mode = <1>:
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh112 oflag=sync bs=1k count=8
117 oflag=sync bs=1k count=1
119 oflag=sync bs=512 count=1
141 oflag=sync bs=128k count=64
145 oflag=sync bs=128k count=8
147 oflag=sync bs=128k count=2
150 oflag=sync bs=128k count=8
152 oflag=sync bs=128k count=2 seek=2
155 oflag=sync bs=128k count=8
157 oflag=sync bs=128k count=2 seek=2 conv=notrunc
[all …]
H A Dslog_replay_volume.ksh89 log_must zfs set sync=always $TESTPOOL/$TESTVOL
105 log_must zpool sync
117 log_must dd if=/dev/urandom of=$MNTPNT/latency-8k bs=8k count=1 oflag=sync
118 log_must dd if=/dev/urandom of=$MNTPNT/latency-128k bs=128k count=1 oflag=sync
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.snapshot_neg.zcp27 assert(zfs.sync.snapshot("ceci_nest_pas_une_dataset") == EINVAL);
28 assert(zfs.sync.snapshot(fs1) == EINVAL)
29 assert(zfs.sync.snapshot(fs1 .. "@" .. longstring) == ENAMETOOLONG)
31 assert(zfs.sync.snapshot(fs2 .. "@snap1") == 0)
33 assert(zfs.sync.snapshot(fs2 .. "@snap2") == EAGAIN)
35 assert(zfs.sync.snapshot(fs1 .. "@snap1") == EEXIST)
H A Dtst.promote_multiple.ksh66 assert(zfs.sync.promote("$clone2") == 0)
67 assert(zfs.sync.promote("$clone2") == 0)
68 assert(zfs.sync.destroy("$clone1") == 0)
H A Dtst.rollback_mult.ksh45 err = zfs.sync.rollback(fs)
47 err = zfs.sync.destroy(snap)
50 err = zfs.sync.rollback(fs)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_clone_livelist_condense_races.ksh52 log_must zpool sync $TESTPOOL
56 log_must zpool sync $TESTPOOL
66 log_must zpool sync $TESTPOOL
81 log_must zpool sync $TESTPOOL
86 log_must zpool sync $TESTPOOL
98 log_must zpool sync $TESTPOOL
H A Dzfs_destroy_dev_removal_condense.ksh68 log_must zpool sync $TESTPOOL2
79 log_must zpool sync $TESTPOOL2
81 log_must zpool sync $TESTPOOL2
87 log_must zpool sync $TESTPOOL2
H A Dzfs_clone_livelist_condense_and_disable.ksh69 log_must zpool sync $TESTPOOL
77 log_must zpool sync $TESTPOOL
94 log_must zpool sync $TESTPOOL
106 log_must zpool sync $TESTPOOL
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_nopwrite.ksh35 dd if=/dev/urandom of=$TESTDIR/file_8k bs=1024k count=$MEGS oflag=sync \
38 dd if=/dev/urandom of=$TESTDIR/file_128k bs=1024k count=$MEGS oflag=sync \
49 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
54 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
76 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
84 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml99 description: Horizontal sync length panel timing
138 description: Vertical sync length panel timing
152 Horizontal sync pulse.
159 Vertical sync pulse.
182 Drive sync on rising or sample sync on falling edge.
184 Use 0 to drive sync on falling edge and
185 sample sync on rising edge of pixel clock.
186 Use 1 to drive sync on rising edge and
187 sample sync on falling edge of pixel clock
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_zil.ksh58 for sync in ${sync_prop_vals[@]}; do
60 log_must zfs create -V $VOLSIZE -b 128K -o sync=$sync \
/f-stack/freebsd/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16475.yaml63 adi,sync-mode:
76 This property must be present if the clock mode is scaled-sync through
106 adi,sync-mode:
112 adi,sync-mode:
117 adi,sync-mode: [ clocks ]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_write_filter_module.c57 ngx_uint_t last, flush, sync; in ngx_stream_write_filter() local
89 sync = 0; in ngx_stream_write_filter()
149 if (cl->buf->sync) { in ngx_stream_write_filter()
150 sync = 1; in ngx_stream_write_filter()
221 if (cl->buf->sync) { in ngx_stream_write_filter()
222 sync = 1; in ngx_stream_write_filter()
239 if (last || flush || sync) { in ngx_stream_write_filter()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/replacement/
H A Dresilver_restart_001.ksh156 log_must zpool sync $TESTPOOL1
158 log_must zpool sync $TESTPOOL1
180 log_must zpool sync $TESTPOOL1
181 log_must zpool sync $TESTPOOL1
H A Dresilver_restart_002.ksh76 zpool sync $TESTPOOL1
95 log_must zpool sync $TESTPOOL1
96 log_must zpool sync $TESTPOOL1
/f-stack/dpdk/doc/guides/mempool/
H A Dring.rst15 multi-thread consumer sync mode. For more information please refer to:
21 single-thread consumer sync mode. For more information please refer to:
27 multi-thread consumer sync mode.
32 single-thread consumer sync mode.
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_write_filter_module.c51 ngx_uint_t last, flush, sync; in ngx_http_write_filter() local
65 sync = 0; in ngx_http_write_filter()
125 if (cl->buf->sync) { in ngx_http_write_filter()
126 sync = 1; in ngx_http_write_filter()
197 if (cl->buf->sync) { in ngx_http_write_filter()
198 sync = 1; in ngx_http_write_filter()
232 if (last || flush || sync) { in ngx_http_write_filter()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-lm3692x.txt27 - reg : 0 - Will enable all LED sync paths
28 1 - Will enable the LED1 sync
29 2 - Will enable the LED2 sync
30 3 - Will enable the LED3 sync (LM36923 only)
/f-stack/freebsd/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt11 - sync-edge: Horizontal and Vertical Sync Edge: 0=rising 1=falling
12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore
45 sync-edge = <0>;
46 sync-ctrl = <1>;
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_partial.ksh69 log_must zpool sync
92 log_must zpool sync
105 log_must zpool sync
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_verify_checksums.ksh45 log_must sync
55 log_must sync
/f-stack/freebsd/netgraph/
H A Dng_async.c78 hook_p sync; /* Synchronous side */ member
226 hookp = &sc->sync; in nga_newhook()
244 if (hook == sc->sync) in nga_rcvdata()
361 else if (hook == sc->sync) in nga_disconnect()
362 hookp = &sc->sync; in nga_disconnect()
498 NG_FWD_ITEM_HOOK(error, item, sc->sync); in nga_rcv_async()
544 sc->sync, n); in nga_rcv_async()
547 sc->sync ,n); in nga_rcv_async()
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dmax8952.txt14 - max8952,sync-freq: sync frequency, must be one of following values:
43 max8952,sync-freq = <0>;

12345678910>>...13