Searched refs:mem_total (Results 1 – 6 of 6) sorted by relevance
40 u64 mem_total; member
340 node->mem_total = mem; in load_numa_node()343 if (node->mem_total && node->mem_free) in load_numa_node()
31 u64 mem_total; member
726 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()
2932 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 by2898 unsigned long mem_total, sav_total; do_sysinfo() local
202 uint64_t mem_total;