/external/linux-kselftest/tools/testing/selftests/vm/ |
D | compaction_test.c | 80 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/ |
D | mem.h | 52 #ifndef mem_free 53 #define mem_free free macro 92 void mem_free(void *mem);
|
D | memp.h | 88 #define memp_free(type, mem) mem_free(mem)
|
/external/ltp/testcases/kernel/mem/tunable/ |
D | overcommit_memory.c | 264 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/ |
D | memcg_stress_test.sh | 113 mem_free=`cat /proc/meminfo | grep MemFree | awk '{ print $2 }'` 116 mem=$(( $mem_free + $swap_free / 2 ))
|
/external/boringssl/src/crypto/bio/ |
D | bio_mem.c | 118 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/ |
D | platform_CompressedSwapPerf.py | 184 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/ |
D | ppp_oe.c | 197 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/ |
D | mem.c | 129 mem_free(void *rmem) in mem_free() function 308 mem_free(void *rmem) in mem_free() function
|
D | pbuf.c | 654 mem_free(p); in pbuf_free()
|
D | dhcp.c | 607 mem_free(netif->dhcp); in dhcp_cleanup()
|
/external/syslinux/core/lwip/src/netif/ |
D | slipif.c | 319 mem_free(priv); in slipif_init()
|
/external/zlib/src/test/ |
D | infcover.c | 112 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/ |
D | tcpip.c | 457 return tcpip_callback_with_block(mem_free, m, 0); in mem_free_callback()
|
/external/autotest/client/bin/ |
D | utils.py | 1929 mem_free = _get_float_from_file(_MEMINFO, 'MemFree:', 'MemFree:', ' kB') 1930 return mem_free / 1024
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 52 an ISR (since only then, mem_free - for PBUF_RAM - may
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 876 * 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
|