/Linux-v5.4/drivers/md/ |
D | raid5-log.h | 12 extern void r5l_quiesce(struct r5l_log *log, int quiesce); 46 extern void ppl_quiesce(struct r5conf *conf, int quiesce); 119 static inline void log_quiesce(struct r5conf *conf, int quiesce) in log_quiesce() argument 122 r5l_quiesce(conf->log, quiesce); in log_quiesce() 124 ppl_quiesce(conf, quiesce); in log_quiesce()
|
D | md.h | 581 void (*quiesce) (struct mddev *mddev, int quiesce); member
|
D | raid5.h | 628 int quiesce; member
|
D | md-cluster.c | 435 mddev->pers->quiesce(mddev, 1); in remove_suspend_info() 440 mddev->pers->quiesce(mddev, 0); in remove_suspend_info() 495 mddev->pers->quiesce(mddev, 1); in process_suspend_info() 501 mddev->pers->quiesce(mddev, 0); in process_suspend_info()
|
D | md-linear.c | 325 .quiesce = linear_quiesce,
|
D | raid0.c | 806 static void raid0_quiesce(struct mddev *mddev, int quiesce) in raid0_quiesce() argument 821 .quiesce = raid0_quiesce,
|
D | md.c | 432 mddev->pers->quiesce(mddev, 1); in mddev_suspend() 446 mddev->pers->quiesce(mddev, 0); in mddev_resume() 3792 if (!mddev->pers->quiesce) { in level_store() 4971 mddev->pers->quiesce == NULL) in suspend_lo_store() 5972 if (mddev->pers && mddev->pers->quiesce) { in __md_stop_writes() 5973 mddev->pers->quiesce(mddev, 1); in __md_stop_writes() 5974 mddev->pers->quiesce(mddev, 0); in __md_stop_writes() 6001 if (mddev->pers && mddev->pers->quiesce) { in mddev_detach() 6002 mddev->pers->quiesce(mddev, 1); in mddev_detach() 6003 mddev->pers->quiesce(mddev, 0); in mddev_detach() [all …]
|
D | raid5.c | 233 (conf->quiesce && r5c_is_writeback(conf->log) && in do_release_stripe() 639 conf->quiesce == 0 || noquiesce, in raid5_get_active_stripe() 5109 if (conf->quiesce) in raid5_congested() 5276 conf->quiesce == 0, in raid5_read_one_chunk() 6051 wait_event(conf->wait_for_overlap, conf->quiesce != 2); in raid5_sync_request() 8069 static void raid5_quiesce(struct mddev *mddev, int quiesce) in raid5_quiesce() argument 8073 if (quiesce) { in raid5_quiesce() 8080 conf->quiesce = 2; in raid5_quiesce() 8086 conf->quiesce = 1; in raid5_quiesce() 8093 conf->quiesce = 0; in raid5_quiesce() [all …]
|
D | raid5-ppl.c | 673 void ppl_quiesce(struct r5conf *conf, int quiesce) in ppl_quiesce() argument 678 if (quiesce) { in ppl_quiesce()
|
D | dm-cache-target.c | 1163 static void quiesce(struct dm_cache_migration *mg, in quiesce() function 1423 quiesce(mg, mg_update_metadata); in mg_upgrade_lock() 1512 quiesce(mg, mg_copy); in mg_lock_writes() 1629 quiesce(mg, invalidate_remove); in invalidate_lock()
|
D | md-bitmap.c | 2133 bitmap->mddev->pers->quiesce(bitmap->mddev, 1); in md_bitmap_resize() 2249 bitmap->mddev->pers->quiesce(bitmap->mddev, 0); in md_bitmap_resize() 2280 if (!mddev->pers->quiesce) { in location_store()
|
D | raid5-cache.c | 877 if (conf->quiesce) in r5l_append_flush_payload() 1578 void r5l_quiesce(struct r5l_log *log, int quiesce) in r5l_quiesce() argument 1582 if (quiesce) { in r5l_quiesce()
|
D | raid1.c | 3336 static void raid1_quiesce(struct mddev *mddev, int quiesce) in raid1_quiesce() argument 3340 if (quiesce) in raid1_quiesce() 3385 .quiesce = raid1_quiesce,
|
D | raid10.c | 3956 static void raid10_quiesce(struct mddev *mddev, int quiesce) in raid10_quiesce() argument 3960 if (quiesce) in raid10_quiesce() 4925 .quiesce = raid10_quiesce,
|
/Linux-v5.4/drivers/usb/gadget/function/ |
D | u_ether.c | 311 goto quiesce; in rx_complete() 317 quiesce: in rx_complete()
|
/Linux-v5.4/Documentation/driver-api/driver-model/ |
D | driver.rst | 183 If the device is still present, it should quiesce the device and place
|
/Linux-v5.4/drivers/message/fusion/ |
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-v5.4/Documentation/driver-api/pm/ |
D | devices.rst | 244 For simple drivers, suspend might quiesce the device using class code 377 2. The ``->suspend`` methods should quiesce the device to stop it from 393 "quiesce device" and "save device state" phases, in which cases 518 The general procedure for hibernation is to quiesce all devices ("freeze"), 529 2. The ``->freeze`` methods should quiesce the device so that it doesn't
|
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | cxio_wr.h | 287 __be32 quiesce; /* 2 */ member
|
/Linux-v5.4/Documentation/PCI/ |
D | pci-error-recovery.rst | 138 "quiesce" point. See note about interrupts at the end of this doc.
|
/Linux-v5.4/Documentation/driver-api/ |
D | xillybus.rst | 334 is done by sending a quiesce command to the device, since the acknowledge
|
/Linux-v5.4/Documentation/networking/dsa/ |
D | dsa.rst | 456 suspend, should quiesce all Ethernet switch activities, but keep ports
|
/Linux-v5.4/Documentation/power/ |
D | pci.rst | 739 This callback is expected to quiesce the device and prepare it to be put into a
|