Searched refs:quiesce (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5-log.h | 12 void r5l_quiesce(struct r5l_log *log, int quiesce); 43 void ppl_quiesce(struct r5conf *conf, int quiesce); 116 static inline void log_quiesce(struct r5conf *conf, int quiesce) in log_quiesce() argument 119 r5l_quiesce(conf->log, quiesce); in log_quiesce() 121 ppl_quiesce(conf, quiesce); in log_quiesce()
|
| H A D | md-linear.c | 330 .quiesce = linear_quiesce,
|
| H A D | md-cluster.c | 444 mddev->pers->quiesce(mddev, 1); in remove_suspend_info() 449 mddev->pers->quiesce(mddev, 0); in remove_suspend_info() 505 mddev->pers->quiesce(mddev, 1); in process_suspend_info() 511 mddev->pers->quiesce(mddev, 0); in process_suspend_info()
|
| H A D | raid5-ppl.c | 662 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce() argument 667 if (quiesce) { in ppl_quiesce()
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | firmware-activate.rst | 41 either 'live', or 'quiesce'. A value of 'quiesce' triggers the kernel to 50 'live' or 'quiesce', where 'live' indicates that the firmware 51 does not require or inflict any quiesce period on the system to update 52 firmware. A capability value of 'quiesce' indicates that firmware does
|
| /linux/drivers/nvdimm/ |
| H A D | core.c | 427 bool quiesce; in activate_store() local 434 quiesce = false; in activate_store() 436 quiesce = true; in activate_store() 448 if (quiesce) in activate_store()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 110 int "How long to wait for an engine to quiesce gracefully before reset (ms)" 114 the GPU, we allow the innocent contexts also on the system to quiesce.
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_common.sh | 260 # quiesce device and return ublk device state 267 if ! ${UBLK_PROG} quiesce -n "${dev_id}"; then
|
| /linux/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 282 goto quiesce; in rx_complete() 288 quiesce: in rx_complete()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-nfit | 215 the chance that a driver does not properly quiesce bus-mastering
|
| /linux/drivers/message/fusion/ |
| H A D | mptspi.c | 618 mptscsih_quiesce_raid(MPT_SCSI_HOST *hd, int quiesce, u8 channel, u8 id) in mptscsih_quiesce_raid() argument 637 if (quiesce) in mptscsih_quiesce_raid()
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | driver.rst | 242 If the device is still present, it should quiesce the device and place
|
| /linux/Documentation/driver-api/ |
| H A D | xillybus.rst | 334 is done by sending a quiesce command to the device, since the acknowledge
|
| /linux/Documentation/hid/ |
| H A D | intel-thc-hid.rst | 339 and quiesce the device interrupt (THC_DEVINT_QUIESCE_HW_STS = 1), other operations are the same with
|