HomeSort by relevance Sort by last modified time
    Searched refs:nsets (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/uts/sun4v/os/
ppage.c 75 static int nsets; /* number of sets */ variable
113 nsets = mmu_btop(PPMAPSIZE);
116 for (nset = 0; nset < nsets; nset++) {
158 for (nset = 0; nset < nsets; nset++) {
205 nset = ((uintptr_t)va >> ppmap_shift) & (nsets - 1);
  /onnv/onnv-gate/usr/src/uts/sun4u/os/
ppage.c 70 #define clsettoarray(color, set) ((color * nsets) + set)
78 static int nsets; /* number of sets */ variable
111 nsets = PPMAPSIZE / shm_alignment;
123 nsets = mmu_btop(PPMAPSIZE);
128 for (nset = 0; nset < nsets; nset++) {
185 for (nset = 0; nset < nsets; nset++) {
243 nset = ((uintptr_t)va >> ppmap_shift) & (nsets - 1);
  /onnv/onnv-gate/usr/src/cmd/cpc/common/
cpustat.c 62 uint_t nsets; member in struct:options
252 (opts->nsets = cpc_setgrp_numsets(opts->master)) == 0) {
281 (opts->mseconds * opts->nsets));
285 opts->nsamples *= opts->nsets;
338 if (opts->nsets > 1)
399 if (opts->nsets > 1)
482 if (opts->nsets == 1) {
533 (sample_cnt % opts->nsets) == 0) {
cputrack.c 53 uint_t nsets; member in struct:options
197 (opts->nsets = cpc_setgrp_numsets(opts->master)) == 0) {
291 if (opts->nsets > 1)
379 if (opts->nsets == 1) {
544 if (opts->nsets == 1) {
  /onnv/onnv-gate/usr/src/cmd/gencat/
gencat.c 1032 int nsets; local
1048 nsets = 0;
1052 ++nsets;
1059 mem = nsets * _CAT_SET_HDR_SIZE + nmsgs * _CAT_MSG_HDR_SIZE + text_size;
1070 hdrp->__nsets = nsets;
1072 hdrp->__msg_hdr_offset = nsets * _CAT_SET_HDR_SIZE;
1073 hdrp->__msg_text_offset = nsets * _CAT_SET_HDR_SIZE +
1077 msg = (struct _cat_msg_hdr *) (set + nsets);
  /onnv/onnv-gate/usr/src/uts/common/io/vr/
vr.c 561 int n, nsets, rc; local
573 nsets = (elem * sizeof (uint_t)) / sizeof (pci_regspec_t);
578 vrp->nsets = nsets;
579 vrp->regset = kmem_zalloc(nsets * sizeof (vr_acc_t), KM_SLEEP);
580 for (n = 0; n < nsets; n++) {
590 kmem_free(vrp->regset, nsets * sizeof (vr_acc_t));
601 for (n = 0; n < nsets; n++) {
617 for (n = 0; n < nsets; n++)
619 kmem_free(vrp->regset, nsets * sizeof (vr_acc_t))
    [all...]
vr.h 460 int nsets; member in struct:__anon663
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_output.c 1459 uint_t nsets = 0; local
    [all...]
sctp_input.c 1813 uint_t nsets = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
poll.c 1049 pcache_alloc_fd(int nsets)
1054 if (nsets > 0) {
1055 pdp->pd_ref = kmem_zalloc(sizeof (xref_t) * nsets, KM_SLEEP);
1056 pdp->pd_nsets = nsets;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/
layout_svm_util.c 168 int nsets = 0; local
250 ++nsets;
388 (nsets >= _max_sets)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
corenote.c 1531 Word nsets; local
    [all...]

Completed in 480 milliseconds