Lines Matching refs:to_free
225 struct qlist_head to_free = QLIST_INIT;
234 * local to_free list. srcu is chosen because (1) it gives us private
258 qlist_move_all(&global_quarantine[quarantine_head], &to_free);
259 WRITE_ONCE(quarantine_size, quarantine_size - to_free.bytes);
267 qlist_free_all(&to_free, NULL);
298 struct qlist_head to_free = QLIST_INIT;
309 qlist_move_cache(q, &to_free, cache);
310 qlist_free_all(&to_free, cache);
317 struct qlist_head to_free = QLIST_INIT;
332 qlist_move_cache(&global_quarantine[i], &to_free, cache);
340 qlist_free_all(&to_free, cache);