Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dextract_if.rs68 let drained = (self.pred)(&mut v[i]); in next() localVariable
73 if drained { in next()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dingenic,battery.yaml35 - voltage-min-design-microvolt: drained battery voltage,
H A Drichtek,rt9455.yaml54 input current value in uA drained by the charger from the power source.
H A Dbattery.yaml55 description: drained battery voltage
/openbmc/linux/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()
/openbmc/linux/drivers/char/xillybus/
H A 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()
/openbmc/qemu/docs/devel/
H A Dmultiple-iothreads.txt135 bdrv_drained_begin() and bdrv_drained_end(), thus creating a "drained
138 AioContext within a drained section.
/openbmc/linux/include/linux/mlx5/
H A Dqp.h526 struct completion drained; member
/openbmc/linux/mm/
H A 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()
6557 if (!drained) { in memory_max_write()
[all …]
H A Dpage_alloc.c3645 bool drained = false; in __alloc_pages_direct_reclaim() local
3660 if (!page && !drained) { in __alloc_pages_direct_reclaim()
3663 drained = true; in __alloc_pages_direct_reclaim()
/openbmc/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/openbmc/linux/Documentation/block/
H A Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml170 "Amount of energy being drained from the source, measured in W. If
/openbmc/linux/Documentation/accel/qaic/
H A Dqaic.rst28 is drained, QAIC implements a "last chance" polling algorithm where QAIC will
/openbmc/linux/kernel/
H A Dworkqueue.c3314 bool drained; in drain_workqueue() local
3317 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()
3320 if (drained) in drain_workqueue()
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst186 suspend operations. Work items on the wq are drained and no
/openbmc/linux/arch/arm/mm/
H A DKconfig1068 on systems with an outer cache, the store buffer is drained
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst289 drained and a flush is issued before new writes are made whenever the number of