/linux-4.4.14/drivers/md/ |
D | md-cluster.c | 377 mddev->pers->quiesce(mddev, 2); in remove_suspend_info() 399 mddev->pers->quiesce(mddev, 1); in process_suspend_info() 400 mddev->pers->quiesce(mddev, 0); in process_suspend_info() 406 mddev->pers->quiesce(mddev, 2); in process_suspend_info()
|
D | bitmap.c | 2013 bitmap->mddev->pers->quiesce(bitmap->mddev, 1); in bitmap_resize() 2098 bitmap->mddev->pers->quiesce(bitmap->mddev, 0); in bitmap_resize() 2125 if (!mddev->pers->quiesce) in location_store() 2137 mddev->pers->quiesce(mddev, 1); in location_store() 2139 mddev->pers->quiesce(mddev, 0); in location_store() 2172 mddev->pers->quiesce(mddev, 1); in location_store() 2184 mddev->pers->quiesce(mddev, 0); in location_store()
|
D | raid5.h | 498 int quiesce; member
|
D | md.c | 323 mddev->pers->quiesce(mddev, 1); in mddev_suspend() 334 mddev->pers->quiesce(mddev, 0); in mddev_resume() 3470 if (!mddev->pers->quiesce) { in level_store() 4649 mddev->pers->quiesce == NULL) in suspend_lo_store() 4655 mddev->pers->quiesce(mddev, 2); in suspend_lo_store() 4658 mddev->pers->quiesce(mddev, 1); in suspend_lo_store() 4659 mddev->pers->quiesce(mddev, 0); in suspend_lo_store() 4692 mddev->pers->quiesce == NULL) in suspend_hi_store() 4698 mddev->pers->quiesce(mddev, 2); in suspend_hi_store() 4701 mddev->pers->quiesce(mddev, 1); in suspend_hi_store() [all …]
|
D | linear.c | 297 .quiesce = linear_quiesce,
|
D | md.h | 526 void (*quiesce) (struct mddev *mddev, int state); member
|
D | raid0.c | 676 .quiesce = raid0_quiesce,
|
D | raid5.c | 669 conf->quiesce == 0 || noquiesce, in raid5_get_active_stripe() 4685 if (conf->quiesce) in raid5_congested() 4848 conf->quiesce == 0, in raid5_read_one_chunk() 5611 wait_event(conf->wait_for_overlap, conf->quiesce != 2); in sync_request() 7596 conf->quiesce = 2; in raid5_quiesce() 7602 conf->quiesce = 1; in raid5_quiesce() 7610 conf->quiesce = 0; in raid5_quiesce() 7872 .quiesce = raid5_quiesce, 7895 .quiesce = raid5_quiesce, 7919 .quiesce = raid5_quiesce,
|
D | raid1.c | 3188 .quiesce = raid1_quiesce,
|
D | raid10.c | 4632 .quiesce = raid10_quiesce,
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 44 API-scsi-device-quiesce
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_ether.c | 326 goto quiesce; in rx_complete() 332 quiesce: in rx_complete()
|
/linux-4.4.14/Documentation/power/ |
D | devices.txt | 240 For simple drivers, suspend might quiesce the device using class code 351 2. The suspend methods should quiesce the device to stop it from performing 357 "quiesce device" and "save device state" phases, in which cases 476 The general procedure for hibernation is to quiesce all devices (freeze), create 487 2. The freeze methods should quiesce the device so that it doesn't generate
|
D | pci.txt | 723 This callback is expected to quiesce the device and prepare it to be put into a
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 178 If the device is still present, it should quiesce the device and place
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptspi.c | 623 mptscsih_quiesce_raid(MPT_SCSI_HOST *hd, int quiesce, u8 channel, u8 id) in mptscsih_quiesce_raid() argument 642 if (quiesce) in mptscsih_quiesce_raid()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_wr.h | 287 __be32 quiesce; /* 2 */ member
|
/linux-4.4.14/Documentation/ |
D | xillybus.txt | 335 is done by sending a quiesce command to the device, since the acknowledge
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 135 "quiesce" point. See note about interrupts at the end of this doc.
|
D | MSI-HOWTO.txt | 476 and MSI-X at runtime, it must first quiesce the device, then switch
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 484 suspend, should quiesce all Ethernet switch activities, but keep ports
|