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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c1785 struct nchashhead *old_table; local
1808 old_table = nchashtbl;
1817 old_head = &old_table[i];
1835 FREE(old_table, M_CACHE);
1983 struct stringhead *old_table; local
2011 old_table = string_ref_table;
2021 old_head = &old_table[i];
2034 FREE(old_table, M_CACHE);

Completed in 24 milliseconds