Searched refs:plist_for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | plist.h | 205 #define plist_for_each_entry_safe(pos, n, head, m) \ macro
|
/Linux-v4.19/drivers/base/power/ |
D | qos.c | 251 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy() 260 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy()
|
/Linux-v4.19/ |
D | .clang-format | 319 - 'plist_for_each_entry_safe'
|
/Linux-v4.19/kernel/ |
D | futex.c | 1538 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1668 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op() 1682 plist_for_each_entry_safe(this, next, &hb2->chain, list) { in futex_wake_op() 2025 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_requeue()
|
/Linux-v4.19/mm/ |
D | swapfile.c | 970 plist_for_each_entry_safe(si, next, &swap_avail_heads[node], avail_lists[node]) { in get_swap_pages() 3750 plist_for_each_entry_safe(si, next, &swap_avail_heads[node], in mem_cgroup_throttle_swaprate()
|