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