Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 25 of 26) sorted by relevance

12

/include/net/
Dfq_impl.h74 if (list_empty(head)) { in fq_tin_dequeue()
76 if (list_empty(head)) in fq_tin_dequeue()
93 !list_empty(&tin->old_flows)) { in fq_tin_dequeue()
144 if (list_empty(&flow->backlogchain)) in fq_recalc_backlog()
178 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue()
256 if (!list_empty(&flow->flowchain)) in fq_flow_reset()
259 if (!list_empty(&flow->backlogchain)) in fq_flow_reset()
276 if (list_empty(head)) { in fq_tin_reset()
278 if (list_empty(head)) in fq_tin_reset()
Daf_vsock.h175 return !list_empty(&vsk->bound_table); in __vsock_in_bound_table()
181 return !list_empty(&vsk->connected_table); in __vsock_in_connected_table()
Dip6_route.h107 !list_empty(&rt->rt6i_uncached)) in ip6_rt_put_flags()
Dbonding.h55 #define bond_has_slaves(bond) !list_empty(bond_slave_list(bond))
/include/linux/
Deventpoll.h53 if (likely(list_empty(&file->f_ep_links))) in eventpoll_release()
Dplist.h212 return list_empty(&head->node_list); in plist_head_empty()
221 return list_empty(&node->node_list); in plist_node_empty()
Dlist.h266 static inline int list_empty(const struct list_head *head) in list_empty() function
298 if (!list_empty(head)) { in list_rotate_left()
328 return !list_empty(head) && (head->next == head->prev); in list_is_singular()
360 if (list_empty(head)) in list_cut_position()
423 if (!list_empty(list)) in list_splice()
435 if (!list_empty(list)) in list_splice_tail()
449 if (!list_empty(list)) { in list_splice_init()
466 if (!list_empty(list)) { in list_splice_tail_init()
Dpm_clock.h36 && list_empty(&dev->power.subsys_data->clock_list); in pm_clk_no_clocks()
Dptrace.h237 BUG_ON(!list_empty(&task->ptraced)); in ptrace_release_task()
239 BUG_ON(!list_empty(&task->ptrace_entry)); in ptrace_release_task()
Drwsem.h121 return !list_empty(&sem->wait_list); in rwsem_is_contended()
Dnfs_page.h185 if (list_empty(&req->wb_list)) in nfs_list_remove_request()
Dswait.h136 return !list_empty(&wq->task_list); in swait_active()
Drculist.h267 if (!list_empty(list)) in list_splice_init_rcu()
282 if (!list_empty(list)) in list_splice_tail_init_rcu()
Dskmsg.h290 return psock ? list_empty(&psock->ingress_msg) : true; in sk_psock_queue_empty()
Dblkdev.h1208 (!list_empty(&plug->mq_list) || in blk_needs_flush_plug()
1209 !list_empty(&plug->cb_list)); in blk_needs_flush_plug()
Dwait.h126 return !list_empty(&wq_head->head); in waitqueue_active()
Dmmzone.h156 return list_empty(&area->free_list[migratetype]); in free_area_empty()
Dacpi.h1043 return !list_empty(&adev->data.properties); in acpi_dev_has_props()
/include/drm/
Ddrm_modeset_lock.h105 WARN_ON(!list_empty(&lock->head)); in drm_modeset_lock_fini()
Ddrm_mm.h476 return list_empty(drm_mm_nodes(mm)); in drm_mm_clean()
/include/linux/sched/
Dsignal.h560 list_empty(&init_task.tasks)
659 return list_empty(&p->thread_group); in thread_group_empty()
/include/net/sctp/
Dsctp.h387 if (!list_empty(list)) { in sctp_list_dequeue()
420 return !list_empty(&chunk->list); in sctp_chunk_pending()
/include/drm/ttm/
Dttm_bo_driver.h781 if (list_empty(&bo->lru)) in ttm_bo_unreserve()
/include/crypto/
Dalgapi.h345 if (unlikely(!list_empty(&walk->buffers))) in ablkcipher_walk_complete()
/include/net/bluetooth/
Dhci_core.h642 return list_empty(&hdev->discovery.all); in inquiry_cache_empty()

12