Searched refs:plist_del (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/lib/ |
H A D | plist.c | 112 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del() function 162 plist_del(node, head); in plist_requeue() 239 plist_del(test_node + i, &test_head); in plist_test() 252 plist_del(test_node + i, &test_head); in plist_test()
|
/openbmc/linux/include/linux/ |
H A D | plist.h | 143 extern void plist_del(struct plist_node *node, struct plist_head *head);
|
/openbmc/linux/kernel/futex/ |
H A D | requeue.c | 83 plist_del(&q->list, &hb1->chain); in requeue_futex() 710 plist_del(&q->list, &hb->chain); in handle_early_requeue_pi_wakeup()
|
H A D | core.c | 518 plist_del(&q->list, &hb->chain); in __futex_unqueue()
|
/openbmc/linux/kernel/power/ |
H A D | qos.c | 114 plist_del(node, &c->list); in pm_qos_update_target() 121 plist_del(node, &c->list); in pm_qos_update_target()
|
/openbmc/linux/kernel/sched/ |
H A D | rt.c | 438 plist_del(&p->pushable_tasks, &rq->rt.pushable_tasks); in enqueue_pushable_task() 449 plist_del(&p->pushable_tasks, &rq->rt.pushable_tasks); in dequeue_pushable_task()
|
/openbmc/linux/mm/ |
H A D | swapfile.c | 686 plist_del(&p->avail_lists[nid], &swap_avail_heads[nid]); in __del_from_avail_list() 2463 plist_del(&p->list, &swap_active_head); in SYSCALL_DEFINE1()
|