found_cached       90 src/simh/sim_os_mem.c   bool found_commit = false, found_free = false, found_buffers = false, found_cached = false, found_available = false;
found_cached      101 src/simh/sim_os_mem.c     else if (false == found_cached && 0 == mem_parse_value(buffer, "Cached:", &cached))
found_cached      102 src/simh/sim_os_mem.c       found_cached = true;
found_cached      106 src/simh/sim_os_mem.c     if (found_commit && found_free && found_buffers && found_cached && found_available)
found_cached      113 src/simh/sim_os_mem.c   uint64_t linux_freebufcache_memory = (found_free && found_buffers && found_cached) ?