Home
last modified time | relevance | path

Searched refs:mem_free (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dcompaction_test.c84 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()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dcompaction_test.c84 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()
/kernel/liteos_a/apps/tftp/src/
H A Dtftpc.c575 mem_free(pstSendBuf); in lwip_tftp_get_file_by_filename()
581 mem_free(pstSendBuf); in lwip_tftp_get_file_by_filename()
582 mem_free(pstRecvBuf); in lwip_tftp_get_file_by_filename()
906 mem_free(pstSendBuf); in lwip_tftp_get_file_by_filename()
907 mem_free(pstRecvBuf); in lwip_tftp_get_file_by_filename()
908 mem_free(pszTempDestName); in lwip_tftp_get_file_by_filename()
1086 mem_free(pucBuffer); in lwip_tftp_put_file_by_filename()
1102 mem_free(pucBuffer); in lwip_tftp_put_file_by_filename()
1119 mem_free(pucBuffer); in lwip_tftp_put_file_by_filename()
1139 mem_free(pucBuffe in lwip_tftp_put_file_by_filename()
[all...]
/kernel/linux/linux-5.10/arch/mips/fw/arc/
H A Dmemory.c72 mem_free, mem_prom_used, mem_reserved enumerator
80 return mem_free; in memtype_classify_arcs()
100 return mem_free; in memtype_classify_arc()
/kernel/linux/linux-6.6/arch/mips/fw/arc/
H A Dmemory.c72 mem_free, mem_prom_used, mem_reserved enumerator
80 return mem_free; in memtype_classify_arcs()
100 return mem_free; in memtype_classify_arc()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcputopo.h20 u64 mem_free; member
H A Dcputopo.c260 node->mem_free = mem; in load_numa_node()
261 if (node->mem_total && node->mem_free) in load_numa_node()
H A Denv.h30 u64 mem_free; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcputopo.h41 u64 mem_free; member
H A Denv.h31 u64 mem_free; member
H A Dcputopo.c342 node->mem_free = mem; in load_numa_node()
343 if (node->mem_total && node->mem_free) in load_numa_node()
/kernel/liteos_a/apps/tftp/include/
H A Dtypes_adapt.h69 #define mem_free free macro
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dkexec.c99 *(unsigned long *)(virt + kexec_free_mem_offset) = PAGE0->mem_free; in machine_kexec()
H A Dkexec_file.c64 kbuf.buf_min = PAGE0->mem_free + PAGE_SIZE; in elf_load()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dkexec.c101 *(unsigned long *)(virt + kexec_free_mem_offset) = PAGE0->mem_free; in machine_kexec()
H A Dkexec_file.c64 kbuf.buf_min = PAGE0->mem_free + PAGE_SIZE; in elf_load()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Ddhcps.c894 mem_free((void *)dhcps); in dhcps_start()
922 mem_free((void *)dhcps); in dhcps_start()
940 mem_free((void *)dhcps); in dhcps_start()
947 mem_free((void *)dhcps); in dhcps_start()
976 mem_free(dhcps); in dhcps_stop()
H A Dapi_shell.c1815 mem_free(iecho);
3412 mem_free(ndata.netstat_out_buf);
3417 mem_free(ndata.netstat_out_buf);
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H A Dpdc.h418 unsigned int mem_free; /* first location, where OS can be loaded */ member
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H A Dpdc.h425 unsigned int mem_free; /* first location, where OS can be loaded */ member
/kernel/liteos_m/components/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c315 mem_free(ifa); in freeifaddrs_iteration()
/kernel/uniproton/src/net/lwip-2.1/enhancement/src/
H A Dlwip_ifaddrs.c306 mem_free(ifa); in OsFreeifaddrsIteration()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c514 mem_free(iecho); in OsPingFunc()
/kernel/linux/linux-5.10/arch/parisc/mm/
H A Dinit.c286 memblock_reserve(0UL, (unsigned long)(PAGE0->mem_free + in setup_bootmem()
/kernel/linux/linux-6.6/arch/parisc/mm/
H A Dinit.c283 memblock_reserve(0UL, (unsigned long)(PAGE0->mem_free + in setup_bootmem()

Completed in 20 milliseconds

12