Searched defs:unrhdr (Results 1 – 2 of 2) sorted by relevance
40 struct unrhdr { struct42 u_int low; /* Lowest item */43 u_int high; /* Highest item */44 u_int busy; /* Count of allocated items */45 u_int alloc; /* Count of memory allocations */46 u_int first; /* items in allocated from start */47 u_int last; /* items free at end */48 struct mtx *mtx;
270 struct unrhdr *unrhdr; member