Home
last modified time | relevance | path

Searched refs:suspended (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmmp.c544 boolean_t suspended = spa_suspended(spa); in mmp_thread() local
551 boolean_t last_spa_suspended = suspended; in mmp_thread()
580 last_spa_suspended = suspended; in mmp_thread()
582 suspended = spa_suspended(spa); in mmp_thread()
632 (last_spa_suspended && !suspended)) { in mmp_thread()
637 last_spa_suspended, suspended); in mmp_thread()
658 if (multihost && !suspended && mmp_fail_intervals && in mmp_thread()
677 if (multihost && !suspended) in mmp_thread()
H A Ddsl_scan.c2832 boolean_t suspended = B_FALSE; in scan_io_queue_issue() local
2838 suspended = B_TRUE; in scan_io_queue_issue()
2853 return (suspended); in scan_io_queue_issue()
3012 boolean_t suspended = B_FALSE; in scan_io_queues_run_one() local
3067 suspended = scan_io_queue_issue(queue, &sio_list); in scan_io_queues_run_one()
3070 if (suspended) in scan_io_queues_run_one()
3077 if (suspended) in scan_io_queues_run_one()
H A Ddsl_dataset.c1904 nvlist_t *suspended = NULL; in dsl_dataset_snapshot() local
1918 suspended = fnvlist_alloc(); in dsl_dataset_snapshot()
1936 fnvlist_add_uint64(suspended, fsname, in dsl_dataset_snapshot()
1953 if (suspended != NULL) { in dsl_dataset_snapshot()
1954 for (pair = nvlist_next_nvpair(suspended, NULL); pair != NULL; in dsl_dataset_snapshot()
1955 pair = nvlist_next_nvpair(suspended, pair)) { in dsl_dataset_snapshot()
1959 fnvlist_free(suspended); in dsl_dataset_snapshot()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6qdl-nit6xlite.dtsi90 retain-state-suspended;
96 retain-state-suspended;
102 retain-state-suspended;
108 retain-state-suspended;
114 retain-state-suspended;
H A Dimx6qdl-nitrogen6_max.dtsi186 retain-state-suspended;
192 retain-state-suspended;
H A Drk3288-veyron.dtsi326 powered-while-suspended;
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c230 uint64_t suspended; in check_status() local
356 &suspended) == 0) { in check_status()
363 if (suspended == ZIO_FAILURE_MODE_CONTINUE) in check_status()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/
H A Ddevantech-srf04.yaml59 When the device gets suspended it's switched off and when it resumes
61 get suspended automatically (autosuspend feature).
/f-stack/freebsd/contrib/device-tree/Bindings/security/tpm/
H A Dtpm-i2c.txt13 - powered-while-suspended: present when the TPM is left powered on between
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c548 int suspended; in tpool_suspended() local
553 suspended = (tpool->tp_flags & TP_SUSPEND) != 0; in tpool_suspended()
556 return (suspended); in tpool_suspended()
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-gpio.yaml33 retain-state-suspended:
/f-stack/freebsd/contrib/device-tree/Bindings/arm/samsung/
H A Dpmu.yaml66 to wake up a suspended PMU).
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt34 suspended or in deep idle. If it is important that the clock keeps running
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dsamsung,sec-core.txt36 down. When the system is suspended it will always go down thus triggerring
/f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxm-rbox-pro.dts49 retain-state-suspended;
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-pl022.yaml49 indicates no delay and the device will be suspended immediately.
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-kevin.dts191 powered-while-suspended;
H A Drk3399-pinebook-pro.dts117 retain-state-suspended;
/f-stack/freebsd/amd64/include/
H A Dvmm.h738 } suspended; member
/f-stack/freebsd/kern/
H A Ddevice_if.m282 * @param dev the device being suspended
H A Dbus_if.m516 * This method is used to mark a handler as suspended in the case
535 * This method is used to clear suspended state of a handler when
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst291 enables the TX thread to be suspended when the TX ring is empty. The RX thread
840 This side effect can be mitigated by arranging for threads to be suspended and
973 An L-thread blocking on an L-thread mutex will be suspended and will cause
1013 and cause another ready L-thread to be resumed. The suspended L-thread is
/f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm.dtsi318 powered-while-suspended;
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1648 vmexit->u.suspended.how = vm->suspend; in vm_exit_suspended()