Home
last modified time | relevance | path

Searched refs:chfs_pool (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_pool.h39 struct chfs_pool { struct
48 struct chfs_pool chsp_pool_16; argument
49 struct chfs_pool chsp_pool_32;
50 struct chfs_pool chsp_pool_64;
51 struct chfs_pool chsp_pool_128;
52 struct chfs_pool chsp_pool_256;
53 struct chfs_pool chsp_pool_512;
54 struct chfs_pool chsp_pool_1024;
64 void chfs_pool_init(struct chfs_pool *chpp, size_t size,
66 void chfs_pool_destroy(struct chfs_pool *chpp);
H A Dchfs_pool.c60 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, in chfs_pool_init()
77 chfs_pool_destroy(struct chfs_pool *chpp) in chfs_pool_destroy()
87 struct chfs_pool *chpp; in chfs_pool_page_alloc()
93 chpp = (struct chfs_pool *)pp; in chfs_pool_page_alloc()
114 struct chfs_pool *chpp; in chfs_pool_page_free()
118 chpp = (struct chfs_pool *)pp; in chfs_pool_page_free()
162 struct chfs_pool *p; in chfs_str_pool_get()
187 struct chfs_pool *p; in chfs_str_pool_put()
H A Dchfs.h423 struct chfs_pool chm_dirent_pool;
424 struct chfs_pool chm_node_pool;
/netbsd-src/sys/modules/chfs/
H A DMakefile14 SRCS+= chfs_pool.c chfs_subr.c chfs_vfsops.c chfs_vnops.c
/netbsd-src/sys/ufs/
H A Dfiles.ufs45 file ufs/chfs/chfs_pool.c chfs