arch/loongarch/include/asm/addrspace.h
85
#define _ATYPE64_ __s64
arch/mips/include/asm/addrspace.h
26
#define _ATYPE64_ __s64
arch/mips/kernel/ptrace.c
112
__get_user(regs->regs[i], (__s64 __user *)&data->regs[i]);
arch/mips/kernel/ptrace.c
113
__get_user(regs->lo, (__s64 __user *)&data->lo);
arch/mips/kernel/ptrace.c
114
__get_user(regs->hi, (__s64 __user *)&data->hi);
arch/mips/kernel/ptrace.c
115
__get_user(regs->cp0_epc, (__s64 __user *)&data->cp0_epc);
arch/mips/kernel/ptrace.c
85
__put_user((long)regs->regs[i], (__s64 __user *)&data->regs[i]);
arch/mips/kernel/ptrace.c
86
__put_user((long)regs->lo, (__s64 __user *)&data->lo);
arch/mips/kernel/ptrace.c
87
__put_user((long)regs->hi, (__s64 __user *)&data->hi);
arch/mips/kernel/ptrace.c
88
__put_user((long)regs->cp0_epc, (__s64 __user *)&data->cp0_epc);
arch/mips/kernel/ptrace.c
89
__put_user((long)regs->cp0_badvaddr, (__s64 __user *)&data->cp0_badvaddr);
arch/mips/kernel/ptrace.c
90
__put_user((long)regs->cp0_status, (__s64 __user *)&data->cp0_status);
arch/mips/kernel/ptrace.c
91
__put_user((long)regs->cp0_cause, (__s64 __user *)&data->cp0_cause);
arch/powerpc/include/uapi/asm/opal-prd.h
54
__s64 rc;
arch/riscv/include/asm/hwprobe.h
13
static inline bool riscv_hwprobe_key_is_valid(__s64 key)
arch/riscv/include/asm/hwprobe.h
18
static inline bool hwprobe_key_is_bitmask(__s64 key)
arch/riscv/include/uapi/asm/hwprobe.h
16
__s64 key;
arch/s390/include/asm/vdso/time_data.h
8
__s64 tod_delta;
arch/um/drivers/cow_user.c
101
__s64 mtime;
arch/x86/include/uapi/asm/kvm.h
287
__s64 count_load_time;
arch/x86/include/uapi/asm/kvm_para.h
76
__s64 sec;
arch/x86/include/uapi/asm/kvm_para.h
77
__s64 nsec;
crypto/jitterentropy.c
74
__s64 last_delta2; /* SENSITIVE stuck test */
drivers/gpu/drm/nouveau/include/nvif/if0013.h
24
__s64 time[2];
drivers/iommu/amd/iommu.c
1204
while ((__s64)(READ_ONCE(*iommu->cmd_sem) - data) < 0 &&
drivers/media/dvb-frontends/ts2020.c
337
__s64 *_gain)
drivers/media/dvb-frontends/ts2020.c
362
*_gain = -((__s64)gain1 * 2330 +
drivers/media/dvb-frontends/ts2020.c
380
*_gain = -((__s64)gain1 * 2650 +
drivers/media/dvb-frontends/ts2020.c
396
static int ts2020_get_tuner_gain(struct dvb_frontend *fe, __s64 *_gain)
drivers/media/dvb-frontends/ts2020.c
459
__s64 gain;
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
666
__s64 value64;
drivers/usb/misc/usbtest.c
54
__s64 duration_sec;
drivers/usb/misc/usbtest.c
55
__s64 duration_usec;
drivers/usb/misc/yurex.c
68
__s64 bbu; /* BBU from device */
fs/btrfs/ioctl.c
104
__s64 offset;
fs/btrfs/ioctl.c
89
__s64 send_fd; /* in */
fs/ceph/ioctl.h
40
__s64 preferred_osd;
fs/ceph/ioctl.h
64
__s64 osd; /* out: osd # */
fs/nilfs2/bmap.c
442
__s64 diff;
fs/ocfs2/ocfs2_ioctl.h
23
__s64 l_start;
fs/ocfs2/ocfs2_ioctl.h
24
__s64 l_len; /* len == 0 means until end of file */
fs/orangefs/downcall.h
104
__s64 trailer_size;
fs/orangefs/downcall.h
20
__s64 amt_complete;
fs/orangefs/downcall.h
45
__s64 block_size;
fs/orangefs/downcall.h
46
__s64 blocks_total;
fs/orangefs/downcall.h
47
__s64 blocks_avail;
fs/orangefs/downcall.h
48
__s64 files_total;
fs/orangefs/downcall.h
49
__s64 files_avail;
fs/orangefs/downcall.h
78
__s64 value64;
fs/orangefs/inode.c
716
new_op->upcall.req.truncate.size = (__s64) iattr->ia_size;
fs/orangefs/protocol.h
233
__s64 size;
fs/orangefs/protocol.h
258
__s64 dirent_count;
fs/orangefs/protocol.h
262
__s64 blksize;
fs/orangefs/upcall.h
193
__s64 value64;
fs/orangefs/upcall.h
21
__s64 offset;
fs/orangefs/upcall.h
227
__s64 trailer_size;
fs/orangefs/upcall.h
99
__s64 size;
fs/ufs/ufs_fs.h
769
__s64 s_qbmask; /* ~usb_bmask */
fs/ufs/ufs_fs.h
770
__s64 s_qfmask; /* ~usb_fmask */
fs/userfaultfd.c
1607
__s64 ret;
fs/userfaultfd.c
1625
sizeof(uffdio_copy)-sizeof(__s64)))
fs/userfaultfd.c
1667
__s64 ret;
fs/userfaultfd.c
1684
sizeof(uffdio_zeropage)-sizeof(__s64)))
fs/userfaultfd.c
1772
__s64 ret;
fs/userfaultfd.c
1790
sizeof(uffdio_continue) - (sizeof(__s64))))
fs/userfaultfd.c
1833
__s64 ret;
fs/userfaultfd.c
1850
sizeof(uffdio_poison) - (sizeof(__s64))))
fs/userfaultfd.c
1905
__s64 ret;
fs/userfaultfd.c
1922
sizeof(uffdio_move)-sizeof(__s64)))
fs/xfs/libxfs/xfs_fs.h
103
__s64 l_start;
fs/xfs/libxfs/xfs_fs.h
104
__s64 l_len; /* len == 0 means until end of file */
fs/xfs/libxfs/xfs_fs.h
345
__s64 bs_size; /* file size */
fs/xfs/libxfs/xfs_fs.h
36
__s64 bmv_offset; /* file offset of segment in blocks */
fs/xfs/libxfs/xfs_fs.h
37
__s64 bmv_block; /* starting block (64-bit daddr_t) */
fs/xfs/libxfs/xfs_fs.h
38
__s64 bmv_length; /* length of segment, blocks */
fs/xfs/libxfs/xfs_fs.h
55
__s64 bmv_offset; /* file offset of segment in blocks */
fs/xfs/libxfs/xfs_fs.h
56
__s64 bmv_block; /* starting block (64-bit daddr_t) */
fs/xfs/libxfs/xfs_fs.h
57
__s64 bmv_length; /* length of segment, blocks */
fs/xfs/libxfs/xfs_fs.h
668
__s64 align; /* force alignment of ha_fid */
fs/xfs/libxfs/xfs_sb.c
1673
__s64 sunit,
fs/xfs/libxfs/xfs_sb.c
1674
__s64 swidth,
fs/xfs/libxfs/xfs_sb.h
42
__s64 sunit, __s64 swidth, int sectorsize, bool may_repair,
fs/xfs/xfs_bmap_util.h
39
__s64 bmv_offset; /* file offset of segment in blocks */
fs/xfs/xfs_bmap_util.h
40
__s64 bmv_block; /* starting block (64-bit daddr_t) */
fs/xfs/xfs_bmap_util.h
41
__s64 bmv_length; /* length of segment, blocks */
fs/xfs/xfs_exchrange.c
827
__s64 file2_mtime; /* modification time */
fs/xfs/xfs_exchrange.c
828
__s64 file2_ctime; /* change time */
fs/xfs/xfs_ioctl.c
105
if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
fs/xfs/xfs_ioctl32.c
258
if (copy_from_user(&lastino, bulkreq.lastip, sizeof(__s64)))
fs/xfs/xfs_ioctl32.h
45
__s64 bs_size; /* file size */
fs/xfs/xfs_platform.h
79
typedef __s64 xfs_off_t; /* <file offset> type */
fs/xfs/xfs_platform.h
81
typedef __s64 xfs_daddr_t; /* <disk address> type */
include/asm-generic/int-ll64.h
22
typedef __s64 s64;
include/linux/bitops.h
197
static __always_inline __s64 sign_extend64(__u64 value, int index)
include/linux/bitops.h
200
return (__s64)(value << shift) >> shift;
include/linux/bnge/hsi.h
5195
__s64 ptp_adj_phase;
include/linux/cdrom.h
67
__s64 last_media_change_ms;
include/linux/falloc.h
15
__s64 l_start;
include/linux/falloc.h
16
__s64 l_len; /* len == 0 means until end of file */
include/linux/falloc.h
47
__s64 l_start __attribute__((packed));
include/linux/falloc.h
49
__s64 l_len __attribute__((packed));
include/linux/jiffies.h
201
((__s64)((b) - (a)) < 0))
include/linux/jiffies.h
227
((__s64)((a) - (b)) >= 0))
include/linux/time64.h
8
typedef __s64 time64_t;
include/trace/events/sched_ext.h
30
TP_PROTO(const char *name, __s64 delta),
include/trace/events/sched_ext.h
35
__field( __s64, delta )
include/uapi/drm/amdxdna_accel.h
404
__s64 pid;
include/uapi/drm/amdxdna_accel.h
529
__s64 pid;
include/uapi/drm/drm.h
1003
__s64 timeout_nsec;
include/uapi/drm/drm.h
1060
__s64 sequence_ns; /* return: most recent time of first pixel out */
include/uapi/drm/drm.h
1438
__s64 time_ns;
include/uapi/drm/drm.h
983
__s64 timeout_nsec;
include/uapi/drm/ethosu_accel.h
172
__s64 timeout_ns; /* absolute */
include/uapi/drm/etnaviv_drm.h
45
__s64 tv_sec; /* seconds */
include/uapi/drm/etnaviv_drm.h
46
__s64 tv_nsec; /* nanoseconds */
include/uapi/drm/habanalabs_accel.h
1118
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1127
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1163
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1190
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1206
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1226
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1240
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1328
__s64 timestamp;
include/uapi/drm/habanalabs_accel.h
1872
__s64 timestamp_nsec;
include/uapi/drm/i915_drm.h
1938
__s64 timeout_ns;
include/uapi/drm/ivpu_accel.h
457
__s64 timeout_ns;
include/uapi/drm/lima_drm.h
137
__s64 timeout_ns; /* in, wait timeout in absulute time */
include/uapi/drm/msm_drm.h
66
__s64 tv_sec; /* seconds */
include/uapi/drm/msm_drm.h
67
__s64 tv_nsec; /* nanoseconds */
include/uapi/drm/panfrost_drm.h
124
__s64 timeout_ns;
include/uapi/drm/radeon_drm.h
768
__s64 value;
include/uapi/drm/rocket_accel.h
73
__s64 timeout_ns;
include/uapi/drm/tegra_drm.h
1020
__s64 timeout_ns;
include/uapi/drm/xe_drm.h
1137
__s64 cpu_addr_mirror_offset;
include/uapi/drm/xe_drm.h
1602
__s64 timeout;
include/uapi/linux/aio_abi.h
63
__s64 res; /* result code for this event */
include/uapi/linux/aio_abi.h
64
__s64 res2; /* secondary result */
include/uapi/linux/aio_abi.h
94
__s64 aio_offset;
include/uapi/linux/android/binder.h
262
BINDER_SET_IDLE_TIMEOUT = _IOW('b', 3, __s64),
include/uapi/linux/btrfs.h
136
__s64 fd;
include/uapi/linux/btrfs.h
38
__s64 fd;
include/uapi/linux/btrfs.h
606
__s64 src_fd;
include/uapi/linux/btrfs.h
670
__s64 fd; /* in - destination file */
include/uapi/linux/btrfs.h
853
__s64 send_fd; /* in */
include/uapi/linux/btrfs.h
984
__s64 offset;
include/uapi/linux/cdrom.h
302
__s64 last_media_change; /* Timestamp of the last detected media
include/uapi/linux/dvb/frontend.h
856
__s64 svalue; /* for 0.001 dB measures */
include/uapi/linux/elf.h
24
typedef __s64 Elf64_Sxword;
include/uapi/linux/firewire-cdev.h
1059
__s64 tv_sec;
include/uapi/linux/fs.h
168
__s64 dest_fd; /* in - destination file */
include/uapi/linux/fs.h
75
__s64 src_fd;
include/uapi/linux/iio/events.h
24
__s64 timestamp;
include/uapi/linux/joystick.h
126
__s64 JS_EXPIRETIME;
include/uapi/linux/joystick.h
127
__s64 JS_TIMELIMIT;
include/uapi/linux/lp.h
95
_IOW(0x6, 0xf, __s64[2]) /* set parport timeout */
include/uapi/linux/nfsd/cld.h
71
__s64 cm_gracetime; /* grace period start time */
include/uapi/linux/omap3isp.h
173
__s64 tv_sec;
include/uapi/linux/omap3isp.h
174
__s64 tv_usec;
include/uapi/linux/perf_event.h
637
__s64 offset; /* add to hardware event value */
include/uapi/linux/pkt_sched.h
536
__s64 min_delay; /* nsec */
include/uapi/linux/pkt_sched.h
537
__s64 max_delay;
include/uapi/linux/pkt_sched.h
540
__s64 dist_delay; /* nsec */
include/uapi/linux/pkt_sched.h
541
__s64 dist_jitter; /* nsec */
include/uapi/linux/pkt_sched.h
857
__s64 time_next_delayed_flow;
include/uapi/linux/ppp_defs.h
161
__s64 xmit_idle; /* time since last NP packet sent */
include/uapi/linux/ppp_defs.h
162
__s64 recv_idle; /* time since last NP packet received */
include/uapi/linux/pps.h
55
__s64 sec;
include/uapi/linux/pps.h
61
__s64 sec;
include/uapi/linux/ptp_clock.h
92
__s64 sec; /* seconds */
include/uapi/linux/ptrace.h
96
__s64 rval;
include/uapi/linux/rtc.h
74
__s64 svalue;
include/uapi/linux/scif_ioctl.h
122
__s64 offset;
include/uapi/linux/scif_ioctl.h
125
__s64 out_offset;
include/uapi/linux/scif_ioctl.h
134
__s64 offset;
include/uapi/linux/scif_ioctl.h
153
__s64 loffset;
include/uapi/linux/scif_ioctl.h
155
__s64 roffset;
include/uapi/linux/scif_ioctl.h
179
__s64 loff;
include/uapi/linux/scif_ioctl.h
181
__s64 roff;
include/uapi/linux/seccomp.h
113
__s64 val;
include/uapi/linux/stat.h
57
__s64 tv_sec;
include/uapi/linux/tee.h
417
__s64 fd;
include/uapi/linux/time_types.h
42
__s64 tv_sec;
include/uapi/linux/time_types.h
43
__s64 tv_usec;
include/uapi/linux/types.h
56
#define __aligned_s64 __s64 __attribute__((aligned(8)))
include/uapi/linux/userfaultfd.h
293
__s64 copy;
include/uapi/linux/userfaultfd.h
305
__s64 zeropage;
include/uapi/linux/userfaultfd.h
344
__s64 mapped;
include/uapi/linux/userfaultfd.h
356
__s64 updated;
include/uapi/linux/userfaultfd.h
374
__s64 move;
include/uapi/linux/videodev2.h
1880
__s64 value64;
include/uapi/linux/videodev2.h
1886
__s64 __user *p_s64;
include/uapi/linux/videodev2.h
2016
__s64 minimum;
include/uapi/linux/videodev2.h
2017
__s64 maximum;
include/uapi/linux/videodev2.h
2019
__s64 default_value;
include/uapi/linux/videodev2.h
2034
__s64 value;
include/uapi/linux/videodev2.h
2576
__s64 value64;
include/uapi/mtd/ubi-user.h
198
#define UBI_IOCVOLUP _IOW(UBI_VOL_IOC_MAGIC, 0, __s64)
include/uapi/mtd/ubi-user.h
351
__s64 bytes;
include/uapi/mtd/ubi-user.h
371
__s64 bytes;
include/uapi/rdma/rdma_user_ioctl_cmds.h
72
__s64 data_s64;
include/uapi/sound/asound.h
525
__s64 tv_sec;
include/uapi/sound/asound.h
526
__s64 tv_nsec;
kernel/bpf/preload/iterators/iterators.bpf.c
76
__s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
kernel/bpf/verifier.c
2698
__s64 new_smin, new_smax;
net/ceph/crush/crush_ln_table.h
26
static __s64 __RH_LH_tbl[128*2+2] = {
net/ceph/crush/crush_ln_table.h
97
static __s64 __LL_tbl[256] = {
net/ceph/crush/mapper.c
277
xl64 = (__s64)x * RH;
net/ceph/crush/mapper.c
333
__s64 ln, draw, high_draw = 0;
net/ceph/osdmap.c
1968
__s64 new_pool_max;
net/mptcp/protocol.h
140
return (__s64)(seq1 - seq2) < 0;
net/netfilter/ipvs/ip_vs_lblc.c
436
if ((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_lblc.c
437
(__s64)doh * atomic_read(&least->weight)) {
net/netfilter/ipvs/ip_vs_lblcr.c
188
if (((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_lblcr.c
189
(__s64)doh * atomic_read(&least->weight))
net/netfilter/ipvs/ip_vs_lblcr.c
234
if (((__s64)moh * atomic_read(&dest->weight) <
net/netfilter/ipvs/ip_vs_lblcr.c
235
(__s64)doh * atomic_read(&most->weight))
net/netfilter/ipvs/ip_vs_lblcr.c
600
if ((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_lblcr.c
601
(__s64)doh * atomic_read(&least->weight)) {
net/netfilter/ipvs/ip_vs_nq.c
89
((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_nq.c
90
(__s64)doh * atomic_read(&least->weight))) {
net/netfilter/ipvs/ip_vs_sed.c
96
if ((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_sed.c
97
(__s64)doh * atomic_read(&least->weight)) {
net/netfilter/ipvs/ip_vs_wlc.c
68
if ((__s64)loh * atomic_read(&dest->weight) >
net/netfilter/ipvs/ip_vs_wlc.c
69
(__s64)doh * atomic_read(&least->weight)) {
net/rxrpc/sendmsg.c
569
if (p->call.tx_total_len != -1 || len != sizeof(__s64))
net/rxrpc/sendmsg.c
571
p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg);
net/sched/sch_netem.c
841
q->slot_config.dist_jitter = min_t(__s64, INT_MAX, abs(q->slot_config.dist_jitter));
net/sctp/transport.c
504
+ (((__u32)abs((__s64)tp->srtt - (__s64)rtt)) >> rto_beta);
tools/arch/x86/include/uapi/asm/kvm.h
287
__s64 count_load_time;
tools/bpf/bpftool/btf_dumper.c
152
__s64 value;
tools/bpf/bpftool/btf_dumper.c
157
value = *(__s64 *)data;
tools/include/linux/bitops.h
100
return (__s64)(value << shift) >> shift;
tools/include/linux/bitops.h
97
static __always_inline __s64 sign_extend64(__u64 value, int index)
tools/include/uapi/drm/drm.h
1003
__s64 timeout_nsec;
tools/include/uapi/drm/drm.h
1060
__s64 sequence_ns; /* return: most recent time of first pixel out */
tools/include/uapi/drm/drm.h
1438
__s64 time_ns;
tools/include/uapi/drm/drm.h
983
__s64 timeout_nsec;
tools/include/uapi/drm/i915_drm.h
1938
__s64 timeout_ns;
tools/include/uapi/linux/elf.h
24
typedef __s64 Elf64_Sxword;
tools/include/uapi/linux/fs.h
100
__s64 dest_fd; /* in - destination file */
tools/include/uapi/linux/fs.h
64
__s64 src_fd;
tools/include/uapi/linux/perf_event.h
637
__s64 offset; /* add to hardware event value */
tools/include/uapi/linux/pkt_sched.h
515
__s64 min_delay; /* nsec */
tools/include/uapi/linux/pkt_sched.h
516
__s64 max_delay;
tools/include/uapi/linux/pkt_sched.h
519
__s64 dist_delay; /* nsec */
tools/include/uapi/linux/pkt_sched.h
520
__s64 dist_jitter; /* nsec */
tools/include/uapi/linux/pkt_sched.h
801
__s64 time_next_delayed_flow;
tools/include/uapi/linux/seccomp.h
113
__s64 val;
tools/include/uapi/linux/stat.h
57
__s64 tv_sec;
tools/include/uapi/linux/userfaultfd.h
293
__s64 copy;
tools/include/uapi/linux/userfaultfd.h
305
__s64 zeropage;
tools/include/uapi/linux/userfaultfd.h
344
__s64 mapped;
tools/include/uapi/linux/userfaultfd.h
356
__s64 updated;
tools/include/uapi/linux/userfaultfd.h
374
__s64 move;
tools/lib/bpf/btf.c
2500
int btf__add_enum_value(struct btf *btf, const char *name, __s64 value)
tools/lib/bpf/btf.c
772
__s64 btf__resolve_size(const struct btf *btf, __u32 type_id)
tools/lib/bpf/btf.c
777
__s64 size = -1;
tools/lib/bpf/btf.h
163
LIBBPF_API __s64 btf__resolve_size(const struct btf *btf, __u32 type_id);
tools/lib/bpf/btf.h
219
LIBBPF_API int btf__add_enum_value(struct btf *btf, const char *name, __s64 value);
tools/lib/bpf/btf_dump.c
1007
m_sz = max((__s64)0, btf__resolve_size(d->btf, m->type));
tools/lib/bpf/btf_dump.c
2097
__s64 elem_size;
tools/lib/bpf/btf_dump.c
2225
__s64 *value)
tools/lib/bpf/btf_dump.c
2236
*value = (__s64)val;
tools/lib/bpf/btf_dump.c
2242
*value = *(__s64 *)data;
tools/lib/bpf/btf_dump.c
2245
*value = is_signed ? (__s64)*(__s32 *)data : *(__u32 *)data;
tools/lib/bpf/btf_dump.c
2265
__s64 value;
tools/lib/bpf/btf_dump.c
2330
__s64 size;
tools/lib/bpf/btf_dump.c
2389
__s64 value;
tools/lib/bpf/btf_dump.c
2554
__s64 enum_val;
tools/lib/bpf/btf_dump.c
2560
enum_val = (__s64)print_num;
tools/lib/bpf/gen_loader.c
280
static bool is_simm16(__s64 value)
tools/lib/bpf/gen_loader.c
282
return value == (__s64)(__s16)value;
tools/lib/bpf/gen_loader.c
287
__s64 off = -(gen->insn_cur - gen->insn_start - gen->cleanup_label) / 8 - 1;
tools/lib/bpf/gen_loader.c
585
__s64 off;
tools/lib/bpf/libbpf.c
1212
__s64 msize, kern_msize;
tools/lib/bpf/libbpf.c
2620
__s64 sz;
tools/lib/bpf/libbpf.c
2660
__s64 sz;
tools/lib/bpf/linker.c
2570
__s64 sz;
tools/lib/bpf/relo_core.c
271
__s64 sz;
tools/lib/bpf/relo_core.c
689
__s64 sz;
tools/lib/bpf/relo_core.c
822
__s64 sz;
tools/net/ynl/lib/ynl-priv.h
349
static inline __s64 ynl_attr_get_s64(const struct nlattr *attr)
tools/net/ynl/lib/ynl-priv.h
351
__s64 tmp;
tools/net/ynl/lib/ynl-priv.h
399
ynl_attr_put_s64(struct nlmsghdr *nlh, unsigned int attr_type, __s64 value)
tools/net/ynl/lib/ynl-priv.h
440
static inline __s64 ynl_attr_get_sint(const struct nlattr *attr)
tools/net/ynl/lib/ynl-priv.h
462
ynl_attr_put_sint(struct nlmsghdr *nlh, __u16 type, __s64 data)
tools/net/ynl/lib/ynl-priv.h
464
if ((__s32)data == (__s64)data)
tools/perf/trace/beauty/include/uapi/linux/fs.h
168
__s64 dest_fd; /* in - destination file */
tools/perf/trace/beauty/include/uapi/linux/fs.h
75
__s64 src_fd;
tools/perf/trace/beauty/include/uapi/linux/stat.h
57
__s64 tv_sec;
tools/perf/trace/beauty/include/uapi/sound/asound.h
525
__s64 tv_sec;
tools/perf/trace/beauty/include/uapi/sound/asound.h
526
__s64 tv_nsec;
tools/perf/util/bpf_skel/func_latency.bpf.c
42
__s64 total;
tools/perf/util/bpf_skel/func_latency.bpf.c
43
__s64 count;
tools/perf/util/bpf_skel/func_latency.bpf.c
44
__s64 max;
tools/perf/util/bpf_skel/func_latency.bpf.c
45
__s64 min;
tools/perf/util/bpf_skel/func_latency.bpf.c
77
static void update_latency(__s64 delta)
tools/perf/util/bpf_skel/kwork_trace.bpf.c
121
__s64 delta = time_end - time_start;
tools/perf/util/bpf_skel/lock_contention.bpf.c
673
if ((__s64)duration < 0) {
tools/perf/util/bpf_skel/vmlinux/vmlinux.h
20
typedef __s64 s64;
tools/perf/util/bpf_skel/vmlinux/vmlinux.h
24
typedef __s64 time64_t;
tools/sched_ext/scx_sdt.h
48
__s64 val;
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
16
__s64 *values, bool is_pcpu)
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
41
__s64 *values, bool is_pcpu)
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
51
__s64 value = (values + cpu_offset)[j];
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
84
"array_map", sizeof(int), sizeof(__s64), max_entries, NULL);
tools/testing/selftests/bpf/map_tests/array_map_batch_ops.c
88
value_size = sizeof(__s64);
tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c
128
static void init_fds(__s64 fds[], int len)
tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c
136
static void close_fds(__s64 fds[], int len)
tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c
51
__s64 servers[NR_SERVERS];
tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c
52
__s64 clients[NR_CLIENTS];
tools/testing/selftests/bpf/prog_tests/sk_assign.c
236
__s64 server = -1;
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
249
__s64 sk;
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
300
__s64 *sock_fd = NULL;
tools/testing/selftests/bpf/progs/arena_atomics.c
66
__s64 __arena_global sub64_value = 1;
tools/testing/selftests/bpf/progs/arena_atomics.c
67
__s64 __arena_global sub64_result = 0;
tools/testing/selftests/bpf/progs/arena_atomics.c
70
__s64 __arena_global sub_stack_value_copy = 0;
tools/testing/selftests/bpf/progs/arena_atomics.c
71
__s64 __arena_global sub_stack_result = 0;
tools/testing/selftests/bpf/progs/arena_atomics.c
72
__s64 __arena_global sub_noreturn_value = 1;
tools/testing/selftests/bpf/progs/atomics.c
41
__s64 sub64_value = 1;
tools/testing/selftests/bpf/progs/atomics.c
42
__s64 sub64_result = 0;
tools/testing/selftests/bpf/progs/atomics.c
45
__s64 sub_stack_value_copy = 0;
tools/testing/selftests/bpf/progs/atomics.c
46
__s64 sub_stack_result = 0;
tools/testing/selftests/bpf/progs/atomics.c
47
__s64 sub_noreturn_value = 1;
tools/testing/selftests/bpf/progs/get_func_args_test.c
104
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
131
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
15
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
151
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
176
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
48
__s64 err;
tools/testing/selftests/bpf/progs/get_func_args_test.c
75
__s64 err;
tools/testing/selftests/bpf/progs/iters_num.c
10
const volatile __s64 exp_empty_zero = 0 + 1;
tools/testing/selftests/bpf/progs/iters_num.c
100
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
108
const volatile __s64 exp_very_big_sum = (__s64)(INT_MAX - 1) + (__s64)(INT_MAX - 2);
tools/testing/selftests/bpf/progs/iters_num.c
109
__s64 res_very_big_sum;
tools/testing/selftests/bpf/progs/iters_num.c
11
__s64 res_empty_zero;
tools/testing/selftests/bpf/progs/iters_num.c
114
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
122
const volatile __s64 exp_neg_pos_sum = -3;
tools/testing/selftests/bpf/progs/iters_num.c
123
__s64 res_neg_pos_sum;
tools/testing/selftests/bpf/progs/iters_num.c
128
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
136
const volatile __s64 exp_invalid_range = -EINVAL;
tools/testing/selftests/bpf/progs/iters_num.c
137
__s64 res_invalid_range;
tools/testing/selftests/bpf/progs/iters_num.c
150
const volatile __s64 exp_max_range = 0 + 10;
tools/testing/selftests/bpf/progs/iters_num.c
151
__s64 res_max_range;
tools/testing/selftests/bpf/progs/iters_num.c
16
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
164
const volatile __s64 exp_e2big_range = -E2BIG;
tools/testing/selftests/bpf/progs/iters_num.c
165
__s64 res_e2big_range;
tools/testing/selftests/bpf/progs/iters_num.c
178
const volatile __s64 exp_succ_elem_cnt = 10;
tools/testing/selftests/bpf/progs/iters_num.c
179
__s64 res_succ_elem_cnt;
tools/testing/selftests/bpf/progs/iters_num.c
198
const volatile __s64 exp_overfetched_elem_cnt = 5;
tools/testing/selftests/bpf/progs/iters_num.c
199
__s64 res_overfetched_elem_cnt;
tools/testing/selftests/bpf/progs/iters_num.c
220
const volatile __s64 exp_fail_elem_cnt = 20 + 0;
tools/testing/selftests/bpf/progs/iters_num.c
221
__s64 res_fail_elem_cnt;
tools/testing/selftests/bpf/progs/iters_num.c
24
const volatile __s64 exp_empty_int_min = 0 + 2;
tools/testing/selftests/bpf/progs/iters_num.c
25
__s64 res_empty_int_min;
tools/testing/selftests/bpf/progs/iters_num.c
30
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
38
const volatile __s64 exp_empty_int_max = 0 + 3;
tools/testing/selftests/bpf/progs/iters_num.c
39
__s64 res_empty_int_max;
tools/testing/selftests/bpf/progs/iters_num.c
44
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
52
const volatile __s64 exp_empty_minus_one = 0 + 4;
tools/testing/selftests/bpf/progs/iters_num.c
53
__s64 res_empty_minus_one;
tools/testing/selftests/bpf/progs/iters_num.c
58
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
66
const volatile __s64 exp_simple_sum = 9 * 10 / 2;
tools/testing/selftests/bpf/progs/iters_num.c
67
__s64 res_simple_sum;
tools/testing/selftests/bpf/progs/iters_num.c
72
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
80
const volatile __s64 exp_neg_sum = -11 * 10 / 2;
tools/testing/selftests/bpf/progs/iters_num.c
81
__s64 res_neg_sum;
tools/testing/selftests/bpf/progs/iters_num.c
86
__s64 sum = 0, i;
tools/testing/selftests/bpf/progs/iters_num.c
94
const volatile __s64 exp_very_neg_sum = INT_MIN + (__s64)(INT_MIN + 1);
tools/testing/selftests/bpf/progs/iters_num.c
95
__s64 res_very_neg_sum;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
18
const volatile __s64 exp_empty = 0 + 1;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
19
__s64 res_empty;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
28
__s64 sum = 0, *i;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
36
const volatile __s64 exp_full = 1000000;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
37
__s64 res_full;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
46
__s64 sum = 0, *i;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
54
const volatile __s64 exp_truncated = 10 * 1000000;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
55
__s64 res_truncated;
tools/testing/selftests/bpf/progs/iters_testmod_seq.c
66
__s64 sum = 0, *i;
tools/testing/selftests/bpf/progs/map_percpu_stats.c
10
__s64 bpf_map_sum_elem_count(const struct bpf_map *map) __ksym;
tools/testing/selftests/bpf/progs/map_ptr_kern.c
106
__s64 bpf_map_sum_elem_count(struct bpf_map *map) __ksym;
tools/testing/selftests/bpf/progs/set_global_vars.c
18
const volatile __s64 var_s64 = -1;
tools/testing/selftests/bpf/progs/test_btf_skc_cls_ingress.c
28
__s64 mss_cookie;
tools/testing/selftests/bpf/progs/test_subskeleton_lib.c
13
__s64 var3_2;
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
440
__s64 csum;
tools/testing/selftests/bpf/progs/test_user_ringbuf.h
23
__s64 operand_64;
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c
605
__s64 value;
tools/testing/selftests/bpf/test_maps.c
1632
__s64 *fds64, __u64 *sk_cookies,
tools/testing/selftests/bpf/test_maps.c
1643
__s64 fd64;
tools/testing/selftests/bpf/test_maps.c
1723
__s64 grpa_fds64[2] = { -1, -1 }, fd64 = -1;
tools/testing/selftests/bpf/xdp_hw_metadata.c
202
__s64 delta = (__s64)reference - (__s64)tstamp;
tools/testing/selftests/landlock/fs_test.c
4244
__s64 l_start;
tools/testing/selftests/landlock/fs_test.c
4245
__s64 l_len; /* len == 0 means until end of file */
tools/testing/selftests/mm/uffd-unit-tests.c
891
__s64 res;
tools/testing/selftests/mm/uffd-unit-tests.c
979
__s64 res;
tools/testing/selftests/resctrl/cat_test.c
36
__s64 *prev_avg_llc_val)
tools/testing/selftests/resctrl/cat_test.c
44
float delta = (__s64)(avg_llc_val - *prev_avg_llc_val);
tools/testing/selftests/resctrl/cat_test.c
73
__s64 prev_avg_llc_val = 0;
tools/testing/selftests/seccomp/seccomp_bpf.c
238
__s64 val;