Searched defs:P2Ps (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipclassifier.c302 #define P2Ps() {0, 0, 0, 5, 11, 23, 47, 89, 191, 383, 761, 1531, 3067, \ macro
380 int sizes[] = P2Ps();
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c144 * the next P2Ps[] size is created.
165 * uri_hash_n[] - the P2Ps[] index for each uri_hash_ab[].
185 #define URI_HASH_N_INIT 9 /* P2Ps[] initial index */
201 static const int P2Ps[] = { variable
316 uri_hash_sz[cur] = P2Ps[URI_HASH_N_INIT];
317 uri_hash_overflow[cur] = P2Ps[URI_HASH_N_INIT] * URI_HASH_AVRG;
647 * No larger P2Ps[] value so use current,
653 uri_hash_sz[new] = P2Ps[uri_hash_n[new]];
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h133 #define P2Ps() {0, 0, 0, 5, 11, 23, 47, 89, 191, 383, 761, 1531, 3067, \ macro
1822 * Note: NCA_VNODEHASH_SZ must be a P2Ps() value.

Completed in 334 milliseconds