Searched defs:unrhdr (Results 1 – 3 of 3) sorted by relevance
38 struct unrhdr { struct40 u_int low; /* Lowest item */41 u_int high; /* Highest item */42 u_int busy; /* Count of allocated items */43 u_int alloc; /* Count of memory allocations */44 u_int first; /* items in allocated from start */45 u_int last; /* items free at end */46 struct mtx *mtx;
1107 DB_SHOW_COMMAND(unrhdr, unrhdr_print_unrhdr) in DB_SHOW_COMMAND() argument
273 struct unrhdr *unrhdr; member