Lines Matching refs:nsegments
109 static int nsegments = 0;
516 mcmconf.nsegments = nsegments;
530 * input: nsegments and allocate space for various length of segmentids
534 * EINVAL: if the given nsegments is less than that in kernel and
535 * nsegments of struct will be updated.
544 if (mcmem_in.nsegments < nsegments) {
545 mcmem_in.nsegments = nsegments;
556 size = sizeof (struct mc_memory) + (nsegments - 1) *
561 mcmem->nsegments = nsegments;
563 for (i = 0; i < nsegments; i++) {
1462 *segsp = nsegments;
1731 nsegments++;
1880 nsegments--;