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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmalloc.h119 #define M_CACHE 26 /* Dynamically allocated cache entries */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_subr.c106 null_node_hashtbl = hashinit(NNULLNODECACHE, M_CACHE, &null_node_hash);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cache.c1370 ncp = (struct namecache *)_MALLOC_ZONE((u_long)sizeof *ncp, M_CACHE, M_WAITOK);
1502 nchashtbl = hashinit(MAX(CONFIG_NC_HASH, (2 *desiredNodes)), M_CACHE, &nchash);
1559 new_table = hashinit(2 * dNodes, M_CACHE, &nchashmask);
1595 FREE(old_table, M_CACHE);
1750 new_table = hashinit((string_table_mask + 1) * 2, M_CACHE, &new_mask);
1784 FREE(old_table, M_CACHE);
1793 string_ref_table = hashinit(CONFIG_VFS_NAMES, M_CACHE, &string_table_mask);
H A Dvfs_bio.c1455 bufhashtbl = hashinit(nbuf_hashelements, M_CACHE, &bufhash);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.c152 MALLOC(dp, struct iso_dnode *, sizeof(struct iso_dnode), M_CACHE,
178 FREE(dp, M_CACHE);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c125 fdhashtbl = hashinit(NFDCACHE, M_CACHE, &fdhash);

Completed in 56 milliseconds