/Linux-v5.10/kernel/sched/ |
D | swait.c | 26 if (list_empty(&q->task_list)) in swake_up_locked() 44 while (!list_empty(&q->task_list)) in swake_up_all_locked() 69 while (!list_empty(&tmp)) { in swake_up_all() 75 if (list_empty(&tmp)) in swake_up_all() 88 if (list_empty(&wait->task_list)) in __prepare_to_swait() 129 if (!list_empty(&wait->task_list)) in __finish_swait()
|
/Linux-v5.10/fs/ocfs2/dlm/ |
D | dlmthread.c | 65 if (list_empty(&res->granted) && in __dlm_lockres_has_locks() 66 list_empty(&res->converting) && in __dlm_lockres_has_locks() 67 list_empty(&res->blocked)) in __dlm_lockres_has_locks() 89 if (!list_empty(&res->dirty) || res->state & DLM_LOCK_RES_DIRTY) in __dlm_lockres_unused() 115 if (list_empty(&res->purge)) { in __dlm_lockres_calc_usage() 124 } else if (!list_empty(&res->purge)) { in __dlm_lockres_calc_usage() 158 if (!list_empty(&res->purge)) { in __dlm_do_purge_lockres() 176 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres() 234 if (!list_empty(&res->purge)) { in dlm_purge_lockres() 259 if (!list_empty(&res->tracking)) in dlm_purge_lockres() [all …]
|
D | dlmdebug.c | 70 (list_empty(&lock->ast_list) ? 'y' : 'n'), in __dlm_print_lock() 72 (list_empty(&lock->bast_list) ? 'y' : 'n'), in __dlm_print_lock() 95 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource() 98 list_empty(&res->dirty) ? "no" : "yes", in __dlm_print_one_lock_resource() 99 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource() 284 !list_empty(&mle->hb_events), in dump_mle() 477 !list_empty(&lock->ast_list), in dump_lock() 478 !list_empty(&lock->bast_list), in dump_lock() 504 !list_empty(&res->purge), in dump_lockres() 505 !list_empty(&res->dirty), in dump_lockres() [all …]
|
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_ooo.c | 34 if (list_empty(&p_archipelago->isles_list)) in qed_ooo_seek_archipelago() 174 while (!list_empty(&p_archipelago->isles_list)) { in qed_ooo_release_connection_isles() 180 while (!list_empty(&p_isle->buffers_list)) { in qed_ooo_release_connection_isles() 207 while (!list_empty(&p_archipelago->isles_list)) { in qed_ooo_release_all_isles() 214 while (!list_empty(&p_isle->buffers_list)) { in qed_ooo_release_all_isles() 230 if (!list_empty(&p_ooo_info->ready_buffers_list)) in qed_ooo_release_all_isles() 253 while (!list_empty(&p_ooo_info->free_buffers_list)) { in qed_ooo_free() 287 if (!list_empty(&p_ooo_info->free_buffers_list)) { in qed_ooo_get_free_buffer() 314 if (!list_empty(&p_ooo_info->ready_buffers_list)) { in qed_ooo_get_ready_buffer() 339 if (list_empty(&p_isle->buffers_list)) in qed_ooo_delete_isles() [all …]
|
/Linux-v5.10/fs/notify/ |
D | notification.c | 54 return list_empty(&group->notification_list) ? true : false; in fsnotify_notify_queue_is_empty() 69 if (!list_empty(&event->list)) { in fsnotify_destroy_event() 71 WARN_ON(!list_empty(&event->list)); in fsnotify_destroy_event() 105 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event() 113 if (!list_empty(list) && merge) { in fsnotify_add_event()
|
/Linux-v5.10/drivers/usb/host/ |
D | fhci-q.c | 74 if (!list_empty(&ed->td_list)) in peek_td_from_ed() 86 if (!list_empty(&frame->tds_list)) { in fhci_remove_td_from_frame() 99 if (!list_empty(&frame->tds_list)) in fhci_peek_td_from_frame() 111 if (!list_empty(&ed->td_list)) { in fhci_remove_td_from_ed() 116 if (!list_empty(&ed->td_list)) in fhci_remove_td_from_ed() 131 if (!list_empty(&p_list->done_list)) { in fhci_remove_td_from_done_list() 148 if (!list_empty(&ed->td_list)) in fhci_move_td_from_ed_to_done_list() 173 if (!list_empty(&ed->td_list)) in free_urb_priv()
|
D | ehci-timer.c | 222 while (!list_empty(&ehci->intr_unlink_wait)) { in ehci_handle_start_intr_unlinks() 236 if (!list_empty(&ehci->intr_unlink_wait)) { in ehci_handle_start_intr_unlinks() 255 while (!list_empty(&ehci->intr_unlink)) { in ehci_handle_intr_unlinks() 267 if (!list_empty(&ehci->intr_unlink)) { in ehci_handle_intr_unlinks() 313 if (!list_empty(&ehci->cached_itd_list) || in end_free_itds() 314 !list_empty(&ehci->cached_sitd_list)) in end_free_itds()
|
/Linux-v5.10/fs/ |
D | pnode.c | 77 if (list_empty(&mnt->mnt_share)) { in do_make_slave() 85 while (!list_empty(p)) { in do_make_slave() 153 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in propagation_next() 177 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in skip_propagation_subtree() 188 if (!IS_MNT_NEW(m) && !list_empty(&m->mnt_slave_list)) in next_group() 382 if (!list_empty(&mnt->mnt_mounts) || do_refcount_check(mnt, refcnt)) in propagate_mount_busy() 398 else if (!list_empty(&child->mnt_mounts)) in propagate_mount_busy() 460 if (!list_empty(&child->mnt_umounting) && IS_MNT_MARKED(child)) in __propagate_umount() 499 while (!list_empty(to_restore)) { in restore_mounts() 521 while (!list_empty(visited)) { in cleanup_umount_visitations() [all …]
|
/Linux-v5.10/kernel/locking/ |
D | mutex-debug.c | 40 DEBUG_LOCKS_WARN_ON(list_empty(&lock->wait_list)); in debug_mutex_wake_waiter() 42 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in debug_mutex_wake_waiter() 47 DEBUG_LOCKS_WARN_ON(!list_empty(&waiter->list)); in debug_mutex_free_waiter() 63 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in mutex_remove_waiter()
|
/Linux-v5.10/include/net/ |
D | fq_impl.h | 74 if (list_empty(head)) { in fq_tin_dequeue() 76 if (list_empty(head)) in fq_tin_dequeue() 93 !list_empty(&tin->old_flows)) { in fq_tin_dequeue() 144 if (list_empty(&flow->backlogchain)) in fq_recalc_backlog() 178 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue() 256 if (!list_empty(&flow->flowchain)) in fq_flow_reset() 259 if (!list_empty(&flow->backlogchain)) in fq_flow_reset() 276 if (list_empty(head)) { in fq_tin_reset() 278 if (list_empty(head)) in fq_tin_reset()
|
/Linux-v5.10/fs/gfs2/ |
D | trans.c | 180 if (list_empty(&bd->bd_list)) { in gfs2_trans_add_data() 222 if (!list_empty(&bd->bd_list)) in gfs2_trans_add_meta() 256 BUG_ON(!list_empty(&bd->bd_list)); in gfs2_trans_add_revoke() 290 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail1_list)); in gfs2_trans_free() 291 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail2_list)); in gfs2_trans_free() 292 gfs2_assert_warn(sdp, list_empty(&tr->tr_databuf)); in gfs2_trans_free() 293 gfs2_assert_warn(sdp, list_empty(&tr->tr_buf)); in gfs2_trans_free()
|
D | log.c | 287 if (*max_revokes && list_empty(&bd->bd_list)) { in gfs2_ail1_empty_one() 318 ret = list_empty(&sdp->sd_ail1_list); in gfs2_ail1_empty() 360 while (!list_empty(head)) { in gfs2_ail_empty_tr() 386 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail1_list)); in ail2_empty() 387 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail2_list)); in ail2_empty() 565 if (list_empty(&sdp->sd_ail1_list)) { in current_tail() 624 if (!list_empty(&ip->i_ordered)) in __ordered_del_inode() 635 while (!list_empty(&sdp->sd_log_ordered)) { in gfs2_ordered_write() 655 while (!list_empty(&sdp->sd_log_ordered)) { in gfs2_ordered_wait() 793 if (!list_empty(&jd->extent_list)) in gfs2_write_log_header() [all …]
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | f_printer.c | 330 if (likely(list_empty(&dev->tx_reqs_active))) in tx_complete() 394 while (likely(!list_empty(&dev->rx_reqs))) { in setup_rx_reqs() 420 else if (list_empty(&req->list)) in setup_rx_reqs() 476 (likely(list_empty(&dev->rx_buffers)))) { in printer_read() 491 (likely(!list_empty(&dev->rx_buffers)))); in printer_read() 496 while ((current_rx_bytes || likely(!list_empty(&dev->rx_buffers))) in printer_read() 595 if (likely(list_empty(&dev->tx_reqs))) { in printer_write() 610 (likely(!list_empty(&dev->tx_reqs)))); in printer_write() 614 while (likely(!list_empty(&dev->tx_reqs)) && len) { in printer_write() 704 tx_list_empty = (likely(list_empty(&dev->tx_reqs))); in printer_fsync() [all …]
|
/Linux-v5.10/fs/nfs_common/ |
D | grace.c | 34 if (list_empty(&lm->list)) in locks_start_grace() 70 return !list_empty(grace_list); in __state_in_grace() 112 WARN_ONCE(!list_empty(grace_list), in grace_exit_net()
|
/Linux-v5.10/drivers/misc/mei/ |
D | init.c | 335 list_empty(&dev->ctrl_wr_list) && in mei_write_is_idle() 336 list_empty(&dev->write_list) && in mei_write_is_idle() 337 list_empty(&dev->write_waiting_list)); in mei_write_is_idle() 342 list_empty(&dev->ctrl_wr_list), in mei_write_is_idle() 343 list_empty(&dev->write_list), in mei_write_is_idle() 344 list_empty(&dev->write_waiting_list)); in mei_write_is_idle()
|
/Linux-v5.10/fs/fscache/ |
D | operation.c | 65 ASSERT(list_empty(&op->pend_link)); in fscache_enqueue_operation() 135 if (!list_empty(&object->pending_ops)) { in fscache_report_unexpected_submission() 171 ASSERT(list_empty(&op->pend_link)); in fscache_submit_exclusive_op() 196 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_exclusive_op() 258 ASSERT(list_empty(&op->pend_link)); in fscache_submit_op() 282 } else if (!list_empty(&object->pending_ops)) { in fscache_submit_op() 335 while (!list_empty(&object->pending_ops) && !stop) { in fscache_start_operations() 379 ASSERT(!list_empty(&op->pend_link)); in fscache_cancel_op() 427 while (!list_empty(&object->pending_ops)) { in fscache_cancel_all_ops() 573 if (list_empty(&cache->op_gc_list)) { in fscache_operation_gc() [all …]
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_scheduler.c | 63 if (list_empty(&p->requests[i])) in assert_priolists() 303 GEM_BUG_ON(!list_empty(&node->link)); in __i915_schedule() 341 if (list_empty(&node->link)) in __i915_schedule() 405 GEM_BUG_ON(!list_empty(&node->signalers_list)); in i915_sched_node_reinit() 406 GEM_BUG_ON(!list_empty(&node->waiters_list)); in i915_sched_node_reinit() 407 GEM_BUG_ON(!list_empty(&node->link)); in i915_sched_node_reinit() 485 GEM_BUG_ON(!list_empty(&dep->dfs_link)); in i915_sched_node_fini() 496 GEM_BUG_ON(!list_empty(&dep->dfs_link)); in i915_sched_node_fini()
|
/Linux-v5.10/drivers/hid/intel-ish-hid/ishtp/ |
D | client-buffers.c | 104 while (!list_empty(&cl->free_rb_list.list)) { in ishtp_cl_free_rx_ring() 114 while (!list_empty(&cl->in_process_list.list)) { in ishtp_cl_free_rx_ring() 137 while (!list_empty(&cl->tx_free_list.list)) { in ishtp_cl_free_tx_ring() 149 while (!list_empty(&cl->tx_list.list)) { in ishtp_cl_free_tx_ring() 268 tx_list_empty = list_empty(&cl->tx_list.list); in ishtp_cl_tx_empty()
|
/Linux-v5.10/fs/btrfs/ |
D | space-info.c | 356 if (!list_empty(&ticket->list)) { in remove_ticket() 377 while (!list_empty(head)) { in btrfs_try_granting_tickets() 547 if (list_empty(&space_info->tickets) && in shrink_delalloc() 548 list_empty(&space_info->priority_tickets)) { in shrink_delalloc() 593 if (!list_empty(&space_info->priority_tickets)) in may_commit_transaction() 596 else if (!list_empty(&space_info->tickets)) in may_commit_transaction() 870 while (!list_empty(&space_info->tickets) && in maybe_fail_all_tickets() 944 if (list_empty(&space_info->tickets)) { in btrfs_async_reclaim_metadata_space() 1061 if (list_empty(&space_info->tickets)) { in btrfs_async_reclaim_data_space() 1072 if (list_empty(&space_info->tickets)) { in btrfs_async_reclaim_data_space() [all …]
|
/Linux-v5.10/net/core/ |
D | link_watch.c | 110 if (list_empty(&dev->link_watch_list)) { in linkwatch_add_event() 202 while (!list_empty(&wrk) && do_dev > 0) { in __linkwatch_run_queue() 220 if (!list_empty(&lweventlist)) in __linkwatch_run_queue() 231 if (!list_empty(&dev->link_watch_list)) { in linkwatch_forget_dev()
|
/Linux-v5.10/drivers/isdn/mISDN/ |
D | timerdev.c | 74 while (!list_empty(list)) { in mISDN_close() 108 while (list_empty(list) && (dev->work == 0)) { in mISDN_read() 113 !list_empty(list))); in mISDN_read() 120 if (!list_empty(list)) { in mISDN_read() 146 if (dev->work || !list_empty(&dev->expired)) in mISDN_poll() 150 dev->work, list_empty(&dev->expired)); in mISDN_poll()
|
/Linux-v5.10/net/sctp/ |
D | stream_sched_prio.c | 94 if (!list_empty(&soute->prio_list)) { in sctp_sched_prio_unsched() 107 if (list_empty(&prio_head->active)) { in sctp_sched_prio_unsched() 125 if (!list_empty(&soute->prio_list)) in sctp_sched_prio_sched() 224 if (prio && list_empty(&prio->prio_sched)) in sctp_sched_prio_free() 254 if (list_empty(&q->out_chunk_list)) in sctp_sched_prio_dequeue() 290 if (list_empty(&soute->outq)) in sctp_sched_prio_dequeue_done()
|
D | stream_sched_rr.c | 47 if (list_empty(&stream->rr_list)) in sctp_sched_rr_unsched() 54 if (!list_empty(&soute->rr_list)) in sctp_sched_rr_sched() 118 if (list_empty(&q->out_chunk_list)) in sctp_sched_rr_dequeue() 146 if (list_empty(&soute->outq)) in sctp_sched_rr_dequeue_done()
|
/Linux-v5.10/net/unix/ |
D | garbage.c | 154 BUG_ON(!list_empty(&u->link)); in scan_children() 159 while (!list_empty(&embryos)) { in scan_children() 287 while (!list_empty(¬_cycle_list)) { in unix_gc() 301 BUG_ON(!list_empty(&gc_candidates)); in unix_gc()
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_breadcrumbs.c | 127 if (!list_empty(&ce->signals)) in remove_signaling_context() 250 if (!signal && READ_ONCE(b->irq_armed) && list_empty(&b->signalers)) in signal_irq_work() 303 if (!READ_ONCE(b->irq_armed) && !list_empty(&b->signalers)) in signal_irq_work() 355 GEM_BUG_ON(!list_empty(&b->signalers)); in intel_breadcrumbs_park() 361 GEM_BUG_ON(!list_empty(&b->signalers)); in intel_breadcrumbs_free() 389 if (list_empty(&ce->signals)) { in insert_breadcrumb() 502 if (!list_empty(&b->signalers)) in intel_engine_print_breadcrumbs()
|