Home
last modified time | relevance | path

Searched refs:drained (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/rust/alloc/vec/
Ddrain_filter.rs74 let drained = (self.pred)(&mut v[i]); in next() localVariable
80 if drained { in next()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
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()
/Linux-v6.1/drivers/char/xillybus/
Dxillyusb.c111 bool drained; member
506 ep->drained = true; in endpoint_alloc()
794 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
795 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
802 ep->drained = false; in try_queue_bulk_out()
2193 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/Linux-v6.1/include/linux/mlx5/
Dqp.h513 struct completion drained; member
/Linux-v6.1/mm/
Dmemcontrol.c2637 bool drained = false; in try_charge_memcg() local
2688 if (!drained) { in try_charge_memcg()
2690 drained = true; in try_charge_memcg()
3464 bool drained = false; in mem_cgroup_resize_max() local
3495 if (!drained) { in mem_cgroup_resize_max()
3497 drained = true; in mem_cgroup_resize_max()
6383 bool drained = false; in memory_high_write() local
6404 if (!drained) { in memory_high_write()
6406 drained = true; in memory_high_write()
6432 bool drained = false; in memory_max_write() local
[all …]
Dpage_alloc.c4777 bool drained = false; in __alloc_pages_direct_reclaim() local
4792 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4795 drained = true; in __alloc_pages_direct_reclaim()
/Linux-v6.1/Documentation/driver-api/tty/
Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/Linux-v6.1/Documentation/block/
Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/Linux-v6.1/kernel/
Dworkqueue.c2979 bool drained; in drain_workqueue() local
2982 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()
2985 if (drained) in drain_workqueue()
/Linux-v6.1/Documentation/core-api/
Dworkqueue.rst186 suspend operations. Work items on the wq are drained and no
/Linux-v6.1/arch/arm/mm/
DKconfig1068 on systems with an outer cache, the store buffer is drained