Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
A Dflush.c296 bool drained; in check_for_drain_complete() local
303 drained = bio_list_empty(&flusher->waiting_flush_bios); in check_for_drain_complete()
306 if (drained) in check_for_drain_complete()
A Ddata-vio.c701 bool drained; in process_release_callback() local
752 drained = (!reschedule && in process_release_callback()
765 else if (drained) in process_release_callback()
988 bool drained; in initiate_drain() local
992 drained = check_for_drain_complete_locked(pool); in initiate_drain()
995 if (drained) in initiate_drain()
/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/infiniband/hw/mlx5/
A Dqpc.c101 complete(&dct->drained); in dct_event_notifier()
213 init_completion(&dct->drained); in mlx5_core_create_dct()
291 wait_for_completion(&dct->drained); in mlx5_core_destroy_dct()
/linux/drivers/char/xillybus/
A Dxillyusb.c112 bool drained; member
515 ep->drained = true; in endpoint_alloc()
799 ep->drained = !ep->outstanding_urbs; in try_queue_bulk_out()
800 if (ep->drained && ep->wake_on_drain) in try_queue_bulk_out()
807 ep->drained = false; in try_queue_bulk_out()
2224 msg_ep->drained || xdev->error, in xillyusb_disconnect()
/linux/mm/
A Dmemcontrol.c2167 bool drained = false; in try_charge_memcg() local
2218 if (!drained) { in try_charge_memcg()
2220 drained = true; in try_charge_memcg()
4066 bool drained = false; in memory_high_write() local
4087 if (!drained) { in memory_high_write()
4089 drained = true; in memory_high_write()
4115 bool drained = false; in memory_max_write() local
4135 if (!drained) { in memory_max_write()
4137 drained = true; in memory_max_write()
A Dmemcontrol-v1.c2336 bool drained = false; in mem_cgroup_resize_max() local
2367 if (!drained) { in mem_cgroup_resize_max()
2369 drained = true; in mem_cgroup_resize_max()
A Dpage_alloc.c3946 bool drained = false; in __alloc_pages_direct_reclaim() local
3961 if (!page && !drained) { in __alloc_pages_direct_reclaim()
3964 drained = true; in __alloc_pages_direct_reclaim()
A DKconfig706 In page allocator, PCP (Per-CPU pageset) is refilled and drained in
/linux/include/linux/mlx5/
A Dqp.h527 struct completion drained; member
/linux/Documentation/driver-api/tty/
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/Documentation/accel/qaic/
A Dqaic.rst31 is drained, QAIC implements a "last chance" polling algorithm where QAIC will
/linux/kernel/
A Dworkqueue.c4091 bool drained; in drain_workqueue() local
4094 drained = pwq_is_empty(pwq); in drain_workqueue()
4097 if (drained) in drain_workqueue()
/linux/Documentation/core-api/
A Dworkqueue.rst205 suspend operations. Work items on the wq are drained and no
/linux/arch/arm/mm/
A DKconfig1050 on systems with an outer cache, the store buffer is drained

Completed in 798 milliseconds