Searched refs:plist_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | plist.h | 205 #define plist_for_each_entry_safe(pos, n, head, m) \ macro
|
/linux-4.1.27/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.1.27/kernel/ |
D | futex.c | 1246 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1327 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_wake_op() 1341 plist_for_each_entry_safe(this, next, &hb2->chain, list) { in futex_wake_op() 1665 plist_for_each_entry_safe(this, next, &hb1->chain, list) { in futex_requeue()
|
/linux-4.1.27/mm/ |
D | swapfile.c | 651 plist_for_each_entry_safe(si, next, &swap_avail_head, avail_list) { in get_swap_page()
|