Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/testing/selftests/vm/
Dcompaction_test.c80 int check_compaction(unsigned long mem_free, unsigned int hugepage_size) in check_compaction() argument
89 mem_free = mem_free * 0.8; in check_compaction()
126 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); in check_compaction()
161 unsigned long mem_free = 0; in main() local
183 if (read_memory_info(&mem_free, &hugepage_size) != 0) { in main()
188 mem_fragmentable = mem_free * 0.8 / 1024; in main()
221 if (check_compaction(mem_free, hugepage_size) == 0) in main()
/linux-4.4.14/tools/perf/util/
Dheader.c629 u64 mem_total, mem_free, mem; in write_topo_node() local
646 mem_free = mem; in write_topo_node()
656 ret = do_write(fd, &mem_free, sizeof(u64)); in write_topo_node()
1109 uint64_t mem_total, mem_free; in print_numa_topology() local
1127 mem_free = strtoull(str, &tmp, 0); in print_numa_topology()
1133 c, mem_total, mem_free); in print_numa_topology()
1694 uint64_t mem_total, mem_free; in process_numa_topology() local
1718 ret = readn(fd, &mem_free, sizeof(u64)); in process_numa_topology()
1725 mem_free = bswap_64(mem_free); in process_numa_topology()
1729 node, mem_total, mem_free); in process_numa_topology()
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dpdc.h397 unsigned int mem_free; /* first location, where OS can be loaded */ member
/linux-4.4.14/arch/parisc/mm/
Dinit.c328 (unsigned long)(PAGE0->mem_free + in setup_bootmem()