Searched refs:list_empty (Results 1 – 6 of 6) sorted by relevance
43 if (!list_empty(&prio_ctl->prio_queue)) { in sched_prio_pick_next()60 if (list_empty(&prio_ctl->prio_queue)) { in prio_queue_add()70 if (list_empty(&data->list)) { in prio_queue_add()
42 return (!list_empty(&timer->node)); in timer_is_started()60 if (!list_empty(&cpu_timer->timer_list)) { in update_physical_timer()104 ASSERT(list_empty(&timer->node), "add timer again!\n"); in add_timer()166 if ((timer != NULL) && !list_empty(&timer->node)) { in del_timer()
71 return !list_empty(&data->list); in is_inqueue()82 if (!list_empty(&bvt_ctl->runqueue)) { in update_svt()109 if (list_empty(&bvt_ctl->runqueue)) { in runqueue_add()169 if (!list_empty(&bvt_ctl->runqueue)) { in sched_tick_handler()278 if (!list_empty(&bvt_ctl->runqueue)) { in sched_bvt_pick_next()
29 return !list_empty(&data->list); in is_inqueue()88 if (!(is_idle_thread(current) && list_empty(&iorr_ctl->runqueue))) { in sched_tick_handler()193 if (!list_empty(&iorr_ctl->runqueue)) { in sched_iorr_pick_next()
126 while (!list_empty(&get_cpu_var(softirq_dev_entry_list))) { in ptirq_dequeue_softirq()
85 static inline _Bool list_empty(const struct list_head *head) in list_empty() function106 if (!list_empty(list)) { in list_splice()114 if (!list_empty(list)) { in list_splice_init()
Completed in 7 milliseconds