Searched refs:pfr_kentry_pl (Results 1 – 2 of 2) sorted by relevance
157 struct pool pfr_kentry_pl; variable216 pool_init(&pfr_kentry_pl, sizeof(struct pfr_kentry), 0, 0, 0, in pfr_initialize()234 pool_destroy(&pfr_kentry_pl);916 ke = pool_get(&pfr_kentry_pl, PR_WAITOK); in pfr_create_kentry()952 pool_put(&pfr_kentry_pl, ke); in pfr_destroy_kentry()
334 extern struct pool pfr_kentry_pl;343 { .pp = &pfr_kentry_pl, .limit = PFR_KENTRY_HIWAT },