fex 190 kern/subr_extent.c struct extent_fixed *fex;
fex 197 kern/subr_extent.c fex = (struct extent_fixed *)cp;
fex 198 kern/subr_extent.c ex = (struct extent *)fex;
fex 201 kern/subr_extent.c fex->fex_storage = storage;
fex 202 kern/subr_extent.c fex->fex_storagesize = storagesize;
fex 208 kern/subr_extent.c LIST_INIT(&fex->fex_freelist);
fex 213 kern/subr_extent.c LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link);
fex 1014 kern/subr_extent.c struct extent_fixed *fex = (struct extent_fixed *)ex;
fex 1016 kern/subr_extent.c while (LIST_EMPTY(&fex->fex_freelist)) {
fex 1023 kern/subr_extent.c if (tsleep(&fex->fex_freelist,
fex 1028 kern/subr_extent.c rp = LIST_FIRST(&fex->fex_freelist);
fex 1057 kern/subr_extent.c struct extent_fixed *fex = (struct extent_fixed *)ex;
fex 1068 kern/subr_extent.c LIST_INSERT_HEAD(&fex->fex_freelist, rp,
fex 1079 kern/subr_extent.c LIST_INSERT_HEAD(&fex->fex_freelist, rp, er_link);
fex 1085 kern/subr_extent.c wakeup(&fex->fex_freelist);