Home
last modified time | relevance | path

Searched refs:parse_u64 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-empty-vm.c349 static const char *parse_u64(const char *p, const char *const end, uint64_t *rv) in parse_u64() function
393 p = parse_u64(p, end, &resident); in test_proc_pid_statm()
397 p = parse_u64(p, end, &shared); in test_proc_pid_statm()
401 p = parse_u64(p, end, &text); in test_proc_pid_statm()
/linux/tools/lib/bpf/
H A Dlibbpf.c2156 static int parse_u64(const char *value, __u64 *res) in parse_u64() function
2286 err = parse_u64(value, &num); in bpf_object__process_kconfig_line()