Searched refs:convert_meminfo_value_to_uint64_bytes (Results 1 – 3 of 3) sorted by relevance
451 r = convert_meminfo_value_to_uint64_bytes(word, &ctx.mem_total); in oomd_system_context_acquire()454 r = convert_meminfo_value_to_uint64_bytes(word, &mem_available); in oomd_system_context_acquire()457 r = convert_meminfo_value_to_uint64_bytes(word, &ctx.swap_total); in oomd_system_context_acquire()460 r = convert_meminfo_value_to_uint64_bytes(word, &swap_free); in oomd_system_context_acquire()
178 int convert_meminfo_value_to_uint64_bytes(const char *word, uint64_t *ret) { in convert_meminfo_value_to_uint64_bytes() function252 r = convert_meminfo_value_to_uint64_bytes(p, v); in procfs_memory_get()
21 int convert_meminfo_value_to_uint64_bytes(const char *word, uint64_t *ret);