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.c2605 bool drained = false; in try_charge_memcg()
2662 if (!drained) { in try_charge_memcg()
2664 drained = true; in try_charge_memcg()
3354 /* Flush vmstat data when its owning slot is being drained. */ in refill_obj_stock()
4773 bool drained = false; in __memory_events_show()
4797 if (!drained) { in memory_events_local_show()
4799 drained = true; in memory_events_local_show()
4825 bool drained = false;
4848 if (!drained) { in memory_numa_stat_show()
4850 drained in memory_numa_stat_show()
2580 bool drained = false; try_charge_memcg() local
4671 bool drained = false; memory_high_write() local
4723 bool drained = false; memory_max_write() local
[all...]
H A Dpage_alloc.c1472 /* Ensure requested pindex is drained first. */ in free_pcppages_bulk()
2671 * that need the guarantee that every CPU has drained can disable the in __drain_all_pages()
2859 * stops will be drained from vmstat refresh context. in free_frozen_page_commit()
4424 bool drained = false; in __alloc_pages_direct_reclaim()
4439 if (!page && !drained) { in __alloc_pages_direct_reclaim()
4442 drained = true; in wake_all_kswapds()
7499 * will be drained, or observe the new high limit and skip the pcplist. in take_page_off_buddy()
4415 bool drained = false; __alloc_pages_direct_reclaim() local
/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
4248 bool drained; in drain_workqueue()
4251 drained = pwq_is_empty(pwq); in drain_workqueue()
4254 if (drained) in drain_workqueue()
4240 bool drained; drain_workqueue() local
/linux/arch/arm/mm/
H A DKconfig1048 on systems with an outer cache, the store buffer is drained