Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/power/supply/
A Dingenic,battery.yaml35 - voltage-min-design-microvolt: drained battery voltage,
A Drichtek,rt9455.yaml54 input current value in uA drained by the charger from the power source.
A Dbattery.yaml55 description: drained battery voltage
/linux/drivers/char/xillybus/
A Dxillyusb.c111 bool drained; member
506 ep->drained = true; in endpoint_alloc()
793 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
794 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
801 ep->drained = false; in try_queue_bulk_out()
2192 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/linux/drivers/infiniband/hw/mlx5/
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()
/linux/mm/
A Dmemcontrol.c2541 bool drained = false; in try_charge_memcg() local
2599 if (!drained) { in try_charge_memcg()
2601 drained = true; in try_charge_memcg()
3353 bool drained = false; in mem_cgroup_resize_max() local
3384 if (!drained) { in mem_cgroup_resize_max()
3386 drained = true; in mem_cgroup_resize_max()
6211 bool drained = false; in memory_high_write() local
6232 if (!drained) { in memory_high_write()
6234 drained = true; in memory_high_write()
6280 if (!drained) { in memory_max_write()
[all …]
A Dpage_alloc.c4607 bool drained = false; in __alloc_pages_direct_reclaim() local
4621 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4624 drained = true; in __alloc_pages_direct_reclaim()
/linux/include/linux/mlx5/
A Dqp.h499 struct completion drained; member
/linux/Documentation/driver-api/serial/
A Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/linux/Documentation/block/
A Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/linux/kernel/
A Dworkqueue.c2988 bool drained; in drain_workqueue() local
2991 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()
2994 if (drained) in drain_workqueue()
/linux/Documentation/core-api/
A Dworkqueue.rst186 suspend operations. Work items on the wq are drained and no
/linux/arch/arm/mm/
A DKconfig1038 on systems with an outer cache, the store buffer is drained

Completed in 56 milliseconds