Searched refs:M_CACHE (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | malloc.h | 105 #define M_CACHE 26 /* Dynamically allocated cache entries */ macro
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_cache.c | 3093 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 * desiredNodes)), M_CACHE, &nchash); in nchinit() 3157 new_table = hashinit(nelements, M_CACHE, &nchashmask); in resize_namecache() 3169 hashdestroy(new_table, M_CACHE, new_size - 1); in resize_namecache() 3199 hashdestroy(old_table, M_CACHE, old_size - 1); in resize_namecache() 3406 new_table = hashinit((int)(string_table_mask + 1) * 2, M_CACHE, &new_mask); in resize_string_ref_table() 3438 hashdestroy(old_table, M_CACHE, old_mask); in resize_string_ref_table() 3445 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask); in init_string_table()
|
| H A D | vfs_bio.c | 2355 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash); in bufinit()
|
| /xnu-12377.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 143 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash); in devfs_fdesc_init()
|