simple_strtoull 121 arch/x86/kernel/cpu/mtrr/if.c base = simple_strtoull(line + 5, &ptr, 0); simple_strtoull 125 arch/x86/kernel/cpu/mtrr/if.c size = simple_strtoull(ptr + 5, &ptr, 0); simple_strtoull 266 fs/jfs/super.c *newLVSize = simple_strtoull(resize, &resize, 0); simple_strtoull 1062 fs/ocfs2/cluster/heartbeat.c tmp = simple_strtoull(p, &p, 0); simple_strtoull 1386 kernel/cgroup.c u64 val = simple_strtoull(buffer, &end, 0); simple_strtoull 130 kernel/res_counter.c tmp = simple_strtoull(buf, &end, 10); simple_strtoull 133 lib/cmdline.c unsigned long long ret = simple_strtoull(ptr, &endptr, 0); simple_strtoull 131 lib/vsprintf.c return -simple_strtoull(cp+1,endp,base); simple_strtoull 132 lib/vsprintf.c return simple_strtoull(cp,endp,base); simple_strtoull 1098 lib/vsprintf.c *l = simple_strtoull(str,&next,base);