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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dfdsync.c49 #define CELLTBLSZ 1024 macro
55 mutex_t lock[CELLTBLSZ]; /* recursive locks */
69 * Create first chunk of CELLTBLSZ
98 mp = &p->lock[fd % CELLTBLSZ];
131 for (i = 0; i < CELLTBLSZ; i++) {
135 p->end = (((fd + CELLTBLSZ) / CELLTBLSZ) * CELLTBLSZ) - 1;
163 return (&p->lock[fd % CELLTBLSZ]);

Completed in 44 milliseconds