Searched refs:plist_for_each_entry_safe (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | plist.h | 203 #define plist_for_each_entry_safe(pos, n, head, m) \ macro
|
| /Linux-v5.4/drivers/base/power/ |
| D | qos.c | 257 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy() 267 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy()
|
| /Linux-v5.4/ |
| D | .clang-format | 384 - 'plist_for_each_entry_safe'
|
| /Linux-v5.4/kernel/ |
| D | futex.c | 1618 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1748 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op() 1762 plist_for_each_entry_safe(this, next, &hb2->chain, list) { in futex_wake_op() 2105 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_requeue()
|
| /Linux-v5.4/mm/ |
| D | swapfile.c | 1019 plist_for_each_entry_safe(si, next, &swap_avail_heads[node], avail_lists[node]) { in get_swap_pages() 3759 plist_for_each_entry_safe(si, next, &swap_avail_heads[node], in mem_cgroup_throttle_swaprate()
|