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

/freebsd-10-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.h94 LIST_ENTRY(g_llvm_segment) sg_next; member in struct:g_llvm_segment
H A Dg_linux_lvm.c256 LIST_FOREACH(sg, &lv->lv_segs, sg_next) {
326 LIST_FOREACH(sg, &lv->lv_segs, sg_next) {
455 LIST_FOREACH(sg, &lv->lv_segs, sg_next) {
504 LIST_REMOVE(sg, sg_next);
1095 LIST_REMOVE(sg, sg_next);
1172 LIST_INSERT_HEAD(&lv->lv_segs, sg, sg_next);
/freebsd-10-stable/sys/ofed/include/linux/
H A Dscatterlist.h46 * See sg_next().
107 sg_next(struct scatterlist *sg) function
158 * table. A call to sg_next() on this entry will return NULL.
330 for (_itr = 0, sg = (sglist); _itr < (sgmax); _itr++, sg = sg_next(sg))

Completed in 123 milliseconds