Searched refs:list_first_entry_or_null (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/linux-master/drivers/block/aoe/
H A Daoecmd.c849 rq = list_first_entry_or_null(&d->rq_list, struct request,
/linux-master/net/sunrpc/
H A Dxprt.c1628 next = list_first_entry_or_null(&xprt->xmit_queue,
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c858 found_device = list_first_entry_or_null(&iaa_devices,
/linux-master/fs/btrfs/
H A Dtransaction.c925 commit = list_first_entry_or_null(&fs_info->trans_list,
/linux-master/drivers/net/
H A Dmacvlan.c1813 vlan = list_first_entry_or_null(&port->vlans,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c1432 cgx = list_first_entry_or_null(&cgx_list, struct cgx, cgx_list);
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c782 item = list_first_entry_or_null(requests,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1547 txwd = list_first_entry_or_null(&wd_ring->free_pages,
/linux-master/drivers/media/cec/core/
H A Dcec-adap.c126 entry = list_first_entry_or_null(&fh->events[ev_idx],
/linux-master/sound/soc/intel/avs/
H A Dpcm.c49 dp = list_first_entry_or_null(&dw->edges[dir], typeof(*dp), list_node[dir]);
/linux-master/kernel/
H A Dseccomp.c1158 addfd = list_first_entry_or_null(&n.addfd,
/linux-master/drivers/acpi/
H A Dscan.c1300 hid = list_first_entry_or_null(&device->pnp.ids, struct acpi_hardware_id, list);
/linux-master/drivers/i3c/master/
H A Dsvc-i3c-master.c1204 xfer = list_first_entry_or_null(&master->xferqueue.list,
H A Ddw-i3c-master.c514 xfer = list_first_entry_or_null(&master->xferqueue.list,
/linux-master/net/wireless/
H A Dcore.c429 wk = list_first_entry_or_null(&rdev->wiphy_work_list,
/linux-master/net/xdp/
H A Dxsk.c1061 node = list_first_entry_or_null(&xs->map_list, struct xsk_map_node,
/linux-master/fs/iomap/
H A Dbuffered-io.c1621 while ((next = list_first_entry_or_null(more_ioends, struct iomap_ioend,
/linux-master/fs/bcachefs/
H A Dio_write.c625 op = list_first_entry_or_null(&wp->writes, struct bch_write_op, wp_list);
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c2635 slab = list_first_entry_or_null(&scrubber->high_priority_slabs,
2640 return list_first_entry_or_null(&scrubber->slabs, struct vdo_slab,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c357 rx_desc = list_first_entry_or_null(used_list,
3035 desc_info = list_first_entry_or_null(&dp->rx_desc_free_list,
/linux-master/net/tipc/
H A Dsocket.c3865 p = list_first_entry_or_null(&tsk->publications,
3970 p = list_first_entry_or_null(&tsk->publications,
/linux-master/mm/
H A Dpage_alloc.c704 return list_first_entry_or_null(&area->free_list[migratetype],
6914 page = list_first_entry_or_null(&zone->unaccepted_pages,
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c87 return list_first_entry_or_null(list, struct cdns2_request, list);
/linux-master/net/smc/
H A Dsmc_llc.c569 buf_pos = list_first_entry_or_null(&lgr->rmbs[*buf_lst],
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usb3.c946 return list_first_entry_or_null(&usb3_ep->queue,

Completed in 386 milliseconds

1234567891011>>