Searched refs:to_do (Results 1 – 6 of 6) sorted by relevance
59 list_add_tail(&monitor->op_link, &monitor->op->to_do); in cachefiles_read_waiter()167 while (!list_empty(&op->to_do)) { in cachefiles_read_copier()168 monitor = list_entry(op->to_do.next, in cachefiles_read_copier()208 if (!list_empty(&op->to_do)) in cachefiles_read_copier()
151 struct list_head to_do; /* list of things to be done by the backend */ member
181 struct list_head *to_do;197 The to_do field is an empty list available for the cache backend to use as418 The to_do field in the retrieval record is provided to aid in this.
259 INIT_LIST_HEAD(&op->to_do); in fscache_alloc_retrieval()
3157 static int skge_poll(struct napi_struct *napi, int to_do) in skge_poll() argument3170 for (e = ring->to_clean; prefetch(e->next), work_done < to_do; e = e->next) { in skge_poll()3192 if (work_done < to_do) { in skge_poll()
2554 static int sky2_status_intr(struct sky2_hw *hw, int to_do, u16 idx) in sky2_status_intr() argument2607 if (++work_done >= to_do) in sky2_status_intr()