/linux-6.3-rc2/net/devlink/ |
A D | core.c | 253 WARN_ON(!list_empty(&devlink->trap_policer_list)); in devlink_free() 254 WARN_ON(!list_empty(&devlink->trap_group_list)); in devlink_free() 255 WARN_ON(!list_empty(&devlink->trap_list)); in devlink_free() 256 WARN_ON(!list_empty(&devlink->reporter_list)); in devlink_free() 257 WARN_ON(!list_empty(&devlink->region_list)); in devlink_free() 258 WARN_ON(!list_empty(&devlink->resource_list)); in devlink_free() 259 WARN_ON(!list_empty(&devlink->dpipe_table_list)); in devlink_free() 260 WARN_ON(!list_empty(&devlink->sb_list)); in devlink_free() 261 WARN_ON(!list_empty(&devlink->rate_list)); in devlink_free() 262 WARN_ON(!list_empty(&devlink->linecard_list)); in devlink_free()
|
/linux-6.3-rc2/kernel/sched/ |
A D | swait.c | 25 if (list_empty(&q->task_list)) in swake_up_locked() 43 while (!list_empty(&q->task_list)) in swake_up_all_locked() 68 while (!list_empty(&tmp)) { in swake_up_all() 74 if (list_empty(&tmp)) in swake_up_all() 87 if (list_empty(&wait->task_list)) in __prepare_to_swait() 128 if (!list_empty(&wait->task_list)) in __finish_swait()
|
A D | wait.c | 270 if (list_empty(&wq_entry->entry)) in prepare_to_wait() 286 if (list_empty(&wq_entry->entry)) { in prepare_to_wait_exclusive() 287 was_empty = list_empty(&wq_head->head); in prepare_to_wait_exclusive() 327 if (list_empty(&wq_entry->entry)) { in prepare_to_wait_event() 350 if (likely(list_empty(&wait->entry))) in do_wait_intr() 367 if (likely(list_empty(&wait->entry))) in do_wait_intr_irq()
|
/linux-6.3-rc2/fs/ocfs2/dlm/ |
A D | dlmthread.c | 63 if (list_empty(&res->granted) && in __dlm_lockres_has_locks() 64 list_empty(&res->converting) && in __dlm_lockres_has_locks() 65 list_empty(&res->blocked)) in __dlm_lockres_has_locks() 113 if (list_empty(&res->purge)) { in __dlm_lockres_calc_usage() 156 if (!list_empty(&res->purge)) { in __dlm_do_purge_lockres() 174 if (!list_empty(&res->tracking)) in __dlm_do_purge_lockres() 232 if (!list_empty(&res->purge)) { in dlm_purge_lockres() 257 if (!list_empty(&res->tracking)) in dlm_purge_lockres() 359 if (list_empty(&res->converting)) in dlm_shuffle_lists() 433 if (list_empty(&res->blocked)) in dlm_shuffle_lists() [all …]
|
A D | dlmdebug.c | 68 (list_empty(&lock->ast_list) ? 'y' : 'n'), in __dlm_print_lock() 70 (list_empty(&lock->bast_list) ? 'y' : 'n'), in __dlm_print_lock() 93 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource() 96 list_empty(&res->dirty) ? "no" : "yes", in __dlm_print_one_lock_resource() 282 !list_empty(&mle->hb_events), in dump_mle() 475 !list_empty(&lock->ast_list), in dump_lock() 476 !list_empty(&lock->bast_list), in dump_lock() 502 !list_empty(&res->purge), in dump_lockres() 503 !list_empty(&res->dirty), in dump_lockres() 504 !list_empty(&res->recovering), in dump_lockres() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_ooo.c | 34 if (unlikely(list_empty(&p_archipelago->isles_list))) in qed_ooo_seek_archipelago() 175 while (!list_empty(&p_archipelago->isles_list)) { in qed_ooo_release_connection_isles() 181 while (!list_empty(&p_isle->buffers_list)) { in qed_ooo_release_connection_isles() 208 while (!list_empty(&p_archipelago->isles_list)) { in qed_ooo_release_all_isles() 215 while (!list_empty(&p_isle->buffers_list)) { in qed_ooo_release_all_isles() 231 if (!list_empty(&p_ooo_info->ready_buffers_list)) in qed_ooo_release_all_isles() 288 if (!list_empty(&p_ooo_info->free_buffers_list)) { in qed_ooo_get_free_buffer() 315 if (!list_empty(&p_ooo_info->ready_buffers_list)) { in qed_ooo_get_ready_buffer() 340 if (list_empty(&p_isle->buffers_list)) in qed_ooo_delete_isles() 379 if (!list_empty(&p_ooo_info->free_isles_list)) { in qed_ooo_add_new_isle() [all …]
|
/linux-6.3-rc2/include/net/ |
A D | fq_impl.h | 102 if (list_empty(head)) { in fq_tin_dequeue() 104 if (list_empty(head)) in fq_tin_dequeue() 121 !list_empty(&tin->old_flows)) { in fq_tin_dequeue() 213 else if (list_empty(&tin->tin_list)) in fq_tin_enqueue() 228 if (list_empty(&flow->flowchain)) { in fq_tin_enqueue() 299 if (!list_empty(&flow->flowchain)) { in fq_flow_reset() 301 if (list_empty(&tin->new_flows) && in fq_flow_reset() 302 list_empty(&tin->old_flows)) in fq_flow_reset() 320 if (list_empty(head)) { in fq_tin_reset() 322 if (list_empty(head)) in fq_tin_reset() [all …]
|
/linux-6.3-rc2/drivers/usb/host/ |
A 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()
|
A 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-6.3-rc2/fs/ |
A 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() 398 else if (!list_empty(&child->mnt_mounts)) in propagate_mount_busy() 499 while (!list_empty(to_restore)) { in restore_mounts() 521 while (!list_empty(visited)) { in cleanup_umount_visitations() 553 if (!list_empty(&mnt->mnt_umounting)) in propagate_umount() 564 if (!list_empty(&child->mnt_umounting)) { in propagate_umount() [all …]
|
/linux-6.3-rc2/kernel/locking/ |
A D | mutex-debug.c | 39 DEBUG_LOCKS_WARN_ON(list_empty(&lock->wait_list)); in debug_mutex_wake_waiter() 41 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in debug_mutex_wake_waiter() 46 DEBUG_LOCKS_WARN_ON(!list_empty(&waiter->list)); in debug_mutex_free_waiter() 62 DEBUG_LOCKS_WARN_ON(list_empty(&waiter->list)); in debug_mutex_remove_waiter()
|
/linux-6.3-rc2/fs/notify/ |
A D | notification.c | 62 if (!list_empty(&event->list)) { in fsnotify_destroy_event() 64 WARN_ON(!list_empty(&event->list)); in fsnotify_destroy_event() 104 if (!list_empty(&group->overflow_event->list)) { in fsnotify_insert_event() 112 if (!list_empty(list) && merge) { in fsnotify_insert_event()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | log.c | 262 if (!list_empty(&sdp->sd_ail1_list)) { in gfs2_log_update_flush_tail() 288 while (!list_empty(head)) { in gfs2_ail_empty_tr() 372 ret = list_empty(&sdp->sd_ail1_list); in gfs2_ail1_empty() 721 if (!list_empty(&ip->i_ordered)) in __ordered_del_inode() 866 if (!list_empty(&jd->extent_list)) in gfs2_write_log_header() 952 while (!list_empty(&sdp->sd_ail1_list)) { in gfs2_ail_drain() 1010 while (!list_empty(head)) { in trans_drain() 1013 if (!list_empty(&bd->bd_ail_st_list)) in trans_drain() 1018 while (!list_empty(head)) { in trans_drain() 1021 if (!list_empty(&bd->bd_ail_st_list)) in trans_drain() [all …]
|
A D | trans.c | 217 if (list_empty(&bd->bd_list)) { in gfs2_trans_add_data() 259 if (!list_empty(&bd->bd_list)) in gfs2_trans_add_meta() 293 BUG_ON(!list_empty(&bd->bd_list)); in gfs2_trans_add_revoke() 326 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail1_list)); in gfs2_trans_free() 327 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail2_list)); in gfs2_trans_free() 328 gfs2_assert_warn(sdp, list_empty(&tr->tr_databuf)); in gfs2_trans_free() 329 gfs2_assert_warn(sdp, list_empty(&tr->tr_buf)); in gfs2_trans_free()
|
/linux-6.3-rc2/drivers/usb/gadget/function/ |
A D | f_printer.c | 421 else if (list_empty(&req->list)) in setup_rx_reqs() 477 (likely(list_empty(&dev->rx_buffers)))) { in printer_read() 596 if (likely(list_empty(&dev->tx_reqs))) { in printer_write() 611 (likely(!list_empty(&dev->tx_reqs)))); in printer_write() 741 if (likely(!list_empty(&dev->tx_reqs))) in printer_poll() 745 likely(!list_empty(&dev->rx_buffers))) in printer_poll() 1149 while (!list_empty(&dev->rx_reqs)) { in printer_func_bind() 1156 while (!list_empty(&dev->tx_reqs)) { in printer_func_bind() 1423 while (!list_empty(&dev->tx_reqs)) { in printer_func_unbind() 1433 while (!list_empty(&dev->rx_reqs)) { in printer_func_unbind() [all …]
|
/linux-6.3-rc2/tools/include/linux/ |
A D | list.h | 187 static inline int list_empty(const struct list_head *head) in list_empty() function 219 if (!list_empty(head)) { in list_rotate_left() 231 return !list_empty(head) && (head->next == head->prev); in list_is_singular() 263 if (list_empty(head)) in list_cut_position() 296 if (!list_empty(list)) in list_splice() 308 if (!list_empty(list)) in list_splice_tail() 322 if (!list_empty(list)) { in list_splice_init() 339 if (!list_empty(list)) { in list_splice_tail_init() 385 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL) 396 (!list_empty(ptr) ? list_last_entry(ptr, type, member) : NULL)
|
/linux-6.3-rc2/fs/nfs_common/ |
A D | grace.c | 35 if (list_empty(&lm->list)) in locks_start_grace() 70 return !list_empty(grace_list); in __state_in_grace() 117 WARN_ONCE(!list_empty(grace_list), in grace_exit_net()
|
/linux-6.3-rc2/lib/kunit/ |
A D | kunit-test.c | 139 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_init_resources() 197 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_destroy_resource() 211 KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_remove_resource() 217 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_remove_resource() 223 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_remove_resource() 251 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources)); in kunit_resource_test_cleanup_resources() 366 KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); in kunit_resource_test_static() 402 KUNIT_EXPECT_TRUE(test, list_empty(&test->resources)); in kunit_resource_test_named()
|
/linux-6.3-rc2/drivers/hid/intel-ish-hid/ishtp/ |
A 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-6.3-rc2/drivers/isdn/mISDN/ |
A 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-6.3-rc2/drivers/s390/char/ |
A D | sclp_con.c | 62 if (!list_empty(&sclp_con_outqueue)) in sclp_conbuf_callback() 89 if (list_empty(&sclp_con_outqueue)) in sclp_conbuf_emit() 177 if (list_empty(&sclp_con_pages)) in sclp_console_write() 179 while (list_empty(&sclp_con_pages)) { in sclp_console_write()
|
/linux-6.3-rc2/net/core/ |
A D | link_watch.c | 125 if (list_empty(&dev->link_watch_list)) { in linkwatch_add_event() 220 while (!list_empty(&wrk) && do_dev > 0) { in __linkwatch_run_queue() 243 if (!list_empty(&lweventlist)) in __linkwatch_run_queue() 254 if (!list_empty(&dev->link_watch_list)) { in linkwatch_forget_dev()
|
/linux-6.3-rc2/net/sctp/ |
A 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() 117 if (list_empty(&q->out_chunk_list)) in sctp_sched_rr_dequeue() 145 if (list_empty(&soute->outq)) in sctp_sched_rr_dequeue_done()
|
/linux-6.3-rc2/drivers/misc/mei/ |
A D | init.c | 336 list_empty(&dev->ctrl_wr_list) && in mei_write_is_idle() 337 list_empty(&dev->write_list) && in mei_write_is_idle() 338 list_empty(&dev->write_waiting_list)); in mei_write_is_idle() 343 list_empty(&dev->ctrl_wr_list), in mei_write_is_idle() 344 list_empty(&dev->write_list), in mei_write_is_idle() 345 list_empty(&dev->write_waiting_list)); in mei_write_is_idle()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_scheduler.c | 224 GEM_BUG_ON(!list_empty(&node->link)); in __i915_schedule() 270 if (list_empty(&node->link)) in __i915_schedule() 311 GEM_BUG_ON(!list_empty(&node->signalers_list)); in i915_sched_node_reinit() 312 GEM_BUG_ON(!list_empty(&node->waiters_list)); in i915_sched_node_reinit() 313 GEM_BUG_ON(!list_empty(&node->link)); in i915_sched_node_reinit() 387 GEM_BUG_ON(!list_empty(&dep->dfs_link)); in i915_sched_node_fini() 398 GEM_BUG_ON(!list_empty(&dep->dfs_link)); in i915_sched_node_fini()
|