Searched refs:to_free (Results 1 – 2 of 2) sorted by relevance
| /mm/kasan/ |
| A D | quarantine.c | 244 struct qlist_head to_free = QLIST_INIT; in kasan_quarantine_reduce() local 277 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in kasan_quarantine_reduce() 278 WRITE_ONCE(quarantine_size, quarantine_size - to_free.bytes); in kasan_quarantine_reduce() 286 qlist_free_all(&to_free, NULL); in kasan_quarantine_reduce() 345 struct qlist_head to_free = QLIST_INIT; in kasan_quarantine_remove_cache() local 361 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache() 364 qlist_free_all(&to_free, cache); in kasan_quarantine_remove_cache() 370 qlist_move_cache(&global_quarantine[i], &to_free, cache); in kasan_quarantine_remove_cache() 378 qlist_free_all(&to_free, cache); in kasan_quarantine_remove_cache()
|
| /mm/ |
| A D | percpu.c | 1943 LIST_HEAD(to_free); in pcpu_balance_free() 1961 list_move(&chunk->list, &to_free); in pcpu_balance_free() 1964 if (list_empty(&to_free)) in pcpu_balance_free() 1968 list_for_each_entry_safe(chunk, next, &to_free, list) { in pcpu_balance_free()
|
Completed in 13 milliseconds