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
999
if (!llist_empty(&ecclog_llist))
drivers/gpu/drm/drm_gpuvm.c
1153
drm_WARN(gpuvm->drm, !llist_empty(&gpuvm->bo_defer),
drivers/gpu/drm/drm_pagemap.c
1278
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
390
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
848
while (!llist_empty(&ref->preallocated_barriers))
drivers/gpu/drm/i915/i915_active.c
901
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
394
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
2757
if (!llist_empty(&queue->req_list))
drivers/nvme/host/tcp.c
397
!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
2062
if (!llist_empty(&cprc->issue_list))
fs/f2fs/checkpoint.c
2066
kthread_should_stop() || !llist_empty(&cprc->issue_list));
fs/f2fs/checkpoint.c
2075
if (!llist_empty(&cprc->issue_list)) {
fs/f2fs/debug.c
185
llist_empty(&SM_I(sbi)->fcc_info->issue_list);
fs/f2fs/segment.c
587
if (!llist_empty(&fcc->issue_list)) {
fs/f2fs/segment.c
608
kthread_should_stop() || !llist_empty(&fcc->issue_list));
fs/ocfs2/super.c
1821
WARN_ON(!llist_empty(&osb->dquot_drop_list));
fs/xfs/xfs_icache.c
2291
if (!llist_empty(&gc->list))
fs/xfs/xfs_icache.c
2315
if (!llist_empty(&gc->list)) {
fs/xfs/xfs_icache.c
466
if (!llist_empty(&gc->list)) {
include/linux/lwq.h
51
return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new);
io_uring/sqpoll.c
290
return retry_list || !llist_empty(&tctx->task_list);
io_uring/tw.h
92
return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist);
io_uring/wait.c
100
if (!llist_empty(&ctx->work_llist))
kernel/bpf/memalloc.c
320
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace));
kernel/bpf/memalloc.c
392
if (unlikely(!llist_empty(&c->free_llist_extra_rcu))) {
kernel/bpf/memalloc.c
400
if (llist_empty(&c->free_by_rcu))
kernel/bpf/memalloc.c
416
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp));
kernel/bpf/memalloc.c
653
WARN_ON_ONCE(!llist_empty(&c->free_by_rcu_ttrace));
kernel/bpf/memalloc.c
654
WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace));
kernel/bpf/memalloc.c
655
WARN_ON_ONCE(!llist_empty(&c->free_llist));
kernel/bpf/memalloc.c
656
WARN_ON_ONCE(!llist_empty(&c->free_llist_extra));
kernel/bpf/memalloc.c
657
WARN_ON_ONCE(!llist_empty(&c->free_by_rcu));
kernel/bpf/memalloc.c
658
WARN_ON_ONCE(!llist_empty(&c->free_llist_extra_rcu));
kernel/bpf/memalloc.c
659
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
486
if (llist_empty(&wflp->ws_lhp)) {
kernel/smp.c
1105
if (!llist_empty(per_cpu_ptr(&call_single_queue, cpu)))
kernel/smp.c
615
if (llist_empty(this_cpu_ptr(&call_single_queue)))
kernel/trace/trace_events_trigger.c
123
if (llist_empty(&trigger_data_free_list))
kernel/trace/trace_events_trigger.c
67
if (llist_empty(&trigger_data_free_list))
lib/lwq.c
27
if (!this && !llist_empty(&q->new)) {
mm/hugetlb.c
2876
if (llist_empty(&hpage_freelist))
mm/page_alloc.c
1590
if (unlikely(!llist_empty(llhead) && !(fpi_flags & FPI_TRYLOCK))) {
mm/slub.c
6110
if (llist_empty(objs))
net/core/dev.c
3400
if (!llist_empty(&q->defer_list))
net/core/dev.c
6830
if (llist_empty(&sdn->defer_list))
net/rds/ib_rdma.c
365
if (llist_empty(&pool->clean_list))