Searched refs:mem_free (Results 1 – 13 of 13) sorted by relevance
/linux/tools/testing/selftests/vm/ |
A D | compaction_test.c | 84 int check_compaction(unsigned long mem_free, unsigned int hugepage_size) in check_compaction() argument 93 mem_free = mem_free * 0.8; in check_compaction() 130 compaction_index = mem_free/(atoi(nr_hugepages) * hugepage_size); in check_compaction() 167 unsigned long mem_free = 0; in main() local 189 if (read_memory_info(&mem_free, &hugepage_size) != 0) { in main() 194 mem_fragmentable_MB = mem_free * 0.8 / 1024; in main() 227 if (check_compaction(mem_free, hugepage_size) == 0) in main()
|
/linux/arch/mips/fw/arc/ |
A D | memory.c | 72 mem_free, mem_prom_used, mem_reserved enumerator 80 return mem_free; in memtype_classify_arcs() 100 return mem_free; in memtype_classify_arc()
|
/linux/tools/perf/util/ |
A D | cputopo.h | 41 u64 mem_free; member
|
A D | cputopo.c | 265 node->mem_free = mem; in load_numa_node() 266 if (node->mem_total && node->mem_free) in load_numa_node()
|
A D | env.h | 30 u64 mem_free; member
|
A D | header.c | 702 ret = do_write(ff, &n->mem_free, sizeof(u64)); in write_numa_topology() 1958 n->node, n->mem_total, n->mem_free); in print_numa_topology() 2630 if (do_read_u64(ff, &n->mem_free)) in process_numa_topology()
|
/linux/arch/parisc/kernel/ |
A D | kexec.c | 99 *(unsigned long *)(virt + kexec_free_mem_offset) = PAGE0->mem_free; in machine_kexec()
|
A D | kexec_file.c | 64 kbuf.buf_min = PAGE0->mem_free + PAGE_SIZE; in elf_load()
|
/linux/arch/parisc/include/uapi/asm/ |
A D | pdc.h | 420 unsigned int mem_free; /* first location, where OS can be loaded */ member
|
/linux/arch/parisc/mm/ |
A D | init.c | 282 memblock_reserve(0UL, (unsigned long)(PAGE0->mem_free + in setup_bootmem()
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | wmi.c | 5850 goto mem_free; in ath11k_reg_chan_list_event() 5862 goto mem_free; in ath11k_reg_chan_list_event() 5873 goto mem_free; in ath11k_reg_chan_list_event() 5884 goto mem_free; in ath11k_reg_chan_list_event() 5924 goto mem_free; in ath11k_reg_chan_list_event() 5936 mem_free: in ath11k_reg_chan_list_event()
|
/linux/tools/perf/Documentation/ |
A D | perf.data-file-format.txt | 203 uint64_t mem_free;
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 6974 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7025 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7028 mem_free: in lpfc_sli4_ras_fwlog_init()
|
Completed in 65 milliseconds