Home
last modified time | relevance | path

Searched refs:lastentry (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/vfio/
Dvfio_iommu_spapr_tce.c438 unsigned long lastentry = entry + pages, firstentry = entry; in tce_iommu_clear() local
440 for ( ; entry < lastentry; ++entry) { in tce_iommu_clear()
/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw_ctrl.c322 struct list_head *lastentry; in i40iw_get_qp() local
330 lastentry = &qp->list; in i40iw_get_qp()
331 entry = (lastentry != head) ? lastentry->next : NULL; in i40iw_get_qp()
/Linux-v5.4/fs/cifs/
Dsmb2pdu.c4114 num_entries(char *bufstart, char *end_of_buf, char **lastentry, size_t size) in num_entries() argument
4147 *lastentry = entryptr; in num_entries()