Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dcputopo.h40 u64 mem_total; member
A Dcputopo.c263 node->mem_total = mem; in load_numa_node()
266 if (node->mem_total && node->mem_free) in load_numa_node()
A Denv.h29 u64 mem_total; member
A Dheader.c698 ret = do_write(ff, &n->mem_total, sizeof(u64)); in write_numa_topology()
1958 n->node, n->mem_total, n->mem_free); in print_numa_topology()
2627 if (do_read_u64(ff, &n->mem_total)) in process_numa_topology()
/linux/kernel/
A Dsys.c2559 unsigned long mem_total, sav_total; in do_sysinfo() local
2585 mem_total = info->totalram + info->totalswap; in do_sysinfo()
2586 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
2593 sav_total = mem_total; in do_sysinfo()
2594 mem_total <<= 1; in do_sysinfo()
2595 if (mem_total < sav_total) in do_sysinfo()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dmcu.h994 u8 mem_total; member
A Dmcu.c2007 bf->mem_total = bf->mem_20m * 2; in mt7915_mcu_sta_bfer_tlv()
2010 bf->mem_total = bf->mem_20m; in mt7915_mcu_sta_bfer_tlv()
/linux/tools/perf/Documentation/
A Dperf.data-file-format.txt202 uint64_t mem_total;

Completed in 41 milliseconds