Searched refs:list_first_entry (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_list.h | 94 #define list_first_entry(ptr, type, member) \ macro 118 for (pos = list_first_entry(head, type, member), \
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_mem_pool.c | 240 node = list_first_entry(&impl->unused, MppMemPoolNode, list); in mpp_mem_pool_get()
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cluster.c | 439 task = list_first_entry(&queue->list, MppNodeTask, list_sched); in cluster_worker_get_task() 483 MppNodeTask *task = list_first_entry(&p->list_task, MppNodeTask, list_sched); in cluster_worker_run_task()
|