Searched refs:llist_empty (Results 1 – 25 of 27) sorted by relevance
12
33 if (!llist_empty(this_cpu_ptr(&lazy_list)) && tsk) in wake_irq_workd()49 return !llist_empty(this_cpu_ptr(&lazy_list)); in irq_workd_should_run()181 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()182 if (llist_empty(lazy)) in irq_work_needs_cpu()237 if (llist_empty(list)) in irq_work_run_list()263 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
582 !warned && !llist_empty(head))) { in flush_smp_call_function_queue()688 if (llist_empty(this_cpu_ptr(&call_single_queue))) in flush_smp_call_function_from_idle()
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()
344 if (llist_empty(&engine->barrier_tasks)) in intel_engine_flush_barriers()
172 if (unlikely(!llist_empty(&b->signaled_requests))) in signal_irq_work()
1079 GEM_BUG_ON(!llist_empty(&engine->barrier_tasks)); in intel_engine_cleanup_common()1871 yesno(!llist_empty(&engine->barrier_tasks))); in intel_engine_dump()
94 return llist_empty(&mce_event_llist); in mce_gen_pool_empty()
189 static inline bool llist_empty(const struct llist_head *head) in llist_empty() function
439 if (!llist_empty(&gc->list)) in xfs_inodegc_queue_all()2059 if (llist_empty(&dead_gc->list)) in xfs_inodegc_cpu_dead()2147 if (!llist_empty(&gc->list)) in xfs_inodegc_shrinker_count()2172 if (!llist_empty(&gc->list)) { in xfs_inodegc_shrinker_scan()
283 yesno(!llist_empty(&ref->preallocated_barriers))); in i915_active_print()
165 if (llist_empty(&rq->execute_cb)) in __notify_execute_cb()356 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in i915_request_retire()932 GEM_BUG_ON(!llist_empty(&rq->execute_cb)); in __i915_request_create()
888 while (!llist_empty(&ref->preallocated_barriers)) in i915_active_acquire_preallocate_barrier()941 GEM_BUG_ON(!llist_empty(&ref->preallocated_barriers)); in i915_active_acquire_preallocate_barrier()
1172 GEM_BUG_ON(!llist_empty(&dev_priv->mm.free_list)); in i915_gem_cleanup_early()
1794 if (!llist_empty(&cprc->issue_list)) in issue_checkpoint_thread()1798 kthread_should_stop() || !llist_empty(&cprc->issue_list)); in issue_checkpoint_thread()1807 if (!llist_empty(&cprc->issue_list)) { in flush_remained_ckpt_reqs()
112 llist_empty(&SM_I(sbi)->fcc_info->issue_list); in update_general_status()
641 if (!llist_empty(&fcc->issue_list)) { in issue_flush_thread()662 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread()
1629 if (!llist_empty(&F2FS_SB(sb)->cprc_info.issue_list)) in f2fs_freeze()
369 if (llist_empty(&pool->clean_list)) in rds_ib_flush_mr_pool()
445 BUG_ON(!llist_empty(&dc->writeback_ordering_wait.list)); in read_dirty()
275 return !llist_empty(&dev->work_list); in vhost_has_work()715 WARN_ON(!llist_empty(&dev->work_list)); in vhost_dev_cleanup()
708 if (!llist_empty(&ecclog_llist)) in ecclog_irq_work_cb()
1222 !llist_empty(&tx_task->active) || in siw_run_sq()
280 !llist_empty(&queue->req_list) || queue->more_requests; in nvme_tcp_queue_more()2361 if (!llist_empty(&queue->req_list)) in nvme_tcp_commit_rqs()
1886 WARN_ON(!llist_empty(&osb->dquot_drop_list)); in ocfs2_dismount_volume()
163 if (llist_empty(&dev_data_list)) in search_dev_data()
Completed in 205 milliseconds