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)
538 * @completion: The completion to finish when the flusher has drained.
H A Ddata-vio.c700 bool drained; local
751 drained = (!reschedule &&
764 else if (drained)
987 bool drained; local
991 drained = check_for_drain_complete_locked(pool);
994 if (drained)
1006 * @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.c2900 bool drained = false; local
2951 if (!drained) {
2953 drained = true;
3878 bool drained = false; local
3909 if (!drained) {
3911 drained = true;
6977 bool drained = false; local
6998 if (!drained) {
7000 drained = true;
7026 bool drained local
[all...]
H A Dpage_alloc.c1150 /* Ensure requested pindex is drained first. */
2347 * that need the guarantee that every CPU has drained can disable the
2525 * stops will be drained from vmstat refresh context.
3878 bool drained = false; local
3893 if (!page && !drained) {
3896 drained = true;
6629 * will be drained, or observe the new high limit and skip the pcplist.
/linux-master/kernel/
H A Dworkqueue.c1846 * When the oldest pwq is drained and removed, this function should be called
4090 bool drained; local
4093 drained = pwq_is_empty(pwq);
4096 if (drained)

Completed in 272 milliseconds