Searched refs:bvec (Results 1 – 1 of 1) sorted by relevance
2919 struct buf **bvec = NULL; in ncl_flush() local2947 if (bvec != NULL && bvec != bvec_on_stack) in ncl_flush()2948 free(bvec, M_TEMP); in ncl_flush()2972 bvec = (struct buf **) in ncl_flush()2976 if (bvec == NULL) { in ncl_flush()2977 bvec = bvec_on_stack; in ncl_flush()2982 bvec = bvec_on_stack; in ncl_flush()3032 bvec[bvecpos++] = bp; in ncl_flush()3057 bp = bvec[i]; in ncl_flush()3077 bp = bvec[i]; in ncl_flush()[all …]