Home
last modified time | relevance | path

Searched refs:to_do (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx.c158 u32 to_do) in gve_clean_xdp_done()
161 u32 clean_end = tx->done + to_do; in gve_clean_xdp_done()
197 u32 to_do, bool try_to_wake);
410 u32 to_do; in gve_maybe_stop_tx() local
422 to_do = nic_done - tx->done; in gve_maybe_stop_tx()
425 if (to_do + gve_tx_avail(tx) >= MAX_TX_DESC_NEEDED) { in gve_maybe_stop_tx()
426 if (to_do > 0) { in gve_maybe_stop_tx()
427 to_do = min_t(u32, to_do, NAPI_POLL_WEIGHT); in gve_maybe_stop_tx()
428 gve_clean_tx_done(priv, tx, to_do, fals in gve_maybe_stop_tx()
157 gve_clean_xdp_done(struct gve_priv *priv, struct gve_tx_ring *tx, u32 to_do) gve_clean_xdp_done() argument
824 gve_clean_tx_done(struct gve_priv *priv, struct gve_tx_ring *tx, u32 to_do, bool try_to_wake) gve_clean_tx_done() argument
926 u32 to_do; gve_xdp_poll() local
954 u32 to_do; gve_tx_poll() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_tx.c143 u32 to_do, bool try_to_wake);
515 u32 to_do, bool try_to_wake) in gve_clean_tx_done()
524 for (j = 0; j < to_do; j++) { in gve_clean_tx_done()
584 u32 to_do; in gve_tx_poll() local
597 to_do = min_t(u32, (nic_done - tx->done), budget); in gve_tx_poll()
598 gve_clean_tx_done(priv, tx, to_do, true); in gve_tx_poll()
514 gve_clean_tx_done(struct gve_priv *priv, struct gve_tx_ring *tx, u32 to_do, bool try_to_wake) gve_clean_tx_done() argument
/kernel/linux/linux-5.10/fs/cachefiles/
H A Drdwr.c54 * monitor being enqueued on the op->to_do list and the op getting in cachefiles_read_waiter()
61 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()
/kernel/linux/linux-5.10/include/linux/
H A Dfscache-cache.h149 struct list_head to_do; /* list of things to be done by the backend */ member
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c2467 int to_do; in blk_mq_alloc_rqs() local
2498 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
2499 left -= to_do * rq_size; in blk_mq_alloc_rqs()
2500 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c3437 int to_do; in blk_mq_alloc_rqs() local
3468 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
3469 left -= to_do * rq_size; in blk_mq_alloc_rqs()
3470 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/kernel/linux/linux-5.10/fs/fscache/
H A Dpage.c328 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dsky2.c2702 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dsky2.c2702 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()

Completed in 29 milliseconds