Searched refs:list_first_entry_or_null (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c806 pchild = list_first_entry_or_null(&php_slot->bus->devices,
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c178 tctx->hcu_dev = list_first_entry_or_null(&ocs_hcu.dev_list,
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1586 return list_first_entry_or_null(list, struct cdnsp_request, list);
/linux-master/drivers/dma/
H A Dep93xx_dma.c269 return list_first_entry_or_null(&edmac->active,
H A Dste_dma40.c974 return list_first_entry_or_null(&d40c->active, struct d40_desc, node);
987 return list_first_entry_or_null(&d40c->pending_queue, struct d40_desc,
993 return list_first_entry_or_null(&d40c->queue, struct d40_desc, node);
998 return list_first_entry_or_null(&d40c->done, struct d40_desc, node);
/linux-master/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c687 rentry = list_first_entry_or_null(&resource_list, struct resource_entry, node);
/linux-master/crypto/
H A Dalgapi.c114 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list);
/linux-master/drivers/crypto/
H A Datmel-tdes.c195 tdes_dd = list_first_entry_or_null(&atmel_tdes.dev_list,
/linux-master/drivers/acpi/
H A Dacpi_lpss.c637 rentry = list_first_entry_or_null(&resource_list, struct resource_entry, node);
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dtx.c473 rsvd_pkt = list_first_entry_or_null(&rtwdev->rsvd_page_list,
/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c828 buf = list_first_entry_or_null(&zr->queued_bufs, struct zr_buffer, queue);
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_cmd.c135 obj = list_first_entry_or_null(&queue->queue,
/linux-master/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c234 next_task = list_first_entry_or_null(&thread->task_busy_list,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c56 return list_first_entry_or_null(list, struct drm_buddy_block, link);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu.c709 submit = list_first_entry_or_null(&ring->submits,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dreg.c830 arvif = list_first_entry_or_null(&ar->arvifs, struct ath11k_vif, list);
/linux-master/net/mac80211/
H A Doffchannel.c426 roc = list_first_entry_or_null(&local->roc_list,
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c691 txn = list_first_entry_or_null(&relay->incoming_actions, struct relay_transaction, link);
/linux-master/drivers/pci/
H A Dp2pdma.c469 root = list_first_entry_or_null(&host->bus->devices,
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c142 while (!ret && (vma = list_first_entry_or_null(&obj->vma.list,
/linux-master/fs/xfs/
H A Dxfs_log_cil.c765 while ((ctx = list_first_entry_or_null(list,
/linux-master/include/linux/
H A Dlist.h626 * list_first_entry_or_null - get the first element from a list
633 #define list_first_entry_or_null(ptr, type, member) ({ \ macro
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c160 qentry = list_first_entry_or_null(&rvu->mcs_intrq_head,
/linux-master/fs/smb/client/
H A Ddfs_cache.c412 target = list_first_entry_or_null(&ce->tlist, struct cache_dfs_tgt,
/linux-master/fs/bcachefs/
H A Djournal_reclaim.c490 ret = list_first_entry_or_null(&pin_list->list[i],

Completed in 515 milliseconds

1234567891011>>