Lines Matching defs:from
65 static void qlist_move_all(struct qlist_head *from, struct qlist_head *to)
67 if (unlikely(qlist_empty(from)))
71 *to = *from;
72 qlist_init(from);
76 to->tail->next = from->head;
77 to->tail = from->tail;
78 to->bytes += from->bytes;
80 qlist_init(from);
161 * As the object now gets freed from the quarantine, assume that its
296 static void qlist_move_cache(struct qlist_head *from,
302 if (unlikely(qlist_empty(from)))
305 curr = from->head;
306 qlist_init(from);
314 qlist_put(from, curr, obj_cache->size);
339 * per_cpu_remove_cache. Prevent cpu_quarantine from being corrupted
356 * Must be careful to not miss any objects that are being moved from