Home
last modified time | relevance | path

Searched refs:llist_empty (Results 1 - 25 of 50) sorted by relevance

12

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/
H A Dirq_work.c123 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
124 if (llist_empty(lazy)) in irq_work_needs_cpu()
165 if (llist_empty(list)) in irq_work_run_list()
188 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
H A Dsmp.c448 if (llist_empty(this_cpu_ptr(&call_single_queue))) in flush_smp_call_function_from_idle()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dmemalloc.c318 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in do_call_rcu_ttrace()
386 if (unlikely(!llist_empty(&c->free_llist_extra_rcu))) { in check_free_by_rcu()
394 if (llist_empty(&c->free_by_rcu)) in check_free_by_rcu()
410 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp)); in check_free_by_rcu()
584 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu_ttrace)); in check_mem_cache()
585 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in check_mem_cache()
586 WARN_ON_ONCE(!llist_empty(&c->free_llist)); in check_mem_cache()
587 WARN_ON_ONCE(!llist_empty(&c->free_llist_extra)); in check_mem_cache()
588 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu)); in check_mem_cache()
589 WARN_ON_ONCE(!llist_empty( in check_mem_cache()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dgenpool.c94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
/kernel/linux/linux-5.10/include/linux/
H A Dllist.h180 * llist_empty - tests whether a lock-less list is empty
187 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dgenpool.c94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_heartbeat.c111 GEM_BUG_ON(llist_empty(&engine->barrier_tasks)); in __live_idle_pulse()
117 GEM_BUG_ON(!llist_empty(&engine->barrier_tasks)); in __live_idle_pulse()
H A Dintel_engine_heartbeat.c279 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
H A Dintel_breadcrumbs.c217 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
/kernel/linux/linux-6.6/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.c383 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
H A Dintel_breadcrumbs.c173 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
/kernel/linux/linux-6.6/include/linux/
H A Dllist.h182 * llist_empty - tests whether a lock-less list is empty
189 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_active.c283 yesno(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_active.c284 str_yes_no(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_request.c195 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()
325 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()
864 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
H A Di915_active.c898 while (!llist_empty(&ref->preallocated_barriers)) in i915_active_acquire_preallocate_barrier()
951 GEM_BUG_ON(!llist_empty(&ref->preallocated_barriers)); in i915_active_acquire_preallocate_barrier()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_icache.c448 if (!llist_empty(&gc->list)) { in xfs_inodegc_queue_all()
2178 if (!llist_empty(&gc->list)) in xfs_inodegc_shrinker_count()
2203 if (!llist_empty(&gc->list)) { in xfs_inodegc_shrinker_scan()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_request.c196 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()
406 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()
977 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
H A Di915_active.c867 while (!llist_empty(&ref->preallocated_barriers)) in i915_active_acquire_preallocate_barrier()
920 GEM_BUG_ON(!llist_empty(&ref->preallocated_barriers)); in i915_active_acquire_preallocate_barrier()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_driver.c419 drm_WARN_ON(&i915->drm, !llist_empty(&i915->display.atomic_helper.free_list)); in intel_display_driver_remove()
/kernel/linux/linux-6.6/io_uring/
H A Dio_uring.c1369 if (llist_empty(&ctx->work_llist)) in io_run_local_work_continue()
1426 if (llist_empty(&ctx->work_llist)) in io_run_local_work_locked()
2447 !llist_empty(&ctx->work_llist); in io_has_work()
2479 if (!llist_empty(&ctx->work_llist)) { in io_run_task_work_sig()
2508 if (unlikely(!llist_empty(&ctx->work_llist))) in io_cqring_wait_schedule()
2547 if (!llist_empty(&ctx->work_llist)) in io_cqring_wait()
2607 if (!llist_empty(&ctx->work_llist)) in io_cqring_wait()
3375 if (!llist_empty(&node->ctx->work_llist)) { in io_uring_cancel_generic()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcheckpoint.c1815 if (!llist_empty(&cprc->issue_list)) in issue_checkpoint_thread()
1819 kthread_should_stop() || !llist_empty(&cprc->issue_list)); in issue_checkpoint_thread()
1828 if (!llist_empty(&cprc->issue_list)) { in flush_remained_ckpt_reqs()
/kernel/linux/linux-5.10/net/rds/
H A Dib_rdma.c369 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()

Completed in 29 milliseconds

12