Home
last modified time | relevance | path

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

/external/linux-kselftest/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()
/external/syslinux/core/lwip/src/include/lwip/
Dmem.h52 #ifndef mem_free
53 #define mem_free free macro
92 void mem_free(void *mem);
Dmemp.h88 #define memp_free(type, mem) mem_free(mem)
/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c264 long mem_free, swap_free; in update_mem() local
267 mem_free = read_meminfo("MemFree:"); in update_mem()
269 free_total = mem_free + swap_free; in update_mem()
/external/ltp/testcases/kernel/controllers/memcg/stress/
Dmemcg_stress_test.sh113 mem_free=`cat /proc/meminfo | grep MemFree | awk '{ print $2 }'`
116 mem=$(( $mem_free + $swap_free / 2 ))
/external/boringssl/src/crypto/bio/
Dbio_mem.c118 static int mem_free(BIO *bio) { in mem_free() function
260 mem_free(bio); in mem_ctrl()
298 mem_free, NULL /* callback_ctrl */,
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py184 self.mem_free = utils.read_from_meminfo('MemFree')
188 used_phys_memory = self.mem_total - self.mem_free
287 usage_target = self.mem_free - swap_target_phys + swap_target_usage
/external/syslinux/core/lwip/src/netif/ppp/
Dppp_oe.c197 mem_free(sc->sc_concentrator_name); in pppoe_destroy()
200 mem_free(sc->sc_service_name); in pppoe_destroy()
437 mem_free(sc->sc_hunique); in pppoe_dispatch_disc_pkt()
475 mem_free(sc->sc_hunique); in pppoe_dispatch_disc_pkt()
861 mem_free(sc->sc_hunique); in pppoe_do_disconnect()
/external/syslinux/core/lwip/src/core/
Dmem.c129 mem_free(void *rmem) in mem_free() function
308 mem_free(void *rmem) in mem_free() function
Dpbuf.c654 mem_free(p); in pbuf_free()
Ddhcp.c607 mem_free(netif->dhcp); in dhcp_cleanup()
/external/syslinux/core/lwip/src/netif/
Dslipif.c319 mem_free(priv); in slipif_init()
/external/zlib/src/test/
Dinfcover.c112 local void mem_free(void *mem, void *ptr) in mem_free() function
172 strm->zfree = mem_free; in mem_setup()
/external/syslinux/core/lwip/src/api/
Dtcpip.c457 return tcpip_callback_with_block(mem_free, m, 0); in mem_free_callback()
/external/autotest/client/bin/
Dutils.py1929 mem_free = _get_float_from_file(_MEMINFO, 'MemFree:', 'MemFree:', ' kB')
1930 return mem_free / 1024
/external/syslinux/core/lwip/doc/
Drawapi.txt52 an ISR (since only then, mem_free - for PBUF_RAM - may
/external/syslinux/core/lwip/
DCHANGELOG876 * opt.h, memp.h/.c: added MEMP_MEM_MALLOC to use mem_malloc/mem_free instead
894 * mem.c, opt.h, stats.h: fixed bug #21433: Calling mem_free/pbuf_free from
896 mem_free to run between mem_malloc iterations. Added illegal counter for
1035 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in
1185 * mem.c, tcpip.c, tcpip.h, opt.h: fixed bug #21433 (Calling mem_free/pbuf_free