/openbmc/linux/tools/testing/selftests/mm/ |
H A D | compaction_test.c | 85 int check_compaction(unsigned long mem_free, unsigned long hugepage_size) in check_compaction() argument 95 mem_free = mem_free * 0.8; in check_compaction() 145 compaction_index = mem_free/(nr_hugepages_ul * hugepage_size); in check_compaction() 181 unsigned long mem_free = 0; in main() local 199 if (read_memory_info(&mem_free, &hugepage_size) != 0) in main() 202 mem_fragmentable_MB = mem_free * 0.8 / 1024; in main() 235 if (check_compaction(mem_free, hugepage_size) == 0) in main()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cryptography/ |
H A D | check-memfree.py | 5 mem_free = meminfo['MemTotal']/1024./1024. variable 6 if mem_free < 2.: 7 print("Insufficient free memory({:.3f}): requires > 2 GB".format(mem_free)) 10 print("Free memory: {:.3f} GB".format(mem_free))
|
/openbmc/linux/arch/mips/fw/arc/ |
H 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | cputopo.h | 41 u64 mem_free; member
|
H A D | cputopo.c | 342 node->mem_free = mem; in load_numa_node() 343 if (node->mem_total && node->mem_free) in load_numa_node()
|
H A D | env.h | 31 u64 mem_free; member
|
H A D | header.c | 712 ret = do_write(ff, &n->mem_free, sizeof(u64)); in write_numa_topology() 2071 n->node, n->mem_total, n->mem_free); in print_numa_topology() 2733 if (do_read_u64(ff, &n->mem_free)) in process_numa_topology()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | kexec.c | 101 *(unsigned long *)(virt + kexec_free_mem_offset) = PAGE0->mem_free; in machine_kexec()
|
H A D | kexec_file.c | 64 kbuf.buf_min = PAGE0->mem_free + PAGE_SIZE; in elf_load()
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | pdc.h | 425 unsigned int mem_free; /* first location, where OS can be loaded */ member
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 64 QSIMPLEQ_HEAD(, MemCopyInfo) mem_free; 204 QSIMPLEQ_INSERT_TAIL(&ctx->mem_free, mc, next); in remove_mem_copy() 277 QSIMPLEQ_CONCAT(&ctx->mem_free, &ti->mem_copy); in reset_ts() 295 mc = QSIMPLEQ_FIRST(&ctx->mem_free); in record_mem_copy() 297 QSIMPLEQ_REMOVE_HEAD(&ctx->mem_free, next); in record_mem_copy() 2802 QSIMPLEQ_INIT(&ctx.mem_free); in tcg_optimize()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | init.c | 283 memblock_reserve(0UL, (unsigned long)(PAGE0->mem_free + in setup_bootmem()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 203 uint64_t mem_free;
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 5464 goto mem_free; in ath12k_reg_chan_list_event() 5476 goto mem_free; in ath12k_reg_chan_list_event() 5487 goto mem_free; in ath12k_reg_chan_list_event() 5531 goto mem_free; in ath12k_reg_chan_list_event() 5543 mem_free: in ath12k_reg_chan_list_event()
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 7107 goto mem_free; in ath11k_reg_chan_list_event() 7119 goto mem_free; in ath11k_reg_chan_list_event() 7130 goto mem_free; in ath11k_reg_chan_list_event() 7141 goto mem_free; in ath11k_reg_chan_list_event() 7181 goto mem_free; in ath11k_reg_chan_list_event() 7193 mem_free: in ath11k_reg_chan_list_event()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 7070 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7121 goto mem_free; in lpfc_sli4_ras_fwlog_init() 7124 mem_free: in lpfc_sli4_ras_fwlog_init()
|