Lines Matching refs:unr
186 struct unr { struct
187 TAILQ_ENTRY(unr) list;
193 bitstr_t map[sizeof(struct unr) / sizeof(bitstr_t)]; argument
196 CTASSERT((sizeof(struct unr) % sizeof(bitstr_t)) == 0);
202 is_bitmap(struct unrhdr *uh, struct unr *up) in is_bitmap()
253 struct unr *up; in next_iter_unrl()
308 up = iter->upos = TAILQ_NEXT((struct unr *)iter->upos, list); in next_iter_unrl()
357 struct unr *up; in check_unrhdr()
422 struct unr *up; in delete_unr()
432 struct unr *up; in clean_unrhdrl()
512 struct unr *up, *uq; in clear_unrhdr()
541 struct unr *up, *uf, *us; in optimize_unr()
652 collapse_unr(struct unrhdr *uh, struct unr *up) in collapse_unr()
654 struct unr *upp; in collapse_unr()
726 struct unr *up; in alloc_unrl()
789 struct unr *up, *upn; in alloc_unr_specificl()
897 p1 = Malloc(sizeof(struct unr)); in alloc_unr_specific()
898 p2 = Malloc(sizeof(struct unr)); in alloc_unr_specific()
922 struct unr *up, *upp, *upn; in free_unrl()
1033 p1 = Malloc(sizeof(struct unr)); in free_unr()
1034 p2 = Malloc(sizeof(struct unr)); in free_unr()
1061 print_unr(struct unrhdr *uh, struct unr *up) in print_unr()
1087 struct unr *up; in print_unrhdr()
1320 printf("sizeof(struct unr) %zu\n", sizeof(struct unr)); in main()