| /linux-6.15/kernel/ |
| H A D | irq_work.c | 35 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 D | smp.c | 609 if (llist_empty(this_cpu_ptr(&call_single_queue))) in flush_smp_call_function_queue()
|
| /linux-6.15/kernel/bpf/ |
| H A D | memalloc.c | 316 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 D | selftest_engine_heartbeat.c | 116 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 D | intel_engine_heartbeat.c | 387 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
|
| H A D | intel_breadcrumbs.c | 178 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
|
| H A D | intel_engine_cs.c | 1560 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 D | lwq.h | 51 return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new); in lwq_empty()
|
| H A D | llist.h | 216 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
|
| /linux-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | genpool.c | 94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
|
| /linux-6.15/lib/ |
| H A D | lwq.c | 27 if (!this && !llist_empty(&q->new)) { in __lwq_dequeue()
|
| /linux-6.15/io_uring/ |
| H A D | io_uring.h | 387 return !llist_empty(&ctx->work_llist) || !llist_empty(&ctx->retry_llist); in io_local_work_pending()
|
| H A D | sqpoll.c | 246 return retry_list || !llist_empty(&tctx->task_list); in io_sq_tw_pending()
|
| /linux-6.15/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_active.c | 284 str_yes_no(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_request.c | 195 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 D | i915_active.c | 849 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 D | i915_gem.c | 1307 GEM_BUG_ON(!llist_empty(&dev_priv->mm.free_list)); in i915_gem_cleanup_early()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_icache.c | 478 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 D | checkpoint.c | 1819 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 D | ib_rdma.c | 365 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()
|
| /linux-6.15/drivers/vhost/ |
| H A D | vhost.c | 317 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 D | rcuscale.c | 493 if (llist_empty(&wflp->ws_lhp)) { in rcu_scale_alloc()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | writeback.c | 484 BUG_ON(!llist_empty(&dc->writeback_ordering_wait.list)); in read_dirty()
|
| /linux-6.15/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 1246 !llist_empty(&tx_task->active) || in siw_run_sq()
|
| /linux-6.15/drivers/edac/ |
| H A D | igen6_edac.c | 909 if (!llist_empty(&ecclog_llist)) in ecclog_irq_work_cb()
|