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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1784 struct nchashhead *new_table; local
1799 new_table = hashinit(2 * dNodes, M_CACHE, &nchashmask);
1802 if (new_table == NULL) {
1809 nchashtbl = new_table;
1982 struct stringhead *new_table; local
2002 new_table = hashinit((string_table_mask + 1) * 2, M_CACHE, &new_mask);
2004 if (new_table == NULL) {
2012 string_ref_table = new_table;

Completed in 12 milliseconds