Searched refs:list_empty (Results 51 - 75 of 2316) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Dplist.c80 WARN_ON(!list_empty(&node->prio_list));
116 if (!list_empty(&node->prio_list)) {
124 if (list_empty(&next->prio_list))
199 BUG_ON(!list_empty(&node_pos->prio_list));
/linux-master/fs/lockd/
H A Dprocfs.c56 resp[0] = list_empty(&ln->lockd_manager.list) ? 'Y' : 'N';
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c68 (list_empty(&lock->ast_list) ? 'y' : 'n'),
70 (list_empty(&lock->bast_list) ? 'y' : 'n'),
93 list_empty(&res->purge) ? "no" : "yes");
96 list_empty(&res->dirty) ? "no" : "yes",
97 list_empty(&res->recovering) ? "no" : "yes",
282 !list_empty(&mle->hb_events),
475 !list_empty(&lock->ast_list),
476 !list_empty(&lock->bast_list),
502 !list_empty(&res->purge),
503 !list_empty(
[all...]
/linux-master/fs/smb/server/
H A Dcrypto_ctx.c117 if (!list_empty(&ctx_list.idle_ctx)) {
129 !list_empty(&ctx_list.idle_ctx));
142 !list_empty(&ctx_list.idle_ctx));
243 while (!list_empty(&ctx_list.idle_ctx)) {
/linux-master/drivers/md/
H A Ddm-verity-loadpin.c64 if (list_empty(&dm_verity_loadpin_trusted_root_digests))
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs_send.c50 if (!list_empty(&backlog->list))
/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.h289 if (!list_empty(&wait->tx_head)) {
304 if (!list_empty(&w->tx_head)) {
327 if (!list_empty(&w->tx_head)) {
409 return !list_empty(&wait->tx_head);
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank_work.c76 drm_WARN_ONCE(vblank->dev, !list_empty(&vblank->pending_work),
129 if (list_empty(&work->node)) {
192 if (!list_empty(&work->node)) {
227 wait_event_lock_irq(vblank->work_wait_queue, list_empty(&work->node),
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c190 while (!list_empty(&disp->conns)) {
196 while (!list_empty(&disp->outps)) {
202 while (!list_empty(&disp->iors)) {
207 while (!list_empty(&disp->heads)) {
/linux-master/block/
H A Dblk-stat.c164 if (list_empty(&q->stats->callbacks) && !q->stats->accounting)
192 if (!--q->stats->accounting && list_empty(&q->stats->callbacks))
203 if (!q->stats->accounting++ && list_empty(&q->stats->callbacks))
229 WARN_ON(!list_empty(&stats->callbacks));
/linux-master/virt/kvm/
H A Dasync_pf.c81 first = list_empty(&vcpu->async_pf.done);
126 while (!list_empty(&vcpu->async_pf.queue)) {
149 while (!list_empty(&vcpu->async_pf.done)) {
243 first = list_empty(&vcpu->async_pf.done);
/linux-master/drivers/gpu/drm/xe/display/
H A Dintel_fb_bo.c43 if (XE_IOCTL_DBG(i915, !list_empty(&bo->ttm.base.gpuva.list))) {
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c224 GEM_BUG_ON(!list_empty(&node->link));
270 if (list_empty(&node->link))
311 GEM_BUG_ON(!list_empty(&node->signalers_list));
312 GEM_BUG_ON(!list_empty(&node->waiters_list));
313 GEM_BUG_ON(!list_empty(&node->link));
387 GEM_BUG_ON(!list_empty(&dep->dfs_link));
398 GEM_BUG_ON(!list_empty(&dep->dfs_link));
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c100 if (!list_empty(&ce->signals))
206 if (!signal && READ_ONCE(b->irq_armed) && list_empty(&b->signalers))
266 if (!READ_ONCE(b->irq_armed) && !list_empty(&b->signalers))
332 GEM_BUG_ON(!list_empty(&b->signalers));
368 if (list_empty(&ce->signals)) {
469 if (list_empty(&ce->signals))
523 if (!list_empty(&b->signalers))
/linux-master/tools/include/linux/
H A Dlist.h96 * Note: list_empty() on entry does not return true after this, the entry is
184 * list_empty - tests whether a list is empty
187 static inline int list_empty(const struct list_head *head) function
219 if (!list_empty(head)) {
231 return !list_empty(head) && (head->next == head->prev);
263 if (list_empty(head))
296 if (!list_empty(list))
308 if (!list_empty(list))
322 if (!list_empty(list)) {
339 if (!list_empty(lis
[all...]
/linux-master/drivers/dca/
H A Ddca-core.c91 if (list_empty(&dca_domains)) {
132 if (dca_provider_ioat_ver_3_0(dev) && !list_empty(&dca_domains))
151 if (!list_empty(&dca_domains))
406 if (list_empty(&dca_domains)) {
415 if (list_empty(&domain->dca_providers))
/linux-master/fs/gfs2/
H A Dlog.c262 if (!list_empty(&sdp->sd_ail1_list)) {
288 while (!list_empty(head)) {
340 if (*max_revokes && list_empty(&bd->bd_list)) {
373 empty = list_empty(&sdp->sd_ail1_list);
405 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail1_list));
406 gfs2_assert_warn(sdp, list_empty(&tr->tr_ail2_list));
717 if (!list_empty(&ip->i_ordered))
728 while (!list_empty(&sdp->sd_log_ordered)) {
748 while (!list_empty(&sdp->sd_log_ordered)) {
865 if (!list_empty(
[all...]
/linux-master/drivers/s390/block/
H A Ddasd_alias.c77 if (list_empty(&lcu->grouplist))
278 if (list_empty(&lcu->grouplist) &&
279 list_empty(&lcu->active_devices) &&
280 list_empty(&lcu->inactive_devices)) {
291 if (server && list_empty(&server->lculist)) {
361 if (list_empty(&group->baselist) && list_empty(&group->aliaslist)) {
579 if (device && !list_empty(&device->alias_list))
582 if (!usedev && !list_empty(&lcu->grouplist)) {
585 if (!list_empty(
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c462 if (!list_empty(lh)) {
496 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h))
501 if (!list_empty(hnd_list_l)) {
531 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h))
557 if (!list_empty(hnd_list_l) || !list_empty(hnd_list_h))
576 if (list_empty(handler_list))
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-out.c62 if (!list_empty(&dev->vid_out_active) &&
68 if (!list_empty(&dev->vbi_out_active) &&
75 if (!list_empty(&dev->meta_out_active)) {
305 while (!list_empty(&dev->vid_out_active)) {
320 while (!list_empty(&dev->vbi_out_active)) {
335 while (!list_empty(&dev->meta_out_active)) {
/linux-master/drivers/usb/core/
H A Durb.c146 list_empty(&anchor->urb_list);
815 while (!list_empty(&anchor->urb_list)) {
854 while (!list_empty(&anchor->urb_list)) {
984 if (!list_empty(&anchor->urb_list)) {
1013 while (!list_empty(&anchor->urb_list)) {
1035 return list_empty(&anchor->urb_list);
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_resource_test.c130 KUNIT_ASSERT_TRUE(test, list_empty(&man->lru[bo->priority]));
167 KUNIT_ASSERT_TRUE(test, list_empty(&bo->bdev->pinned));
178 KUNIT_ASSERT_TRUE(test, list_empty(&bo->bdev->pinned));
201 KUNIT_ASSERT_TRUE(test, list_empty(&res->lru));
223 KUNIT_ASSERT_TRUE(test, list_empty(&man->lru[i]));
310 KUNIT_ASSERT_TRUE(test, list_empty(&man->lru[bo->priority]));
/linux-master/fs/
H A Dfs-writeback.c100 if (wb_has_dirty_io(wb) && list_empty(&wb->b_dirty) &&
101 list_empty(&wb->b_io) && list_empty(&wb->b_more_io)) {
454 if (!list_empty(&inode->i_io_list)) {
1007 list_empty(&wb->b_dirty_time)))
1306 if (list_empty(&inode->i_wb_list)) {
1308 if (list_empty(&inode->i_wb_list)) {
1324 if (!list_empty(&inode->i_wb_list)) {
1326 if (!list_empty(&inode->i_wb_list)) {
1358 if (!list_empty(
[all...]
/linux-master/drivers/hid/
H A Dhid-holtekff.c133 if (list_empty(&hid->inputs)) {
140 if (list_empty(report_list)) {
H A Dhid-axff.c73 if (list_empty(&hid->inputs)) {
80 if (list_empty(report_list)) {

Completed in 231 milliseconds

1234567891011>>