Searched refs:list_empty (Results 226 - 250 of 2316) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_compression.c65 adf_dev_started(tmp_dev) && !list_empty(&tmp_dev->compression_list)) {
82 !list_empty(&tmp_dev->compression_list)) {
H A Dqat_crypto.c63 !list_empty(&tmp_dev->crypto_list)) {
77 !list_empty(&tmp_dev->crypto_list)) {
/linux-master/kernel/rcu/
H A Dsrcutiny.c170 else if (list_empty(&ssp->srcu_work.entry))
279 while (!list_empty(&srcu_boot_list)) {
/linux-master/arch/m68k/sun3/
H A Dsun3dvma.c125 if(list_empty(&hole_cache)) {
145 if(list_empty(&hole_list)) {
/linux-master/drivers/nvdimm/
H A Dbadrange.c56 if (list_empty(&badrange->list)) {
218 if (list_empty(&badrange->list))
/linux-master/net/ncsi/
H A Dncsi-aen.c80 chained = !list_empty(&nc->link);
152 if (!list_empty(&nc->link) ||
/linux-master/fs/afs/
H A Dcallback.c67 if (!list_empty(&se->volume->open_mmaps))
178 if (!list_empty(&volume->open_mmaps))
/linux-master/drivers/gpu/drm/ttm/tests/
H A Dttm_device_test.c93 KUNIT_ASSERT_TRUE(test, list_empty(&man->lru[0]));
186 list_empty(&pt.pages));
/linux-master/include/net/
H A Daf_vsock.h198 return !list_empty(&vsk->bound_table);
204 return !list_empty(&vsk->connected_table);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c91 if (XE_WARN_ON(!list_empty(&irq->pending))) {
191 XE_WARN_ON(!list_empty(&fence->irq_link));
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c638 if (list_empty(&cl->free_rb_list.list)) {
730 if (list_empty(&cl->tx_free_list.list)) {
756 have_msg_to_send = !list_empty(&cl->tx_list.list);
785 schedule_work_flag = list_empty(&cl->in_process_list.list);
825 if (list_empty(&cl->tx_list.list)) {
924 if (list_empty(&cl->tx_list.list)) {
1075 if (!list_empty(&cl->free_rb_list.list)) {
1204 if (!list_empty(&cl->free_rb_list.list)) {
/linux-master/include/linux/
H A Dptrace.h229 BUG_ON(!list_empty(&task->ptraced));
231 BUG_ON(!list_empty(&task->ptrace_entry));
H A Dlist.h205 * needs to check the node 'prev' pointer instead of calling list_empty().
224 * Note: list_empty() on entry does not return true after this, the entry is
368 * list_empty - tests whether a list is empty
371 static inline int list_empty(const struct list_head *head) function
421 if (!list_empty(head)) {
451 return !list_empty(head) && (head->next == head->prev);
483 if (list_empty(head))
545 if (!list_empty(list))
557 if (!list_empty(list))
571 if (!list_empty(lis
[all...]
/linux-master/fs/smb/client/
H A Dnamespace.c37 if (!list_empty(list))
44 if (WARN_ON(!list_empty(&cifs_automount_list)))
/linux-master/drivers/isdn/mISDN/
H A Ddsp_pipeline.c208 if (!list_empty(&pipeline->list))
268 if (!list_empty(&pipeline->list))
/linux-master/kernel/
H A Dasync.c98 if (!list_empty(&domain->pending))
102 if (!list_empty(&async_global_pending))
/linux-master/fs/exfat/
H A Dcache.c70 WARN_ON(!list_empty(&cache->cache_list));
198 while (!list_empty(&ei->cache_lru)) {
/linux-master/net/mac80211/
H A Docb.c130 while (!list_empty(&ifocb->incomplete_stations)) {
214 while (!list_empty(&ifocb->incomplete_stations)) {
/linux-master/drivers/gpu/drm/
H A Ddrm_modeset_lock.c279 while (!list_empty(&ctx->locked)) {
317 WARN_ON(!list_empty(&lock->head));
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c341 if (list_empty(&mgr->list))
367 if (list_empty(&mgr->list) || list_empty(&banks->list))
389 if (list_empty(&aca->mgr.list))
409 if (list_empty(&banks.list)) {
465 if (list_empty(&aerr->list))
494 if (!handle->mask || !list_empty(&handle->node))
638 if (!handle || list_empty(&handle->node))
/linux-master/drivers/scsi/bfa/
H A Dbfa_cs.h132 if (!list_empty(_q)) { \
146 if (!list_empty(_q)) { \
/linux-master/fs/nfs/
H A Dpnfs_nfs.c65 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) {
440 if (list_empty(&bucket->committing))
462 if (list_empty(&bucket->committing))
465 if (!list_empty(&bucket->committing)) {
517 if (!list_empty(mds_pages)) {
689 while (!list_empty(&ds->ds_addrs)) {
771 if (list_empty(dsaddrs)) {
/linux-master/fs/btrfs/
H A Dordered-data.c238 BUG_ON(!list_empty(&root->ordered_root));
557 ASSERT(list_empty(&entry->root_extent_list));
558 ASSERT(list_empty(&entry->log_list));
562 while (!list_empty(&entry->list)) {
658 BUG_ON(list_empty(&root->ordered_root));
695 while (!list_empty(&splice) && nr) {
747 while (!list_empty(&splice) && nr) {
957 ASSERT(list_empty(&ordered->log_list));
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c241 if (!list_empty(&cb.base.node))
290 if (list_empty(&list))
333 lists_empty = list_empty(&fman->fence_list) &&
334 list_empty(&fman->cleanup_list);
417 if (!list_empty(&fence->seq_passed_actions)) {
499 if (!list_empty(&fman->cleanup_list))
654 while (!list_empty(&fman->fence_list)) {
673 BUG_ON(!list_empty(&fence->head));
/linux-master/fs/ocfs2/cluster/
H A Dheartbeat.c152 if (list_empty(&o2hb_all_regions))
164 if (list_empty(&o2hb_all_regions)) {
762 while (!list_empty(&o2hb_node_events)
763 && !list_empty(&queued_event->hn_item)) {
821 if (!list_empty(&slot->ds_live_item)) {
827 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
923 if (list_empty(&slot->ds_live_item))
975 if (list_empty(&slot->ds_live_item) &&
983 if (list_empty(&o2hb_live_slots[slot->ds_node_num])) {
1020 if (list_empty(
[all...]

Completed in 213 milliseconds

1234567891011>>