Lines Matching defs:from
75 static void qlist_move_all(struct qlist_head *from, struct qlist_head *to)
77 if (unlikely(qlist_empty(from)))
81 *to = *from;
82 qlist_init(from);
86 to->tail->next = from->head;
87 to->tail = from->tail;
88 to->bytes += from->bytes;
90 qlist_init(from);
271 static void qlist_move_cache(struct qlist_head *from,
277 if (unlikely(qlist_empty(from)))
280 curr = from->head;
281 qlist_init(from);
289 qlist_put(from, curr, obj_cache->size);
304 * per_cpu_remove_cache. Prevent cpu_quarantine from being corrupted
320 * Must be careful to not miss any objects that are being moved from