Home
last modified time | relevance | path

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

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