Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Drdwr.c60 list_add_tail(&monitor->op_link, &monitor->op->to_do); in cachefiles_read_waiter()
165 while (!list_empty(&op->to_do)) { in cachefiles_read_copier()
166 monitor = list_entry(op->to_do.next, in cachefiles_read_copier()
209 if (!list_empty(&op->to_do)) in cachefiles_read_copier()
/linux-4.1.27/include/linux/
Dfscache-cache.h152 struct list_head to_do; /* list of things to be done by the backend */ member
/linux-4.1.27/block/
Dblk-mq.c1468 int to_do; in blk_mq_init_rq_map() local
1494 to_do = min(entries_per_page, set->queue_depth - i); in blk_mq_init_rq_map()
1495 left -= to_do * rq_size; in blk_mq_init_rq_map()
1496 for (j = 0; j < to_do; j++) { in blk_mq_init_rq_map()
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt181 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-4.1.27/fs/fscache/
Dpage.c296 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dskge.c3196 static int skge_poll(struct napi_struct *napi, int to_do) in skge_poll() argument
3209 for (e = ring->to_clean; prefetch(e->next), work_done < to_do; e = e->next) { in skge_poll()
3231 if (work_done < to_do) { in skge_poll()
Dsky2.c2729 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument
2735 if (to_do <= 0) in sky2_status_intr()
2784 if (++work_done >= to_do) in sky2_status_intr()