Searched refs:to_do (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/google/gve/ |
| H A D | gve_tx.c | 143 u32 to_do, bool try_to_wake); 515 u32 to_do, bool try_to_wake) in gve_clean_tx_done() argument 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()
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | rdwr.c | 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()
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0008-libio-Remove-codecvt-vtable-BZ-24588.patch | 377 @@ -72,11 +72,11 @@ _IO_wdo_write (FILE *fp, const wchar_t *data, size_t to_do) 382 - data, data + to_do, &new_data, 387 + data, data + to_do, &new_data,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscache-cache.h | 149 struct list_head to_do; /* list of things to be done by the backend */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 178 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.
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-mq.c | 2490 int to_do; in blk_mq_alloc_rqs() local 2521 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs() 2522 left -= to_do * rq_size; in blk_mq_alloc_rqs() 2523 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | page.c | 328 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/ |
| H A 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()
|