OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pool_put
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dist/pf/net/
pf_osfp.c
66
# define
pool_put
(pool, item) free(item)
macro
339
pool_put
(&pf_osfp_entry_pl, entry);
341
pool_put
(&pf_osfp_pl, fp);
409
pool_put
(&pf_osfp_pl, fp);
/src/sys/kern/
subr_extent.c
87
pool_put
(pool, rp) kmem_free(rp,0)
macro
213
pool_put
(&expool, rp);
231
pool_put
(&expool, rp);
subr_pool.c
645
pool_put
(pp->pr_phpool, ph);
1277
* Internal version of
pool_put
(). Pool is already locked/entered.
1372
pool_put
(struct pool *pp, void *v)
function
2209
pool_put
(&cache_pool, pc);
2342
pool_put
(&pc->pc_pool, object);
2389
pool_put
(&pcg_large_pool, pcg);
2392
pool_put
(&pcg_normal_pool, pcg);
2490
pool_put
(&cache_cpu_pool, cc);
2681
pool_put
(&pc->pc_pool, object);
/src/usr.sbin/makefs/ffs/
buf.h
129
#define
pool_put
(p, a) free(a)
macro
Completed in 21 milliseconds
Indexes created Wed May 20 00:24:30 UTC 2026