Searched refs:list_empty (Results 76 - 100 of 2316) sorted by relevance

1234567891011>>

/linux-master/drivers/hid/
H A Dhid-emsff.c56 if (list_empty(&hid->inputs)) {
63 if (list_empty(report_list)) {
H A Dhid-gaff.c74 if (list_empty(&hid->inputs)) {
81 if (list_empty(report_list)) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sched.c187 if (!list_empty(&scheduler->n_list)) {
231 if (list_empty(&scheduler->n_list)) {
/linux-master/fs/ecryptfs/
H A Dkthread.c50 (!list_empty(&ecryptfs_kthread_ctl.req_list)
57 while (!list_empty(&ecryptfs_kthread_ctl.req_list)) {
H A Dmiscdev.c48 if (!list_empty(&daemon->msg_ctx_out_queue))
235 if (list_empty(&daemon->msg_ctx_out_queue)) {
238 daemon->wait, !list_empty(&daemon->msg_ctx_out_queue));
249 if (list_empty(&daemon->msg_ctx_out_queue)) {
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c19 if (!list_empty(&dev->touch_cap_active)) {
176 while (!list_empty(&dev->touch_cap_active)) {
/linux-master/lib/kunit/
H A Dkunit-test.c145 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources));
203 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources));
217 KUNIT_EXPECT_FALSE(test, list_empty(&ctx->test.resources));
223 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources));
229 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources));
257 KUNIT_EXPECT_TRUE(test, list_empty(&ctx->test.resources));
372 KUNIT_EXPECT_TRUE(test, list_empty(&test->resources));
408 KUNIT_EXPECT_TRUE(test, list_empty(&test->resources));
/linux-master/fs/dlm/
H A Dplock.c220 WARN_ON(!list_empty(&op->list));
247 WARN_ON(!list_empty(&op->list));
337 WARN_ON(!list_empty(&op->list));
451 WARN_ON(!list_empty(&op->list));
491 if (!list_empty(&send_list)) {
593 if (!list_empty(&send_list))
627 WARN_ON(!list_empty(&send_list));
628 WARN_ON(!list_empty(&recv_list));
/linux-master/arch/sh/kernel/
H A Dunwinder.c70 if (list_empty(&unwinder_list))
/linux-master/kernel/power/
H A Dconsole.c113 if (list_empty(&pm_vt_switch_list))
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c98 if (likely(list_empty(&vsock_tap_all)))
/linux-master/drivers/infiniband/core/
H A Dmr_pool.c72 while (!list_empty(list)) {
/linux-master/fs/
H A Dfs_pin.c59 if (likely(list_empty(&wait.entry)))
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.h105 if (list_empty(queue))
/linux-master/include/linux/sunrpc/
H A Dsvc_rdma_pcl.h50 return list_empty(&pcl->cl_chunks);
/linux-master/include/drm/
H A Ddrm_modeset_lock.h114 WARN_ON(!list_empty(&lock->head));
/linux-master/sound/hda/ext/
H A Dhdac_ext_bus.c59 WARN_ON(!list_empty(&bus->hlink_list));
/linux-master/drivers/gpu/drm/
H A Ddrm_suballoc.c100 if (!list_empty(&sa_manager->olist)) {
103 if (!list_empty(&sa_manager->olist))
193 if (!list_empty(&sa_manager->flist[i]))
250 if (list_empty(&sa_manager->flist[i]))
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c42 if (list_empty(queue_to_indicate)) {
73 } while (!list_empty(queue_to_indicate));
106 if (list_empty(&ep->txq))
183 if (list_empty(&ep->txq))
217 while (!list_empty(pkt_queue)) {
282 while (!list_empty(pkt_queue)) {
324 if (list_empty(txq)) {
403 if (list_empty(&send_queue)) {
419 if (!list_empty(&send_queue)) {
422 if (!list_empty(
[all...]
/linux-master/include/linux/iio/
H A Dtrigger.h97 WARN_ONCE(list_empty(&trig->list),
/linux-master/net/ieee802154/
H A Dpan.c36 is_assoc = !list_empty(&wpan_dev->children) || wpan_dev->parent;
/linux-master/include/linux/
H A Dpm_clock.h36 && list_empty(&dev->power.subsys_data->clock_list);
/linux-master/io_uring/
H A Dnapi.h27 return !list_empty(&ctx->napi_list);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dpd.c183 if (!list_empty(&priv->bf_list))
258 if (!list_empty(&bf->uar->bf_list))
265 } else if (list_empty(&bf->uar->bf_list))
/linux-master/drivers/scsi/arm/
H A Dqueue.c93 if (!list_empty(&queue->head))
115 if (list_empty(&queue->free))
194 if (!list_empty(&queue->head))

Completed in 185 milliseconds

1234567891011>>