Searched refs:LL (Results 226 - 250 of 270) sorted by relevance

1234567891011

/linux-master/fs/bcachefs/
H A Dio_read.c56 total += max(congested, 0LL);
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2841er.c1171 temp_q = div_s64_rem(97375LL * cfrl_ctrlval,
1174 temp_q = div_s64_rem(-97375LL * cfrl_ctrlval,
1313 *offset = div_s64(41000LL * sign_extend32((((u32)data[0] & 0x3f) << 8)
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c1886 out_be64(&priv2->spu_privcntl_RW, 4LL);
/linux-master/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c46 #define LL "ll " macro
1189 * this is a tricky issue - lose_fpu() uses LL/SC atomics
1190 * if FPU is owned and effectively cancels user level LL/SC.
1193 * more often than LL-FPU-SC and I prefer loop here until
1981 * An LL/SC block can't be safely emulated without
1986 * an exception. MIPS R2 LL/SC instructions trap with an
1990 * succeed preserving the atomic semantics of the LL/SC
1992 * an LL/SC block in MIPSR2 userland.
1994 pr_err("Can't emulate MIPSR2 LL/SC without Config5/LLB\n");
2037 * An LL/S
[all...]
/linux-master/tools/perf/bench/
H A Dnuma.c1659 runtime_ns_min = -1LL;
/linux-master/drivers/media/usb/hackrf/
H A Dhackrf.c67 .rangehigh = 4294967294LL, /* max u32, hw goes over 7GHz */
/linux-master/fs/gfs2/
H A Dinode.c189 1LL << (8 * sizeof(inode_get_atime_sec(inode)) - 1),
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c2022 mask = all_vl_mask & ~(1LL << 15);
H A Dhfi.h675 if (*cntr < (u64)-1LL)
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1243 ((MD_128MB_SECT - MD_32kB_SECT - MD_4kB_SECT) * (1LL<<(BM_EXT_SHIFT-9)))
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c896 if (in_param & (1LL << i))
H A Dfw.c123 if (fname[i] && (flags & (1LL << i)))
174 if (fname[i] && (flags & (1LL << i)))
/linux-master/drivers/media/i2c/
H A Dimx355.c59 #define IMX355_LINK_FREQ_DEFAULT 360000000LL
H A Dmax2175.c638 nco_val_desired = 2LL * (clock_rate - abs_nco_freq);
H A Dimx319.c73 #define IMX319_LINK_FREQ_DEFAULT 482400000LL
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c38 return readl(addr) | (((u64) readl(addr + 4)) << 32LL);
/linux-master/fs/ext4/
H A Dsuper.c3406 upper_limit = (1LL << 32) - 1;
3418 res = (1LL << 32) - 1;
3453 upper_limit = (1LL << 32) - 1;
3465 upper_limit = (1LL << 48) - 1;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.c1934 ab->free_vdev_map = (1LL << (ab->num_radios * TARGET_NUM_VDEVS(ab))) - 1;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1647 return crtc->state->adjusted_mode.crtc_clock * 1000LL;
1681 unsigned long v_pixclk = adjusted_mode->crtc_clock * 1000LL; /* video timing pixclk */
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c1150 ar->free_vdev_map &= ~(1LL << ar->monitor_vdev_id);
1170 ar->free_vdev_map |= 1LL << ar->monitor_vdev_id;
5708 ar->free_vdev_map &= ~(1LL << arvif->vdev_id);
5867 ar->free_vdev_map |= 1LL << arvif->vdev_id;
5916 ar->free_vdev_map |= 1LL << arvif->vdev_id;
10170 * on LL hardware queues are managed entirely by the FW
/linux-master/fs/jfs/
H A Djfs_dmap.c1629 nblocks = 1LL << l2nb;
/linux-master/tools/lib/bpf/
H A Dlinker.c2593 sec->data->d_off = 0LL;
/linux-master/fs/reiserfs/
H A Dsuper.c1697 s->s_maxbytes = (512LL << 32) - s->s_blocksize;
/linux-master/sound/core/
H A Dpcm_lib.c261 audio_nsecs = div_u64(audio_frames * 1000000000LL,
/linux-master/arch/x86/events/
H A Dcore.c505 if (config == -1LL)

Completed in 670 milliseconds

1234567891011