Searched defs:howmany (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclsort.c163 int howmany; local
169 howmany = 1;
171 howmany++;
173 qsort(startp, howmany, sizeof (aclent_t),
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h130 #ifndef howmany
131 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
H A Dsysmacros.h219 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h67 #ifndef howmany
68 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
72 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
H A Dparam.h188 #define howmany(x, y) ((((u_int)(x))+(((u_int)(y))-1))/((u_int)(y))) macro
191 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany)
323 drop.dtdda_drops = howmany;
336 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
337 howmany > 1 ? "s" : "", cpu);
310 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h290 #ifndef howmany
291 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h265 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c302 * howmany queues.
305 sm_is_flag_set(sm_uqi_t *uqi, uint_t flag, uint_t howmany) argument
309 if (howmany == 0)
314 if (--howmany == 0)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c150 static int reclaim_tx_descs(struct sge_txq *txq, int howmany);
860 ndesc = howmany(len, EQ_ESIZE);
2526 ndesc = howmany(txpkts->nflits, 8);
2531 ctrl = V_FW_WR_LEN16(howmany(txpkts->nflits, 2));
2587 nflits += howmany(txinfo->len, 8);
2590 ndesc = howmany(nflits, 8);
2598 ctrl = V_FW_WR_LEN16(howmany(nflits, 2));
2736 ulpmc->len = htonl(howmany(sizeof (*ulpmc) + sizeof (*ulpsc) +
2830 reclaim_tx_descs(struct sge_txq *txq, int howmany) argument
2884 } while (can_reclaim && reclaimed < howmany);
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c2844 int howmany; local
2856 howmany = MIN(LPL_BOOTSTRAP_SIZE, size);
2857 for (i = 0; i < howmany; i++, lpl++, target_lpl++) {

Completed in 160 milliseconds