HomeSort by: relevance | last modified time | path
    Searched refs:incache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_pool.c 3344 bool incache = false; local
3384 incache = true;
3415 incache ? "cached" : allocated ? "allocated" : "free");
  /src/sys/fs/puffs/
puffs_vnops.c 1323 bool incache = !TIMED_OUT(pnode->pn_cn_timeout); local
1327 if (!incache && !ingrace && !reclaimqueued) {

Completed in 38 milliseconds