Home
last modified time | relevance | path

Searched refs:_parse_integer (Results 1 – 7 of 7) sorted by relevance

/linux/lib/ !
H A Dkstrtox.h9 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *res);
H A Dkstrtox.c91 unsigned int _parse_integer(const char *s, unsigned int base, unsigned long long *p) in _parse_integer() function
102 rv = _parse_integer(s, base, &_res); in _kstrtoull()
H A Dbitmap-str.c250 len = _parse_integer(str, 10, &n); in bitmap_getnum()
/linux/arch/x86/boot/ !
H A Dstring.c248 static unsigned int _parse_integer(const char *s, in _parse_integer() function
293 rv = _parse_integer(s, base, &_res); in _kstrtoull()
/linux/kernel/ !
H A Dsysctl.c241 rv = _parse_integer(cp, base, &result); in strtoul_lenient()
/linux/fs/proc/ !
H A Dbase.c2169 len = _parse_integer(str, 16, &sval); in dname_to_vma_addr()
2182 len = _parse_integer(str, 16, &eval); in dname_to_vma_addr()
/linux/kernel/bpf/ !
H A Dhelpers.c487 val_len = _parse_integer(cur_buf, base, res); in __bpf_strtoull()