Searched refs:plist_add (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | plist.c | 73 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add() function 105 EXPORT_SYMBOL_GPL(plist_add); 239 plist_add(test_node + i, &test_head); in plist_test()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | plist.h | 139 extern void plist_add(struct plist_node *node, struct plist_head *head);
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | qos.c | 128 plist_add(node, &c->list); in pm_qos_update_target()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion.c | 386 plist_add(&heap->node, &dev->heaps); in __ion_device_add_heap()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | futex.c | 1796 plist_add(&q->list, &hb2->chain); in requeue_futex() 2248 plist_add(&q->list, &hb->chain); in __queue_me()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swapfile.c | 706 plist_add(&p->avail_lists[nid], &swap_avail_heads[nid]); in add_to_avail_list() 2534 plist_add(&p->list, &swap_active_head); in _enable_swap_info()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | rt.c | 387 plist_add(&p->pushable_tasks, &rq->rt.pushable_tasks); in enqueue_pushable_task()
|