Searched refs:simple_strtoull (Results 1 – 6 of 6) sorted by relevance
/xen/xen/common/ |
A D | vsprintf.c | 85 unsigned long long simple_strtoull( in simple_strtoull() function 114 EXPORT_SYMBOL(simple_strtoull); 125 return -simple_strtoull(cp+1,endp,base); in simple_strtoll() 126 return simple_strtoull(cp,endp,base); in simple_strtoll()
|
A D | lib.c | 460 ret = simple_strtoull(s, &s1, 0); in parse_size_and_unit()
|
/xen/xen/common/libelf/ |
A D | libelf-private.h | 33 #define strtoull(str, end, base) simple_strtoull(str, end, base)
|
/xen/xen/include/xen/ |
A D | lib.h | 174 unsigned long long simple_strtoull(
|
/xen/xen/drivers/cpufreq/ |
A D | cpufreq_ondemand.c | 314 usr_sampling_rate = simple_strtoull(val, NULL, 0) * MICROSECS(1); in cpufreq_dbs_handle_option()
|
/xen/xen/arch/x86/ |
A D | nmi.c | 85 opt_watchdog_timeout = simple_strtoull(s, &q, 0); in parse_watchdog_timeout()
|
Completed in 10 milliseconds