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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h119 #define M_CACHE 26 /* Dynamically allocated cache entries */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c1679 ncp = (struct namecache *)_MALLOC_ZONE(sizeof(*ncp), M_CACHE, M_WAITOK);
1810 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 *desiredNodes)), M_CACHE, &nchash);
1880 new_table = hashinit(2 * dNodes, M_CACHE, &nchashmask);
1916 FREE(old_table, M_CACHE);
2083 new_table = hashinit((string_table_mask + 1) * 2, M_CACHE, &new_mask);
2115 FREE(old_table, M_CACHE);
2122 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask);
H A Dvfs_bio.c1947 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash);
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c143 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash);

Completed in 161 milliseconds