Home
last modified time | relevance | path

Searched refs:mem_total (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dcputopo.h40 u64 mem_total; member
H A Dcputopo.c340 node->mem_total = mem; in load_numa_node()
343 if (node->mem_total && node->mem_free) in load_numa_node()
H A Denv.h31 u64 mem_total; member
H A Dheader.c726 ret = do_write(ff, &n->mem_total, sizeof(u64)); in write_numa_topology()
2226 n->node, n->mem_total, n->mem_free); in print_numa_topology()
2929 if (do_read_u64(ff, &n->mem_total)) in process_numa_topology()
/linux/kernel/
H A Dsys.c2932 unsigned long mem_total, sav_total; in do_sysinfo()
2958 mem_total = info->totalram + info->totalswap;
2959 if (mem_total < info->totalram || mem_total < info->totalswap) in SYSCALL_DEFINE1()
2966 sav_total = mem_total; in SYSCALL_DEFINE1()
2967 mem_total <<= 1; in SYSCALL_DEFINE1()
2968 if (mem_total < sav_total) in SYSCALL_DEFINE1()
2973 * If mem_total did not overflow, multiply all memory values by
2898 unsigned long mem_total, sav_total; do_sysinfo() local
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt202 uint64_t mem_total;