Home
last modified time | relevance | path

Searched refs:to_do (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_tx.c136 u32 to_do, bool try_to_wake);
618 u32 to_do, bool try_to_wake) in gve_clean_tx_done() argument
627 for (j = 0; j < to_do; j++) { in gve_clean_tx_done()
692 u32 to_do; in gve_tx_poll() local
705 to_do = min_t(u32, (nic_done - tx->done), budget); in gve_tx_poll()
706 gve_clean_tx_done(priv, tx, to_do, true); in gve_tx_poll()
/Linux-v5.15/fs/cachefiles/
Drdwr.c61 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.15/include/linux/
Dfscache-cache.h149 struct list_head to_do; /* list of things to be done by the backend */ member
/Linux-v5.15/Documentation/filesystems/caching/
Dbackend-api.rst178 struct list_head *to_do;
194 The to_do field is an empty list available for the cache backend to use as
437 The to_do field in the retrieval record is provided to aid in this.
/Linux-v5.15/block/
Dblk-mq.c2468 int to_do; in blk_mq_alloc_rqs() local
2499 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
2500 left -= to_do * rq_size; in blk_mq_alloc_rqs()
2501 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/Linux-v5.15/fs/fscache/
Dpage.c326 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
/Linux-v5.15/drivers/net/ethernet/marvell/
Dsky2.c2704 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument
2710 if (to_do <= 0) in sky2_status_intr()
2759 if (++work_done >= to_do) in sky2_status_intr()