Lines Matching refs:to_free
250 struct qlist_head to_free = QLIST_INIT;
259 * local to_free list. srcu is chosen because (1) it gives us private
283 qlist_move_all(&global_quarantine[quarantine_head], &to_free);
284 WRITE_ONCE(quarantine_size, quarantine_size - to_free.bytes);
292 qlist_free_all(&to_free, NULL);
351 struct qlist_head to_free = QLIST_INIT;
367 qlist_move_cache(&sq->qlist, &to_free, cache);
370 qlist_free_all(&to_free, cache);
376 qlist_move_cache(&global_quarantine[i], &to_free, cache);
384 qlist_free_all(&to_free, cache);