Searched defs:shmunit (Results 1 – 1 of 1) sorted by relevance
110 struct shmunit { struct111 struct shmTime *shm; /* pointer to shared memory segment */112 int forall; /* access for all UIDs? */115 int ticks; /* number of attempts to read data*/116 int good; /* number of valid samples */117 int notready; /* number of peeks without data ready */118 int bad; /* number of invalid samples */119 int clash; /* number of access clashes while reading */121 time_t max_delta; /* difference limit */122 time_t max_delay; /* age/stale limit */