Searched refs:list_first_entry_or_null (Results 276 - 300 of 305) sorted by relevance

<<111213

/linux-master/kernel/rcu/
H A Dtree.c3364 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx],
/linux-master/fs/btrfs/
H A Drelocation.c504 edge = list_first_entry_or_null(&cache->pending_edge,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c3083 mem_entry[i] = list_first_entry_or_null(&table->lhead_mem_tbl_entry[i],
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c2474 iter = list_first_entry_or_null(&dev->twt_list,
/linux-master/net/sched/
H A Dcls_api.c1043 chain = list_first_entry_or_null(&block->chain_list,
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c428 info = list_first_entry_or_null(&cache->free_list, struct page_info,
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1281 cmd = list_first_entry_or_null(&vscsi->free_cmd,
/linux-master/drivers/block/
H A Dfloppy.c2760 current_req = list_first_entry_or_null(&floppy_reqs, struct request,
/linux-master/drivers/spi/
H A Dspi.c2093 next = list_first_entry_or_null(&ctlr->queue, struct spi_message,
/linux-master/net/ipv4/
H A Dnexthop.c1758 new_nhge = list_first_entry_or_null(&res_table->uw_nh_entries,
/linux-master/drivers/usb/dwc2/
H A Dgadget.c1734 return list_first_entry_or_null(&hs_ep->queue, struct dwc2_hsotg_req,
/linux-master/fs/bcachefs/
H A Dbtree_iter.c3267 trans = list_first_entry_or_null(&c->btree_trans_list, struct btree_trans, list);
H A Dbtree_update_interior.c848 as = list_first_entry_or_null(&c->btree_interior_updates_unwritten,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1196 first_ft = list_first_entry_or_null(&prio->node.children,
/linux-master/fs/fuse/
H A Dfile.c1976 ff = list_first_entry_or_null(&fi->write_files, struct fuse_file,
/linux-master/drivers/usb/host/
H A Dxhci-ring.c389 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command,
/linux-master/kernel/events/
H A Dcore.c4225 event = list_first_entry_or_null(&pmu_ctx->flexible_active,
5398 tmp = list_first_entry_or_null(&event->child_list,
/linux-master/drivers/infiniband/hw/mlx4/
H A Dqp.c792 range = list_first_entry_or_null(&context->wqn_ranges_list,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c476 priv = list_first_entry_or_null(&queue->queue_head,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5055 job = list_first_entry_or_null(&ring->sched.pending_list,
/linux-master/fs/smb/client/
H A Dsmb2ops.c2915 tcon = list_first_entry_or_null(&ses->tcon_list,
/linux-master/net/bluetooth/
H A Dhci_sync.c294 entry = list_first_entry_or_null(&hdev->cmd_sync_work_list,
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c580 rd = list_first_entry_or_null(&f->remotes, struct vxlan_rdst, list);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c741 commit = list_first_entry_or_null(&crtc->commit_list,
/linux-master/net/mac80211/
H A Dtx.c4058 txqi = list_first_entry_or_null(&local->active_txqs[ac],

Completed in 475 milliseconds

<<111213