Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dextract_if.rs36 /// The number of items that have been drained (removed) thus far.
68 let drained = (self.pred)(&mut v[i]); in next()
73 if drained { in next()
105 // drained item prior to a panic in the predicate. in drop()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dqpc.c142 complete(&dct->drained); in rsc_event_notifier()
203 wait_for_completion(&dct->drained); in _mlx5_core_destroy_dct()
220 init_completion(&dct->drained); in mlx5_core_create_dct()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dqpc.c101 complete(&dct->drained); in dct_event_notifier()
213 init_completion(&dct->drained); in mlx5_core_create_dct()
290 wait_for_completion(&dct->drained); in mlx5_core_destroy_dct()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillyusb.c111 bool drained; member
514 ep->drained = true; in endpoint_alloc()
793 * endpoint is marked as drained here. That doesn't matter, in try_queue_bulk_out()
794 * because the sole purpose of @drained is to ensure that in try_queue_bulk_out()
802 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
803 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
810 ep->drained = false; in try_queue_bulk_out()
2207 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/kernel/linux/linux-5.10/mm/
H A Dmemcontrol.c2717 bool drained = false; in try_charge() local
2777 if (!drained) { in try_charge()
2779 drained = true; in try_charge()
3370 bool drained = false; in mem_cgroup_resize_max() local
3401 if (!drained) { in mem_cgroup_resize_max()
3403 drained = true; in mem_cgroup_resize_max()
6426 bool drained = false; in memory_high_write() local
6447 if (!drained) { in memory_high_write()
6449 drained = true; in memory_high_write()
6475 bool drained in memory_max_write() local
[all...]
H A Dpage_alloc.c4416 bool drained = false; in __alloc_pages_direct_reclaim() local
4430 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4439 drained = true; in __alloc_pages_direct_reclaim()
/kernel/linux/linux-6.6/mm/
H A Dmemcontrol.c2677 bool drained = false; in try_charge_memcg() local
2728 if (!drained) { in try_charge_memcg()
2730 drained = true; in try_charge_memcg()
3506 bool drained = false; in mem_cgroup_resize_max() local
3537 if (!drained) { in mem_cgroup_resize_max()
3539 drained = true; in mem_cgroup_resize_max()
6559 bool drained = false; in memory_high_write() local
6580 if (!drained) { in memory_high_write()
6582 drained = true; in memory_high_write()
6608 bool drained in memory_max_write() local
[all...]
H A Dpage_alloc.c1205 /* Ensure requested pindex is drained first. */ in free_pcppages_bulk()
2260 * that need the guarantee that every CPU has drained can disable the
2418 * stops will be drained from vmstat refresh context. in free_unref_page_commit()
3680 bool drained = false; in __alloc_pages_direct_reclaim() local
3695 if (!page && !drained) { in __alloc_pages_direct_reclaim()
3698 drained = true; in __alloc_pages_direct_reclaim()
6391 * will be drained, or observe the new high limit and skip the pcplist.
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Dqp.h499 struct completion drained; member
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Dqp.h526 struct completion drained; member
/kernel/linux/linux-5.10/kernel/
H A Dworkqueue.c2963 bool drained; in drain_workqueue() local
2966 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()
2969 if (drained) in drain_workqueue()
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c3703 bool drained; in drain_workqueue() local
3706 drained = pwq_is_empty(pwq); in drain_workqueue()
3709 if (drained) in drain_workqueue()

Completed in 58 milliseconds