Home
last modified time | relevance | path

Searched refs:resuming (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dsamsung-wdt.yaml13 The Samsung's Watchdog controller is used for resuming system operation
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dpmc.txt41 supports disabling and resuming devices at any time.
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_redact.c1069 boolean_t resuming = B_FALSE; in dmu_redact_snap() local
1087 resuming = B_TRUE; in dmu_redact_snap()
1145 if (resuming) { in dmu_redact_snap()
H A Ddmu_send.c2142 struct send_merge_thread_arg *smt_arg, boolean_t resuming, objset_t *os, in setup_resume_points() argument
2150 if (resuming) { in setup_resume_points()
2187 if (resuming) { in setup_resume_points()
2343 boolean_t resuming = (dspp->resumeobj != 0 || dspp->resumeoff != 0); in dmu_send_impl() local
2344 boolean_t book_resuming = resuming; in dmu_send_impl()
2490 if (resuming || book_resuming) { in dmu_send_impl()
2492 rlt_arg, smt_arg, resuming, os, redact_rl, nvl); in dmu_send_impl()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml119 by AVP when resuming from the LP0 state.
124 some PLLs, clocks and then brings up CPU0 for resuming the
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib754 feature[resuming]="100000"
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4307 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & in zfs_receive_one() local
4314 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming; in zfs_receive_one()
4316 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && resuming; in zfs_receive_one()
4345 if (resuming) { in zfs_receive_one()
4509 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT)) in zfs_receive_one()
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md973 and their content ignored, resuming decoding after the skippable frame.
1162 increasing at each state, then resuming at the first state,
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst734 In a synthetic test with many threads sleeping and resuming then the measured
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt6545 determine whether the system is rebooting or resuming. Matthew Garrett.