| /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-llbitmap.c | 1457 if (mddev->pers->quiesce) { in llbitmap_resize() 1458 mddev->pers->quiesce(mddev, 1); in llbitmap_resize() 1486 mddev->pers->quiesce(mddev, 0); in llbitmap_resize() 1492 mddev->pers->quiesce(mddev, 0); in llbitmap_resize() 2050 if (mddev->pers->quiesce) in llbitmap_reshape_finish() 2051 mddev->pers->quiesce(mddev, 1); in llbitmap_reshape_finish() 2066 if (mddev->pers->quiesce) in llbitmap_reshape_finish() 2067 mddev->pers->quiesce(mddev, 0); in llbitmap_reshape_finish()
|
| H A D | md.h | 784 void (*quiesce) (struct mddev *mddev, int quiesce); member
|
| 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 | md-linear.c | 331 .quiesce = linear_quiesce,
|
| H A D | raid5.h | 637 int quiesce; member
|
| H A D | raid0.c | 805 static void raid0_quiesce(struct mddev *mddev, int quiesce) in raid0_quiesce() argument 824 .quiesce = raid0_quiesce,
|
| H A D | raid5.c | 76 static void raid5_quiesce(struct mddev *mddev, int quiesce); 247 (conf->quiesce && r5c_is_writeback(conf->log) && in do_release_stripe() 820 if (!(flags & R5_GAS_NOQUIESCE) && conf->quiesce) { in raid5_get_active_stripe() 834 !conf->quiesce, in raid5_get_active_stripe() 5564 if (conf->quiesce == 0) { in raid5_read_one_chunk() 5569 if (!did_inc || smp_load_acquire(&conf->quiesce) != 0) { in raid5_read_one_chunk() 5576 wait_event_lock_irq(conf->wait_for_quiescent, conf->quiesce == 0, in raid5_read_one_chunk() 6699 wait_event(conf->wait_for_reshape, conf->quiesce != 2); in raid5_sync_request() 8848 static void raid5_quiesce(struct mddev *mddev, int quiesce) in raid5_quiesce() argument 8852 if (quiesce) { in raid5_quiesce() [all …]
|
| H A D | raid5-ppl.c | 664 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce() argument 669 if (quiesce) { in ppl_quiesce()
|
| H A D | md.c | 4092 if (!mddev->pers->quiesce) { in level_store() 7037 if (mddev->pers && mddev->pers->quiesce) { in __md_stop_writes() 7038 mddev->pers->quiesce(mddev, 1); in __md_stop_writes() 7039 mddev->pers->quiesce(mddev, 0); in __md_stop_writes() 7073 if (mddev->pers && mddev->pers->quiesce && !is_md_suspended(mddev)) { in mddev_detach() 7074 mddev->pers->quiesce(mddev, 1); in mddev_detach() 7075 mddev->pers->quiesce(mddev, 0); in mddev_detach() 7811 if (!mddev->pers->quiesce || !mddev->thread) in set_bitmap_file() 8162 if (mddev->pers->quiesce == NULL || mddev->thread == NULL) { in update_array_info() 9658 mddev->pers->quiesce(mddev, 1); in md_sync_position() [all …]
|
| H A D | raid1.c | 3411 static void raid1_quiesce(struct mddev *mddev, int quiesce) in raid1_quiesce() argument 3415 if (quiesce) in raid1_quiesce() 3462 .quiesce = raid1_quiesce,
|
| H A D | md-bitmap.c | 2455 bitmap->mddev->pers->quiesce(bitmap->mddev, 1); in __bitmap_resize() 2575 bitmap->mddev->pers->quiesce(bitmap->mddev, 0); in __bitmap_resize()
|
| H A D | raid10.c | 4122 static void raid10_quiesce(struct mddev *mddev, int quiesce) in raid10_quiesce() argument 4126 if (quiesce) in raid10_quiesce() 5109 .quiesce = raid10_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/dma/dw-edma/ |
| H A D | dw-edma-core.h | 131 int (*quiesce)(struct dw_edma *dw); member 201 return dw->core->quiesce(dw); in dw_edma_core_quiesce()
|
| H A D | dw-hdma-v0-core.c | 401 .quiesce = dw_hdma_v0_core_quiesce,
|
| H A D | dw-edma-v0-core.c | 646 .quiesce = dw_edma_v0_core_quiesce,
|
| /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
|