Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Drdwr.c66 list_add_tail(&monitor->op_link, &op->to_do); in cachefiles_read_waiter()
172 while (!list_empty(&op->to_do)) { in cachefiles_read_copier()
173 monitor = list_entry(op->to_do.next, in cachefiles_read_copier()
216 if (!list_empty(&op->to_do)) in cachefiles_read_copier()
/Linux-v4.19/include/linux/
Dfscache-cache.h153 struct list_head to_do; /* list of things to be done by the backend */ member
/Linux-v4.19/block/
Dblk-mq.c2044 int to_do; in blk_mq_alloc_rqs() local
2075 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()
2076 left -= to_do * rq_size; in blk_mq_alloc_rqs()
2077 for (j = 0; j < to_do; j++) { in blk_mq_alloc_rqs()
/Linux-v4.19/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-v4.19/fs/fscache/
Dpage.c332 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c2719 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument
2725 if (to_do <= 0) in sky2_status_intr()
2774 if (++work_done >= to_do) in sky2_status_intr()