Symbol: pool_cache_info
sys/kern/subr_pool.c
1540
rv = pool_cache_info(pp, oldp, oldlenp);
sys/kern/subr_pool.c
200
int pool_cache_info(struct pool *, void *, size_t *);
usr.bin/systat/pool.c
140
void pool_cache_show(const struct pool_cache_info *);
usr.bin/systat/pool.c
449
struct pool_cache_info *pc;
usr.bin/systat/pool.c
534
struct pool_cache_info *pc;
usr.bin/systat/pool.c
556
pool_cache_show(const struct pool_cache_info *pc)
usr.bin/systat/pool.c
585
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
586
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
587
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
595
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
596
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
597
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
610
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
611
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
612
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
625
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
626
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
627
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
640
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
645
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
646
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
672
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
677
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
678
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
704
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
709
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
710
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
736
struct pool_cache_info *pc1, *pc2;
usr.bin/systat/pool.c
741
pc1 = (struct pool_cache_info *)s1;
usr.bin/systat/pool.c
742
pc2 = (struct pool_cache_info *)s2;
usr.bin/systat/pool.c
76
struct pool_cache_info *pool_caches = NULL;