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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1869 struct nchashhead *new_table; local
1884 new_table = hashinit(2 * dNodes, M_CACHE, &nchashmask);
1887 if (new_table == NULL) {
1894 nchashtbl = new_table;
2067 struct stringhead *new_table; local
2087 new_table = hashinit((string_table_mask + 1) * 2, M_CACHE, &new_mask);
2089 if (new_table == NULL) {
2097 string_ref_table = new_table;

Completed in 21 milliseconds