Searched refs:to_do (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/google/gve/ |
D | gve_tx.c | 143 u32 to_do, bool try_to_wake); 517 u32 to_do, bool try_to_wake) in gve_clean_tx_done() argument 526 for (j = 0; j < to_do; j++) { in gve_clean_tx_done() 586 u32 to_do; in gve_tx_poll() local 599 to_do = min_t(u32, (nic_done - tx->done), budget); in gve_tx_poll() 600 gve_clean_tx_done(priv, tx, to_do, true); in gve_tx_poll()
|
/Linux-v5.4/fs/cachefiles/ |
D | rdwr.c | 62 list_add_tail(&monitor->op_link, &op->to_do); in cachefiles_read_waiter() 168 while (!list_empty(&op->to_do)) { in cachefiles_read_copier() 169 monitor = list_entry(op->to_do.next, in cachefiles_read_copier() 212 if (!list_empty(&op->to_do)) in cachefiles_read_copier()
|
/Linux-v5.4/include/linux/ |
D | fscache-cache.h | 149 struct list_head to_do; /* list of things to be done by the backend */ member
|
/Linux-v5.4/block/ |
D | blk-mq.c | 2175 int to_do; in blk_mq_alloc_rqs() local 2206 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs() 2207 left -= to_do * rq_size; in blk_mq_alloc_rqs() 2208 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
|
/Linux-v5.4/Documentation/filesystems/caching/ |
D | backend-api.txt | 181 struct list_head *to_do; 197 The to_do field is an empty list available for the cache backend to use as 439 The to_do field in the retrieval record is provided to aid in this.
|
/Linux-v5.4/fs/fscache/ |
D | page.c | 328 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
|
/Linux-v5.4/drivers/net/ethernet/marvell/ |
D | sky2.c | 2702 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument 2708 if (to_do <= 0) in sky2_status_intr() 2757 if (++work_done >= to_do) in sky2_status_intr()
|