Searched refs:mem_free (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/testing/selftests/vm/ |
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-6.1.9/arch/mips/fw/arc/ |
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-6.1.9/tools/perf/util/ |
D | cputopo.h | 41 u64 mem_free; member
|
D | env.h | 31 u64 mem_free; member
|
D | cputopo.c | 327 node->mem_free = mem; in load_numa_node() 328 if (node->mem_total && node->mem_free) in load_numa_node()
|
D | header.c | 702 ret = do_write(ff, &n->mem_free, sizeof(u64)); in write_numa_topology() 2031 n->node, n->mem_total, n->mem_free); in print_numa_topology() 2691 if (do_read_u64(ff, &n->mem_free)) in process_numa_topology()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | kexec.c | 99 *(unsigned long *)(virt + kexec_free_mem_offset) = PAGE0->mem_free; in machine_kexec()
|
D | kexec_file.c | 64 kbuf.buf_min = PAGE0->mem_free + PAGE_SIZE; in elf_load()
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | pdc.h | 425 unsigned int mem_free; /* first location, where OS can be loaded */ member
|
/linux-6.1.9/arch/parisc/mm/ |
D | init.c | 282 memblock_reserve(0UL, (unsigned long)(PAGE0->mem_free + in setup_bootmem()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 203 uint64_t mem_free;
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 6520 goto mem_free; in ath11k_reg_chan_list_event() 6532 goto mem_free; in ath11k_reg_chan_list_event() 6543 goto mem_free; in ath11k_reg_chan_list_event() 6554 goto mem_free; in ath11k_reg_chan_list_event() 6594 goto mem_free; in ath11k_reg_chan_list_event() 6606 mem_free: in ath11k_reg_chan_list_event()
|
/linux-6.1.9/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 7074 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7125 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7128 mem_free: in lpfc_sli4_ras_fwlog_init()
|