Searched refs:drained (Results 1 – 13 of 13) sorted by relevance
35 - voltage-min-design-microvolt: drained battery voltage,
54 input current value in uA drained by the charger from the power source.
55 description: drained battery voltage
111 bool drained; member506 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()
142 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()
2541 bool drained = false; in try_charge_memcg() local2599 if (!drained) { in try_charge_memcg()2601 drained = true; in try_charge_memcg()3353 bool drained = false; in mem_cgroup_resize_max() local3384 if (!drained) { in mem_cgroup_resize_max()3386 drained = true; in mem_cgroup_resize_max()6211 bool drained = false; in memory_high_write() local6232 if (!drained) { in memory_high_write()6234 drained = true; in memory_high_write()6280 if (!drained) { in memory_max_write()[all …]
4607 bool drained = false; in __alloc_pages_direct_reclaim() local4621 if (!page && !drained) { in __alloc_pages_direct_reclaim()4624 drained = true; in __alloc_pages_direct_reclaim()
499 struct completion drained; member
170 serial port should wait for data to be drained while
100 hardware queue will be drained in sequence according to their mapping.
2988 bool drained; in drain_workqueue() local2991 drained = !pwq->nr_active && list_empty(&pwq->inactive_works); in drain_workqueue()2994 if (drained) in drain_workqueue()
186 suspend operations. Work items on the wq are drained and no
1038 on systems with an outer cache, the store buffer is drained
Completed in 56 milliseconds