Searched refs:qlist_move_cache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | quarantine.c | 296 static void qlist_move_cache(struct qlist_head *from, in qlist_move_cache() function 328 qlist_move_cache(q, &sq->qlist, cache); in __per_cpu_remove_cache() 367 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache() 376 qlist_move_cache(&global_quarantine[i], &to_free, cache); in kasan_quarantine_remove_cache()
|
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | quarantine.c | 271 static void qlist_move_cache(struct qlist_head *from, in qlist_move_cache() function 309 qlist_move_cache(q, &to_free, cache); in per_cpu_remove_cache() 332 qlist_move_cache(&global_quarantine[i], &to_free, cache); in quarantine_remove_cache()
|
Completed in 2 milliseconds