Home
last modified time | relevance | path

Searched refs:qlist_empty (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/kasan/
H A Dquarantine.c52 static bool qlist_empty(struct qlist_head *q) in qlist_empty() function
66 if (unlikely(qlist_empty(q))) in qlist_put()
77 if (unlikely(qlist_empty(from))) in qlist_move_all()
80 if (qlist_empty(to)) { in qlist_move_all()
161 if (unlikely(qlist_empty(q))) in qlist_free_all()
277 if (unlikely(qlist_empty(from))) in qlist_move_cache()
330 if (qlist_empty(&global_quarantine[i])) in quarantine_remove_cache()
/kernel/linux/linux-6.6/mm/kasan/
H A Dquarantine.c42 static bool qlist_empty(struct qlist_head *q) in qlist_empty() function
56 if (unlikely(qlist_empty(q))) in qlist_put()
67 if (unlikely(qlist_empty(from))) in qlist_move_all()
70 if (qlist_empty(to)) { in qlist_move_all()
176 if (unlikely(qlist_empty(q))) in qlist_free_all()
302 if (unlikely(qlist_empty(from))) in qlist_move_cache()
374 if (qlist_empty(&global_quarantine[i])) in kasan_quarantine_remove_cache()

Completed in 2 milliseconds