Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c915 kcf_areq_node_t *nextp = node->an_next; in kcf_remove_node() local
918 if (nextp != NULL) in kcf_remove_node()
919 nextp->an_prev = prevp; in kcf_remove_node()
924 prevp->an_next = nextp; in kcf_remove_node()
926 gswq->gs_first = nextp; in kcf_remove_node()
1337 kcf_areq_node_t *nextp, *prevp; in kcf_reqid_delete() local
1346 nextp = areq->an_idnext; in kcf_reqid_delete()
1348 if (nextp != NULL) in kcf_reqid_delete()
1349 nextp->an_idprev = prevp; in kcf_reqid_delete()
1351 prevp->an_idnext = nextp; in kcf_reqid_delete()
[all …]
/f-stack/freebsd/netpfil/pf/
H A Dpf_if.c841 struct pfi_kkif *p, *nextp; in pfi_get_ifaces() local
845 for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) { in pfi_get_ifaces()
846 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces()
854 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces()
/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dmalloc.c3430 mchunkptr nextp; /* next chunk to consolidate */ local
3469 nextp = p->fd;
3508 } while ( (p = nextp) != 0);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dir.c397 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() argument
442 *nextp = p; in getcomponent()