Searched refs:list_first_entry_or_null (Results 101 - 125 of 305) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.h642 req = list_first_entry_or_null(&engine->complete_queue,
/linux-master/drivers/pci/pcie/
H A Daer_inject.c130 bus_ops = list_first_entry_or_null(&pci_bus_ops_list,
/linux-master/drivers/media/cec/core/
H A Dcec-api.c330 list_first_entry_or_null(&fh->events[i],
/linux-master/tools/include/linux/
H A Dlist.h377 * list_first_entry_or_null - get the first element from a list
384 #define list_first_entry_or_null(ptr, type, member) \ macro
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dmeter.c275 meters_obj = list_first_entry_or_null(&flow_meters->partial_list,
/linux-master/drivers/nubus/
H A Dnubus.c316 return list_first_entry_or_null(&nubus_func_rsrcs, struct nubus_rsrc,
/linux-master/kernel/bpf/
H A Dbpf_lru_list.c370 node = list_first_entry_or_null(local_free_list(loc_l),
/linux-master/drivers/xen/xenbus/
H A Dxenbus_xs.c891 event = list_first_entry_or_null(&watch_events,
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c400 first_phy = list_first_entry_or_null(
/linux-master/drivers/misc/mei/
H A Dinterrupt.c115 cb = list_first_entry_or_null(&cl->rd_pending, struct mei_cl_cb, list);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c256 frame = list_first_entry_or_null(&pipe->activeq, struct ia_css_frame, queue);
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c114 return list_first_entry_or_null(list, struct svc_rdma_recv_ctxt,
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c350 while ((vma = list_first_entry_or_null(&obj->vma.list,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dser.c186 msg = list_first_entry_or_null(&ser->msg_q, struct ser_msg, list);
/linux-master/arch/um/drivers/
H A Dline.c735 while ((winch = list_first_entry_or_null(&winch_handlers,
/linux-master/arch/s390/kernel/
H A Dcrash_dump.c82 return list_first_entry_or_null(&dump_save_areas, struct save_area, list);
/linux-master/drivers/mtd/
H A Dmtd_blkdevs.c110 rq = list_first_entry_or_null(&dev->rq_list, struct request, queuelist);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c161 event = list_first_entry_or_null(&ctl->event_queue, struct t7xx_fsm_event, entry);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_panel.c59 return list_first_entry_or_null(&connector->panel.fixed_modes,
/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.c701 dfp = list_first_entry_or_null(&dop_pending,
/linux-master/drivers/staging/greybus/
H A Dspilib.c336 spi->first_xfer = list_first_entry_or_null(&msg->transfers,
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c1061 while ((bc = list_first_entry_or_null(
H A Dxfs_attr_item.c354 attr = list_first_entry_or_null(items, struct xfs_attr_intent,
/linux-master/drivers/net/wireguard/
H A Dnetlink.c161 list_first_entry_or_null(&peer->allowedips_list,
/linux-master/fs/debugfs/
H A Dinode.c790 while ((c = list_first_entry_or_null(&fsd->cancellations,

Completed in 238 milliseconds

1234567891011>>