Searched refs:plist_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | plist.h | 205 #define plist_for_each_entry_safe(pos, n, head, m) \ macro
|
| /linux-4.4.14/drivers/base/power/ |
| D | qos.c | 261 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy() 270 plist_for_each_entry_safe(req, tmp, &c->list, data.pnode) { in dev_pm_qos_constraints_destroy()
|
| /linux-4.4.14/kernel/ |
| D | futex.c | 1346 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1429 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op() 1443 plist_for_each_entry_safe(this, next, &hb2->chain, list) { in futex_wake_op() 1772 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_requeue()
|
| /linux-4.4.14/mm/ |
| D | swapfile.c | 651 plist_for_each_entry_safe(si, next, &swap_avail_head, avail_list) { in get_swap_page()
|