Searched refs:MAXHASH (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c50 mutex_t locknode[MAXHASH];
115 n %= MAXHASH;
133 for (iiter = 0; iiter < MAXHASH; iiter++) {
151 if ((ebusy_cnt > 0) && (ebusy_cnt != MAXHASH)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c46 #define MAXHASH 1024 /* must be a power of 2 */ macro
75 static struct hostdata4 *h_table4[MAXHASH];
76 static struct hostdata6 *h_table6[MAXHASH];
78 #define iphash(e) ((e) & (MAXHASH-1))
377 for (i = 0; i < MAXHASH; i++) {
394 for (i = 0; i < MAXHASH; i++) {
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c54 #define MAXHASH 1024 /* must be a power of 2 */ macro
81 static struct hostdata4 *h_table4[MAXHASH];
82 static struct hostdata6 *h_table6[MAXHASH];
84 #define iphash(e) ((e) & (MAXHASH-1))
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c55 mutex_t updatenode[MAXHASH];
77 for (iiter = 0; iiter < MAXHASH; iiter++) {
95 if ((ebusy_cnt > 0) && (ebusy_cnt != MAXHASH)) {
H A Dmap_ctrl.c69 static map_id_elt_t *map_id_list[MAXHASH];
566 for (i = 0; i < MAXHASH; i++) {
602 for (i = 0; i < MAXHASH; i++) {
641 for (i = 0; i < MAXHASH; i++) {
723 if (max_map > MAXHASH) {
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h89 #define MAXHASH 1009 macro

Completed in 57 milliseconds