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

1234567891011>>

/linux-master/fs/iomap/
H A Dbuffered-io.c1610 while ((next = list_first_entry_or_null(more_ioends, struct iomap_ioend,
/linux-master/drivers/net/
H A Dmacvlan.c1813 vlan = list_first_entry_or_null(&port->vlans,
/linux-master/drivers/block/rnbd/
H A Drnbd-clt.c218 q = list_first_entry_or_null(&cpu_q->requeue_list,
/linux-master/drivers/block/aoe/
H A Daoecmd.c849 rq = list_first_entry_or_null(&d->rq_list, struct request,
/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/drivers/media/cec/core/
H A Dcec-adap.c126 entry = list_first_entry_or_null(&fh->events[ev_idx],
/linux-master/net/sunrpc/
H A Dxprt.c1628 next = list_first_entry_or_null(&xprt->xmit_queue,
/linux-master/fs/bcachefs/
H A Dio_write.c618 op = list_first_entry_or_null(&wp->writes, struct bch_write_op, wp_list);
/linux-master/drivers/i3c/master/
H A Ddw-i3c-master.c514 xfer = list_first_entry_or_null(&master->xferqueue.list,
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c860 found_device = list_first_entry_or_null(&iaa_devices,
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c1406 cgx = list_first_entry_or_null(&cgx_list, struct cgx, cgx_list);
/linux-master/fs/btrfs/
H A Dtransaction.c925 commit = list_first_entry_or_null(&fs_info->trans_list,
/linux-master/net/xdp/
H A Dxsk.c1064 node = list_first_entry_or_null(&xs->map_list, struct xsk_map_node,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c322 rx_desc = list_first_entry_or_null(&dp->rx_desc_free_list,
3013 desc_info = list_first_entry_or_null(&dp->rx_desc_free_list,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.c473 txwd = list_first_entry_or_null(&tx_ring->busy_pages, struct rtw89_pci_tx_wd, list);
495 txwd = list_first_entry_or_null(&tx_ring->busy_pages, struct rtw89_pci_tx_wd, list);
/linux-master/net/tipc/
H A Dsocket.c3871 p = list_first_entry_or_null(&tsk->publications,
3976 p = list_first_entry_or_null(&tsk->publications,
/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/mm/
H A Dpage_alloc.c712 return list_first_entry_or_null(&area->free_list[migratetype],
6840 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,
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c472 async = list_first_entry_or_null(
/linux-master/drivers/crypto/
H A Datmel-aes.c417 aes_dd = list_first_entry_or_null(&atmel_aes.dev_list,
/linux-master/drivers/hid/
H A Dhid-core.c1003 report = list_first_entry_or_null(
/linux-master/drivers/infiniband/hw/irdma/
H A Dutils.c2408 cmpl = list_first_entry_or_null(&iwcq->cmpl_generated, struct irdma_cmpl_gen, list);

Completed in 488 milliseconds

1234567891011>>