Searched defs:acnt (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_listutils.c | 69 int acnt = SLIST_CNT(a); local 73 if (acnt != bcnt) 76 ASSERT(acnt <= MAX_FILTER_SIZE); 79 for (i = 0; i < acnt; i++) {
|
H A D | ip6_input.c | 204 uint_t acnt = 0; /* Accepted count */ local 376 acnt++; 392 *cnt = acnt;
|
H A D | ip_input.c | 207 uint_t acnt = 0; /* Accepted count */ local 394 acnt++; 410 *cnt = acnt;
|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | turbo.c | 106 uint64_t mcnt, acnt; local 110 acnt = rdmsr(IA32_APERF_MSR); 114 turbo_info->t_acnt += acnt; 125 uint64_t mcnt, acnt; local 129 acnt = rdmsr(IA32_APERF_MSR); 131 turbo_info->t_acnt += acnt;
|
/illumos-gate/usr/src/cmd/sendmail/libmilter/ |
H A D | listener.c | 728 int acnt = 0; /* error count for accept() failures */ local 864 acnt++; 868 acnt >= MAX_FAILS_A ? "abort" : "try again"); 869 MI_SLEEP(acnt); 870 if (acnt >= MAX_FAILS_A) 877 acnt = 0; /* reset error counter for accept() */
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 762 size_t acnt, fcnt; local 772 acnt = item->repcount / 10 + 1; /* 10% */ 773 fcnt = (acnt >= 3) ? acnt / 3 : 1; /* 3% */ 789 i, item->repcount, acnt, intrs, ttime); 792 j += acnt) { 862 (j + acnt + fcnt - 1) / logsize; 885 int cnt, nitems, acnt; local 988 for (j = i + 1, acnt = items[i].repcount; j < cnt && 990 acnt [all...] |
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 1590 pgcnt_t acnt = ABS(scnt); local 1591 pfn_t endpfn = startpfn + acnt;
|
Completed in 87 milliseconds