Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c136 ngp = sgp->sg_next; in fmd_serd_hash_destroy()
152 for (sgp = shp->sh_hash[i]; sgp != NULL; sgp = sgp->sg_next) in fmd_serd_hash_apply()
167 sgp->sg_next = shp->sh_hash[h]; in fmd_serd_eng_insert()
180 for (sgp = shp->sh_hash[h]; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_lookup()
196 for (sgp = *pp; sgp != NULL; sgp = sgp->sg_next) { in fmd_serd_eng_delete()
198 pp = &sgp->sg_next; in fmd_serd_eng_delete()
204 *pp = sgp->sg_next; in fmd_serd_eng_delete()
H A Dfmd_serd.h46 struct fmd_serd_eng *sg_next; /* next engine on hash chain */ member
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c315 sg = sg_next(sg); in abd_alloc_chunks()
532 for ((i) = 0, (sg) = (sgl); (i) < (nr); (i)++, (sg) = sg_next(sg))
551 sg_next(struct scatterlist *sg) in sg_next() function
857 aiter->iter_sg = sg_next(aiter->iter_sg); in abd_iter_advance()