Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 2 of 2) sorted by relevance

/mm/kasan/
Dquarantine.c217 struct qlist_head to_free = QLIST_INIT; in quarantine_reduce() local
250 qlist_move_all(&global_quarantine[quarantine_head], &to_free); in quarantine_reduce()
251 WRITE_ONCE(quarantine_size, quarantine_size - to_free.bytes); in quarantine_reduce()
259 qlist_free_all(&to_free, NULL); in quarantine_reduce()
290 struct qlist_head to_free = QLIST_INIT; in per_cpu_remove_cache() local
294 qlist_move_cache(q, &to_free, cache); in per_cpu_remove_cache()
295 qlist_free_all(&to_free, cache); in per_cpu_remove_cache()
302 struct qlist_head to_free = QLIST_INIT; in quarantine_remove_cache() local
317 qlist_move_cache(&global_quarantine[i], &to_free, cache); in quarantine_remove_cache()
325 qlist_free_all(&to_free, cache); in quarantine_remove_cache()
/mm/
Dpercpu.c672 int to_free = 0; in pcpu_free_area() local
702 to_free++; in pcpu_free_area()
705 to_free++; in pcpu_free_area()
709 if (to_free) { in pcpu_free_area()
710 chunk->map_used -= to_free; in pcpu_free_area()
711 memmove(p + 1, p + 1 + to_free, in pcpu_free_area()
1111 LIST_HEAD(to_free); in pcpu_balance_workfn()
1131 list_move(&chunk->list, &to_free); in pcpu_balance_workfn()
1136 list_for_each_entry_safe(chunk, next, &to_free, list) { in pcpu_balance_workfn()