Searched refs:llist_empty (Results 1 – 25 of 31) sorted by relevance
12
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()
609 if (llist_empty(this_cpu_ptr(&call_single_queue))) in flush_smp_call_function_queue()
319 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in do_call_rcu_ttrace()391 if (unlikely(!llist_empty(&c->free_llist_extra_rcu))) { in check_free_by_rcu()399 if (llist_empty(&c->free_by_rcu)) in check_free_by_rcu()415 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp)); in check_free_by_rcu()652 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu_ttrace)); in check_mem_cache()653 WARN_ON_ONCE(!llist_empty(&c->waiting_for_gp_ttrace)); in check_mem_cache()654 WARN_ON_ONCE(!llist_empty(&c->free_llist)); in check_mem_cache()655 WARN_ON_ONCE(!llist_empty(&c->free_llist_extra)); in check_mem_cache()656 WARN_ON_ONCE(!llist_empty(&c->free_by_rcu)); in check_mem_cache()657 WARN_ON_ONCE(!llist_empty(&c->free_llist_extra_rcu)); in check_mem_cache()[all …]
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()
387 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
178 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
1561 GEM_BUG_ON(!llist_empty(&engine->barrier_tasks)); in intel_engine_cleanup_common()2396 str_yes_no(!llist_empty(&engine->barrier_tasks))); in intel_engine_dump()
51 return smp_load_acquire(&q->ready) == NULL && llist_empty(&q->new); in lwq_empty()
216 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
347 return task_work_pending(current) || !llist_empty(&ctx->work_llist); in io_task_work_pending()469 !llist_empty(&ctx->work_llist); in io_has_work()
1289 if (llist_empty(&ctx->work_llist)) in io_run_local_work_continue()1342 if (llist_empty(&ctx->work_llist)) in io_run_local_work_locked()2361 if (!llist_empty(&ctx->work_llist)) { in io_run_task_work_sig()2425 if (!llist_empty(&ctx->work_llist)) in io_cqring_min_timer_wakeup()2491 if (unlikely(!llist_empty(&ctx->work_llist))) in io_cqring_wait_schedule()2524 if (!llist_empty(&ctx->work_llist)) in io_cqring_wait()2600 if (!llist_empty(&ctx->work_llist)) in io_cqring_wait()3202 if (!llist_empty(&node->ctx->work_llist)) { in io_uring_cancel_generic()
253 return retry_list || !llist_empty(&tctx->task_list); in io_sq_tw_pending()
27 if (!this && !llist_empty(&q->new)) { in __lwq_dequeue()
284 str_yes_no(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
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()
867 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()
1307 GEM_BUG_ON(!llist_empty(&dev_priv->mm.free_list)); in i915_gem_cleanup_early()
493 if (!llist_empty(&gc->list)) { in xfs_inodegc_queue_all()2230 if (!llist_empty(&gc->list)) in xfs_inodegc_shrinker_count()2254 if (!llist_empty(&gc->list)) { in xfs_inodegc_shrinker_scan()
1833 if (!llist_empty(&cprc->issue_list)) in issue_checkpoint_thread()1837 kthread_should_stop() || !llist_empty(&cprc->issue_list)); in issue_checkpoint_thread()1846 if (!llist_empty(&cprc->issue_list)) { in flush_remained_ckpt_reqs()
120 llist_empty(&SM_I(sbi)->fcc_info->issue_list); in update_general_status()
369 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()
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()
493 if (llist_empty(&wflp->ws_lhp)) { in rcu_scale_alloc()
484 BUG_ON(!llist_empty(&dc->writeback_ordering_wait.list)); in read_dirty()
Completed in 66 milliseconds