Home
last modified time | relevance | path

Searched refs:plist_for_each_entry (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dplist.h172 #define plist_for_each_entry(pos, head, mem) \ macro
/linux-6.15/
H A D.clang-format642 - 'plist_for_each_entry'
/linux-6.15/kernel/futex/
H A Dcore.c447 plist_for_each_entry(this, &hb->chain, list) { in futex_top_waiter()
/linux-6.15/kernel/sched/
H A Drt.c1785 plist_for_each_entry(p, head, pushable_tasks) { in pick_highest_pushable_task()
/linux-6.15/mm/
H A Dswapfile.c2700 plist_for_each_entry(p, &swap_active_head, list) { in SYSCALL_DEFINE1()