Searched refs:BUFCNT (Results 1 – 2 of 2) sorted by relevance
53 #define BUFCNT 2 macro
82 int Sem_id[BUFCNT], /* semaphore ids for controlling shared memory */83 Shm_id[BUFCNT], /* shared memory identifier */84 *Cnts[BUFCNT]; /* an array of byte counts for shared memory */87 *Buf[BUFCNT]; /* buffer pointers (possibly to shared memory) */795 for (cnt = 0; cnt < BUFCNT; cnt++) { in mem_setup()950 cur_buf = (cur_buf + 1) % BUFCNT; in child_copy()1149 for (cnt = 0; cnt < BUFCNT; cnt++) { in cleanup()