Searched refs:drained (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dflush.c291 * check_for_drain_complete() - Check whether the flusher has drained.
296 bool drained; local
303 drained = bio_list_empty(&flusher->waiting_flush_bios);
306 if (drained)
539 * @completion: The completion to finish when the flusher has drained.
H A Ddata-vio.c701 bool drained; local
752 drained = (!reschedule &&
765 else if (drained)
988 bool drained; local
992 drained = check_for_drain_complete_locked(pool);
995 if (drained)
1007 * @completion: The completion to notify when the pool has drained.
/linux-master/drivers/char/xillybus/
H A Dxillyusb.c111 bool drained; member in struct:xillyusb_endpoint
514 ep->drained = true;
793 * endpoint is marked as drained here. That doesn't matter,
794 * because the sole purpose of @drained is to ensure that
802 ep->drained = !ep->outstanding_urbs;
803 if (ep->drained && ep->wake_on_drain)
810 ep->drained = false;
2207 msg_ep->drained || xdev->error,
/linux-master/include/linux/mlx5/
H A Dqp.h526 struct completion drained; member in struct:mlx5_core_dct
/linux-master/drivers/infiniband/hw/mlx5/
H A Dqpc.c101 complete(&dct->drained);
213 init_completion(&dct->drained);
290 wait_for_completion(&dct->drained);
/linux-master/mm/
H A Dmemcontrol.c2739 bool drained = false; local
2790 if (!drained) {
2792 drained = true;
3674 bool drained = false; local
3705 if (!drained) {
3707 drained = true;
6764 bool drained = false; local
6785 if (!drained) {
6787 drained = true;
6813 bool drained local
[all...]
H A Dpage_alloc.c1203 /* Ensure requested pindex is drained first. */
2261 * that need the guarantee that every CPU has drained can disable the
2452 * stops will be drained from vmstat refresh context.
3793 bool drained = false; local
3808 if (!page && !drained) {
3811 drained = true;
6582 * will be drained, or observe the new high limit and skip the pcplist.
/linux-master/kernel/
H A Dworkqueue.c1842 * When the oldest pwq is drained and removed, this function should be called
4112 bool drained; local
4115 drained = pwq_is_empty(pwq);
4118 if (drained)

Completed in 244 milliseconds