Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dplist.h182 #define plist_for_each_entry(pos, head, mem) \ macro
/linux-6.6.21/
D.clang-format546 - 'plist_for_each_entry'
/linux-6.6.21/kernel/futex/
Dcore.c443 plist_for_each_entry(this, &hb->chain, list) { in futex_top_waiter()
/linux-6.6.21/kernel/sched/
Drt.c1874 plist_for_each_entry(p, head, pushable_tasks) { in pick_highest_pushable_task()
/linux-6.6.21/mm/
Dswapfile.c2416 plist_for_each_entry(p, &swap_active_head, list) { in SYSCALL_DEFINE1()