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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3709 int i, cache_index = -1; local
3724 cache_index = i;
3735 if (cache_index == -1) {
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c1111 int cache_index = -1, scope_index = -1, scope_idx_start = -1; local
1126 if (lookup_bucket(cache, &cache_index, thisNodeID)) {
1128 myErr = cache->haveaccess[cache_index];

Completed in 70 milliseconds