Lines Matching defs:vtw_t
92 * The vestigial time waits (vtw_t), the data elements in the above, are
100 * The vtw_t are, per requirement, in a contiguous chunk. Allocation
101 * is done with a clock hand, and all vtw_t within one allocation
105 * A vtw_t will be allocated, timestamped, and have a fixed future
108 * hash bucket, placed at the head (more recent in time) and the vtw_t
112 * aged entries will hang down, tapeworm like. As the vtw_t entries
218 } vtw_t;
223 vtw_t common; /* must be first */
233 vtw_t common; /* must be first */
252 vtw_t *v; /* common */
255 } base, /* base of vtw_t array */
256 /**/ lim, /* extent of vtw_t array */
362 void vtw_del(vtw_ctl_t *, vtw_t *);