Home
last modified time | relevance | path

Searched refs:convert_meminfo_value_to_uint64_bytes (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/oom/
Doomd-util.c451 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()
/systemd-251/src/basic/
Dprocfs-util.c178 int convert_meminfo_value_to_uint64_bytes(const char *word, uint64_t *ret) { in convert_meminfo_value_to_uint64_bytes() function
252 r = convert_meminfo_value_to_uint64_bytes(p, v); in procfs_memory_get()
Dprocfs-util.h21 int convert_meminfo_value_to_uint64_bytes(const char *word, uint64_t *ret);