Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/vec/
Dextract_if.rs68 let drained = (self.pred)(&mut v[i]); in next() localVariable
73 if drained { in next()
/linux-6.6.21/Documentation/devicetree/bindings/power/supply/
Dingenic,battery.yaml35 - voltage-min-design-microvolt: drained battery voltage,
Drichtek,rt9455.yaml54 input current value in uA drained by the charger from the power source.
Dbattery.yaml55 description: drained battery voltage
/linux-6.6.21/drivers/infiniband/hw/mlx5/
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()
/linux-6.6.21/drivers/char/xillybus/
Dxillyusb.c111 bool drained; member
514 ep->drained = true; in endpoint_alloc()
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()
/linux-6.6.21/include/linux/mlx5/
Dqp.h523 struct completion drained; member
/linux-6.6.21/mm/
Dmemcontrol.c2647 bool drained = false; in try_charge_memcg() local
2698 if (!drained) { in try_charge_memcg()
2700 drained = true; in try_charge_memcg()
3476 bool drained = false; in mem_cgroup_resize_max() local
3507 if (!drained) { in mem_cgroup_resize_max()
3509 drained = true; in mem_cgroup_resize_max()
6488 bool drained = false; in memory_high_write() local
6509 if (!drained) { in memory_high_write()
6511 drained = true; in memory_high_write()
6537 bool drained = false; in memory_max_write() local
[all …]
Dpage_alloc.c3646 bool drained = false; in __alloc_pages_direct_reclaim() local
3661 if (!page && !drained) { in __alloc_pages_direct_reclaim()
3664 drained = true; in __alloc_pages_direct_reclaim()
/linux-6.6.21/Documentation/driver-api/tty/
Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/linux-6.6.21/Documentation/block/
Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/linux-6.6.21/Documentation/accel/qaic/
Dqaic.rst28 is drained, QAIC implements a "last chance" polling algorithm where QAIC will
/linux-6.6.21/kernel/
Dworkqueue.c3310 bool drained; in drain_workqueue() local
3313 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()
3316 if (drained) in drain_workqueue()
/linux-6.6.21/Documentation/core-api/
Dworkqueue.rst186 suspend operations. Work items on the wq are drained and no
/linux-6.6.21/arch/arm/mm/
DKconfig1068 on systems with an outer cache, the store buffer is drained