Home
last modified time | relevance | path

Searched refs:llist_empty (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/kernel/
H A Dirq_work.c35 if (!llist_empty(this_cpu_ptr(&lazy_list)) && tsk) in wake_irq_workd()
51 return !llist_empty(this_cpu_ptr(&lazy_list)); in irq_workd_should_run()
191 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
192 if (llist_empty(lazy)) in irq_work_needs_cpu()
247 if (llist_empty(list)) in irq_work_run_list()
273 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
H A Dsmp.c609 if (llist_empty(this_cpu_ptr(&call_single_queue))) in flush_smp_call_function_queue()
/linux-6.15/kernel/bpf/
H A Dmemalloc.c316 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in do_call_rcu_ttrace()
388 if (unlikely(!llist_empty(&c->free_llist_extra_rcu))) { in check_free_by_rcu()
396 if (llist_empty(&c->free_by_rcu)) in check_free_by_rcu()
412 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp)); in check_free_by_rcu()
649 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu_ttrace)); in check_mem_cache()
650 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in check_mem_cache()
651 WARN_ON_ONCE(!llist_empty(&c->free_llist)); in check_mem_cache()
652 WARN_ON_ONCE(!llist_empty(&c->free_llist_extra)); in check_mem_cache()
653 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu)); in check_mem_cache()
654 WARN_ON_ONCE(!llist_empty(&c->free_llist_extra_rcu)); in check_mem_cache()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c116 GEM_BUG_ON(llist_empty(&engine->barrier_tasks)); in __live_idle_pulse()
122 GEM_BUG_ON(!llist_empty(&engine->barrier_tasks)); in __live_idle_pulse()
H A Dintel_engine_heartbeat.c387 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
H A Dintel_breadcrumbs.c178 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
H A Dintel_engine_cs.c1560 GEM_BUG_ON(!llist_empty(&engine->barrier_tasks)); in intel_engine_cleanup_common()
2395 str_yes_no(!llist_empty(&engine->barrier_tasks))); in intel_engine_dump()
/linux-6.15/include/linux/
H A Dlwq.h51 return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new); in lwq_empty()
H A Dllist.h216 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dgenpool.c94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
/linux-6.15/lib/
H A Dlwq.c27 if (!this && !llist_empty(&q->new)) { in __lwq_dequeue()
/linux-6.15/io_uring/
H A Dio_uring.h387 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
H A Dsqpoll.c246 return retry_list || !llist_empty(&tctx->task_list); in io_sq_tw_pending()
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_active.c284 str_yes_no(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_request.c195 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()
405 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()
976 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
H A Di915_active.c849 while (!llist_empty(&ref->preallocated_barriers)) in i915_active_acquire_preallocate_barrier()
902 GEM_BUG_ON(!llist_empty(&ref->preallocated_barriers)); in i915_active_acquire_preallocate_barrier()
H A Di915_gem.c1307 GEM_BUG_ON(!llist_empty(&dev_priv->mm.free_list)); in i915_gem_cleanup_early()
/linux-6.15/fs/xfs/
H A Dxfs_icache.c478 if (!llist_empty(&gc->list)) { in xfs_inodegc_queue_all()
2284 if (!llist_empty(&gc->list)) in xfs_inodegc_shrinker_count()
2308 if (!llist_empty(&gc->list)) { in xfs_inodegc_shrinker_scan()
/linux-6.15/fs/f2fs/
H A Dcheckpoint.c1819 if (!llist_empty(&cprc->issue_list)) in issue_checkpoint_thread()
1823 kthread_should_stop() || !llist_empty(&cprc->issue_list)); in issue_checkpoint_thread()
1832 if (!llist_empty(&cprc->issue_list)) { in flush_remained_ckpt_reqs()
/linux-6.15/net/rds/
H A Dib_rdma.c365 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()
/linux-6.15/drivers/vhost/
H A Dvhost.c317 if (worker && !llist_empty(&worker->work_list)) in vhost_vq_has_work()
627 WARN_ON(!llist_empty(&worker->work_list)); in vhost_worker_destroy()
749 !llist_empty(&old_worker->work_list)); in __vhost_vq_attach_worker()
/linux-6.15/kernel/rcu/
H A Drcuscale.c493 if (llist_empty(&wflp->ws_lhp)) { in rcu_scale_alloc()
/linux-6.15/drivers/md/bcache/
H A Dwriteback.c484 BUG_ON(!llist_empty(&dc->writeback_ordering_wait.list)); in read_dirty()
/linux-6.15/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c1246 !llist_empty(&tx_task->active) || in siw_run_sq()
/linux-6.15/drivers/edac/
H A Digen6_edac.c909 if (!llist_empty(&ecclog_llist)) in ecclog_irq_work_cb()

12