Home
last modified time | relevance | path

Searched refs:M_CACHE (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dmalloc.h105 #define M_CACHE 26 /* Dynamically allocated cache entries */ macro
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c3011 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit()
3075 new_table = hashinit(nelements, M_CACHE, &nchashmask); in resize_namecache()
3087 hashdestroy(new_table, M_CACHE, new_size - 1); in resize_namecache()
3117 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache()
3324 new_table = hashinit((int)(string_table_mask + 1) * 2, M_CACHE, &new_mask); in resize_string_ref_table()
3356 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table()
3363 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask); in init_string_table()
H A Dvfs_bio.c2186 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()
/xnu-10063.101.15/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c143 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash); in devfs_fdesc_init()