Home
last modified time | relevance | path

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

/linux/drivers/char/xillybus/
H 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/
H A Dmemcontrol.c2577 bool drained = false; in try_charge_memcg() local
2634 if (!drained) { in try_charge_memcg()
2636 drained = true; in try_charge_memcg()
4662 bool drained = false; in memory_high_write() local
4686 if (!drained) { in memory_high_write()
4688 drained = true; in memory_high_write()
4714 bool drained = false; in memory_max_write() local
4737 if (!drained) { in memory_max_write()
4739 drained = true; in memory_max_write()
H A Dpage_alloc.c4420 bool drained = false; in __alloc_pages_direct_reclaim() local
4435 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4438 drained = true; in __alloc_pages_direct_reclaim()
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst170 serial port should wait for data to be drained while
/linux/tools/testing/selftests/net/
H A Dtls.c969 ssize_t spliced, drained; in TEST_F() local
977 drained = read(p[0], mem_recv + total, spliced); in TEST_F()
978 EXPECT_EQ(drained, spliced); in TEST_F()
979 if (drained <= 0) in TEST_F()
982 total += drained; in TEST_F()
/linux/Documentation/block/
H A Dblk-mq.rst100 hardware queue will be drained in sequence according to their mapping.
/linux/kernel/
H A Dworkqueue.c1850 * When the oldest pwq is drained and removed, this function should be called
4228 bool drained; in drain_workqueue() local
4231 drained = pwq_is_empty(pwq); in drain_workqueue()
4234 if (drained) in drain_workqueue()
/linux/arch/arm/mm/
H A DKconfig1049 on systems with an outer cache, the store buffer is drained