Symbol: llist_empty
arch/x86/kernel/cpu/mce/genpool.c
94
return llist_empty(&mce_event_llist);
drivers/dma/cv1800b-dmamux.c
225
if (llist_empty(&data->free_maps))
drivers/edac/igen6_edac.c
1262
if (!llist_empty(&ecclog_llist))
drivers/gpu/drm/drm_gpuvm.c
1155
drm_WARN(gpuvm->drm, !llist_empty(&gpuvm->bo_defer),
drivers/gpu/drm/drm_pagemap.c
1482
if (WARN_ON(!llist_empty(&drm_pagemap_unhold_list)))
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
180
if (unlikely(!llist_empty(&b->signaled_requests)))
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1558
GEM_BUG_ON(!llist_empty(&engine->barrier_tasks));
drivers/gpu/drm/i915/gt/intel_engine_cs.c
2394
str_yes_no(!llist_empty(&engine->barrier_tasks)));
drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c
400
if (llist_empty(&engine->barrier_tasks))
drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.c
116
GEM_BUG_ON(llist_empty(&engine->barrier_tasks));
drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.c
122
GEM_BUG_ON(!llist_empty(&engine->barrier_tasks));
drivers/gpu/drm/i915/i915_active.c
853
while (!llist_empty(&ref->preallocated_barriers))
drivers/gpu/drm/i915/i915_active.c
906
GEM_BUG_ON(!llist_empty(&ref->preallocated_barriers));
drivers/gpu/drm/i915/i915_gem.c
1309
GEM_BUG_ON(!llist_empty(&dev_priv->mm.free_list));
drivers/gpu/drm/i915/i915_request.c
197
if (llist_empty(&rq->execute_cb))
drivers/gpu/drm/i915/i915_request.c
407
GEM_BUG_ON(!llist_empty(&rq->execute_cb));
drivers/gpu/drm/i915/i915_request.c
978
GEM_BUG_ON(!llist_empty(&rq->execute_cb));
drivers/gpu/drm/i915/selftests/i915_active.c
286
str_yes_no(!llist_empty(&ref->preallocated_barriers)));
drivers/infiniband/sw/siw/siw_qp_tx.c
1255
!llist_empty(&tx_task->active) ||
drivers/iommu/amd/iommu.c
398
if (llist_empty(&pci_seg->dev_data_list))
drivers/md/bcache/writeback.c
484
BUG_ON(!llist_empty(&dc->writeback_ordering_wait.list));
drivers/nvme/host/tcp.c
2780
if (!llist_empty(&queue->req_list))
drivers/nvme/host/tcp.c
390
!llist_empty(&queue->req_list);
drivers/vhost/vhost.c
325
if (worker && !llist_empty(&worker->work_list))
drivers/vhost/vhost.c
716
WARN_ON(!llist_empty(&worker->work_list));
drivers/vhost/vhost.c
913
!llist_empty(&old_worker->work_list));
fs/f2fs/checkpoint.c
2065
if (!llist_empty(&cprc->issue_list))
fs/f2fs/checkpoint.c
2069
kthread_should_stop() || !llist_empty(&cprc->issue_list));
fs/f2fs/checkpoint.c
2078
if (!llist_empty(&cprc->issue_list)) {
fs/f2fs/debug.c
185
llist_empty(&SM_I(sbi)->fcc_info->issue_list);
fs/f2fs/segment.c
596
if (!llist_empty(&fcc->issue_list)) {
fs/f2fs/segment.c
617
kthread_should_stop() || !llist_empty(&fcc->issue_list));
fs/ocfs2/super.c
1820
WARN_ON(!llist_empty(&osb->dquot_drop_list));
fs/xfs/xfs_icache.c
2293
if (!llist_empty(&gc->list))
fs/xfs/xfs_icache.c
2317
if (!llist_empty(&gc->list)) {
fs/xfs/xfs_icache.c
465
if (!llist_empty(&gc->list)) {
include/linux/lwq.h
51
return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new);
kernel/bpf/memalloc.c
309
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace));
kernel/bpf/memalloc.c
381
if (unlikely(!llist_empty(&c->free_llist_extra_rcu))) {
kernel/bpf/memalloc.c
389
if (llist_empty(&c->free_by_rcu))
kernel/bpf/memalloc.c
405
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp));
kernel/bpf/memalloc.c
642
WARN_ON_ONCE(!llist_empty(&c->free_by_rcu_ttrace));
kernel/bpf/memalloc.c
643
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace));
kernel/bpf/memalloc.c
644
WARN_ON_ONCE(!llist_empty(&c->free_llist));
kernel/bpf/memalloc.c
645
WARN_ON_ONCE(!llist_empty(&c->free_llist_extra));
kernel/bpf/memalloc.c
646
WARN_ON_ONCE(!llist_empty(&c->free_by_rcu));
kernel/bpf/memalloc.c
647
WARN_ON_ONCE(!llist_empty(&c->free_llist_extra_rcu));
kernel/bpf/memalloc.c
648
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp));
kernel/bpf/stream.c
126
if (llist_empty(&stream->log))
kernel/irq_work.c
191
if (llist_empty(raised) || arch_irq_work_has_interrupt())
kernel/irq_work.c
192
if (llist_empty(lazy))
kernel/irq_work.c
247
if (llist_empty(list))
kernel/irq_work.c
273
if (!llist_empty(raised) && !arch_irq_work_has_interrupt())
kernel/irq_work.c
35
if (!llist_empty(this_cpu_ptr(&lazy_list)) && tsk)
kernel/irq_work.c
51
return !llist_empty(this_cpu_ptr(&lazy_list));
kernel/rcu/rcuscale.c
478
if (llist_empty(&wflp->ws_lhp)) {
kernel/smp.c
1139
if (!llist_empty(per_cpu_ptr(&call_single_queue, cpu)))
kernel/smp.c
649
if (llist_empty(this_cpu_ptr(&call_single_queue)))
kernel/trace/trace_events_trigger.c
130
if (llist_empty(&trigger_data_free_list))
kernel/trace/trace_events_trigger.c
74
if (llist_empty(&trigger_data_free_list))
lib/lwq.c
27
if (!this && !llist_empty(&q->new)) {
mm/hugetlb.c
2823
if (llist_empty(&hpage_freelist))
mm/page_alloc.c
1560
if (unlikely(!llist_empty(llhead) && !(fpi_flags & FPI_TRYLOCK))) {
mm/slub.c
6322
if (llist_empty(objs))
net/core/dev.c
3401
if (!llist_empty(&q->defer_list))
net/core/dev.c
6861
if (llist_empty(&sdn->defer_list))
net/rds/ib_rdma.c
365
if (llist_empty(&pool->clean_list))