kstrtou64 222 arch/powerpc/kernel/sysfs.c if (kstrtou64(buf, 0, &value)) kstrtou64 344 arch/powerpc/kernel/sysfs.c if (kstrtou64(buf, 0, &value)) kstrtou64 384 arch/powerpc/platforms/pseries/mobility.c rc = kstrtou64(buf, 0, &streamid); kstrtou64 147 arch/x86/kernel/cpu/intel_epb.c else if (kstrtou64(buf, 0, &val) || val > MAX_EPB) kstrtou64 2141 arch/x86/kernel/cpu/mce/core.c if (kstrtou64(buf, 0, &new) < 0) kstrtou64 2164 arch/x86/kernel/cpu/mce/core.c if (kstrtou64(buf, 0, &new) < 0) kstrtou64 2191 arch/x86/kernel/cpu/mce/core.c if (kstrtou64(buf, 0, &new) < 0) kstrtou64 54 drivers/firmware/xilinx/zynqmp-debug.c if (!kstrtou64(arg, 0, &value)) kstrtou64 134 drivers/fpga/dfl-afu-error.c if (kstrtou64(buff, 0, &value)) kstrtou64 289 drivers/fpga/dfl-afu-main.c if (kstrtou64(buf, 0, &userclk_freq_cmd)) kstrtou64 310 drivers/fpga/dfl-afu-main.c if (kstrtou64(buf, 0, &userclk_freqcntr_cmd)) kstrtou64 66 drivers/fpga/dfl-fme-error.c if (kstrtou64(buf, 0, &val)) kstrtou64 111 drivers/fpga/dfl-fme-error.c if (kstrtou64(buf, 0, &val)) kstrtou64 225 drivers/fpga/dfl-fme-error.c if (kstrtou64(buf, 0, &val)) kstrtou64 774 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c ret = kstrtou64(buf, 0, &featuremask); kstrtou64 165 drivers/mtd/devices/phram.c ret = kstrtou64(token, 0, num64); kstrtou64 644 drivers/siox/siox-core.c ret = kstrtou64(buf, 0, &val); kstrtou64 2424 drivers/target/target_core_user.c ret = kstrtou64(page, 0, &val); kstrtou64 226 kernel/power/wakelock.c ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); kstrtou64 327 lib/test-kstrtox.c TEST_OK(kstrtou64, u64, "%llu", test_u64_ok); kstrtou64 338 lib/test-kstrtox.c TEST_FAIL(kstrtou64, u64, "%llu", test_u64_fail); kstrtou64 55 net/batman-adv/gateway_common.c ret = kstrtou64(buff, 10, <hroughput);