Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/google/gve/
A Dgve_tx.c136 u32 to_do, bool try_to_wake);
340 u32 to_do; in gve_maybe_stop_tx() local
352 to_do = nic_done - tx->done; in gve_maybe_stop_tx()
356 if (to_do > 0) { in gve_maybe_stop_tx()
357 to_do = min_t(u32, to_do, NAPI_POLL_WEIGHT); in gve_maybe_stop_tx()
358 gve_clean_tx_done(priv, tx, to_do, false); in gve_maybe_stop_tx()
621 u32 to_do, bool try_to_wake) in gve_clean_tx_done() argument
630 for (j = 0; j < to_do; j++) { in gve_clean_tx_done()
695 u32 to_do; in gve_tx_poll() local
708 to_do = min_t(u32, (nic_done - tx->done), budget); in gve_tx_poll()
[all …]
/linux/fs/cachefiles/
A 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/include/linux/
A Dfscache-cache.h149 struct list_head to_do; /* list of things to be done by the backend */ member
/linux/Documentation/filesystems/caching/
A 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/block/
A Dblk-mq.c2887 int to_do; in blk_mq_alloc_rqs() local
2918 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
2919 left -= to_do * rq_size; in blk_mq_alloc_rqs()
2920 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/linux/fs/fscache/
A Dpage.c326 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
/linux/drivers/net/ethernet/marvell/
A 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()

Completed in 28 milliseconds