Searched refs:LL (Results 126 - 150 of 270) sorted by relevance

1234567891011

/linux-master/arch/powerpc/perf/
H A Dpower5-pmu.c578 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
H A Dpower6-pmu.c510 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/linux-master/fs/affs/
H A Dinode.c153 inode_set_atime(inode, inode_set_ctime(inode, (be32_to_cpu(tail->change.days) * 86400LL + be32_to_cpu(tail->change.mins) * 60 + be32_to_cpu(tail->change.ticks) / 50 + AFFS_EPOCH_DELTA) + sys_tz.tz_minuteswest * 60, 0).tv_sec, 0).tv_sec,
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c38 #define NSEC_PER_SEC 1000000000LL
/linux-master/fs/ext2/
H A Dsuper.c744 upper_limit = (1LL << 32) - 1;
750 res += 1LL << (bits-2);
751 res += 1LL << (2*(bits-2));
752 res += 1LL << (3*(bits-2));
/linux-master/arch/sparc/kernel/
H A Dperf_event.c249 [C(LL)] = {
387 [C(LL)] = {
522 [C(LL)] = {
659 [C(LL)] = {
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c567 tb_period = zbbus_mhz * 10000LL;
/linux-master/drivers/iio/pressure/
H A Dmprls0025pa.c416 offset = ((-1LL) * (s64)data->outmin) * NANO -
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c1253 if (time_step_ns > 15000000000LL) {
1261 unsigned_seconds += div_u64_rem(time_step_ns, 1000000000LL,
1271 } else if (time_step_ns < -15000000000LL) {
1282 unsigned_seconds -= div_u64_rem(time_step_ns, 1000000000LL,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.h552 return clamp(remaining_jiffies, 1LL, (s64)INT_MAX);
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c341 #define RISCV_IMM_REACH (1LL << RISCV_IMM_BITS)
/linux-master/fs/proc/
H A Dfd.c269 ctx->pos = fd + 2LL;
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S412 vxor 22, 22, 25 # LL + LL
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c14 #define LAN966X_1PPM_FORMAT 3480517749723LL
19 #define LAN966X_1PPB_FORMAT 3480517749LL
/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c762 unsigned long long timeout = 8LL * 1000LL;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c437 cros_ec_sensor_ring_fix_overflow(&a, 1LL << 32,
439 cros_ec_sensor_ring_fix_overflow(&b, 1LL << 32,
/linux-master/drivers/thermal/
H A Darmada_thermal.c624 .coef_b = -150000LL,
648 .coef_b = -128900LL,
/linux-master/arch/x86/events/amd/
H A Dcore.c59 [ C(LL ) ] = {
163 [C(LL)] = {
/linux-master/drivers/media/i2c/
H A Dimx335.c118 #define IMX335_LINK_FREQ_594MHz 594000000LL
119 #define IMX335_LINK_FREQ_445MHz 445500000LL
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy-3ph-1-0.c427 ui = div_u64(1000000000000LL, link_freq);
432 timer_period = div_u64(1000000000000LL, timer_clk_rate);
/linux-master/kernel/sched/
H A Ddebug.c1048 avg_atom = -1LL;
1055 avg_per_cpu = -1LL;
/linux-master/drivers/iio/
H A Dinkern.c650 1000000LL);
658 1000000000LL);
H A Dindustrialio-core.c669 tmp2 = div_s64((s64)vals[0] * 1000000000LL, vals[1]);
678 tmp2 = shift_right((s64)vals[0] * 1000000000LL, vals[1]);
679 tmp0 = (int)div_s64_rem(tmp2, 1000000000LL, &tmp1);
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c730 val = val * 1000LL;
734 val = val * 1000LL;
780 val = div_s64(val + 5LL, 10L); /* round closest */
956 val = val * 1000LL;
1008 val = div_s64(val + 5LL, 10L); /* round closest */
1020 return 2 + DIV_ROUND_CLOSEST_ULL((1600LL - val) * 100LL, 625);
/linux-master/fs/ufs/
H A Dsuper.c770 res = UFS_NDADDR + (1LL << bits) + (1LL << (2*bits)) +
771 (1LL << (3*bits));

Completed in 273 milliseconds

1234567891011