Searched refs:__u64 (Results 301 - 325 of 1250) sorted by relevance

<<11121314151617181920>>

/linux-master/crypto/
H A Djitterentropy.c57 typedef unsigned long long __u64; typedef
72 __u64 prev_time; /* SENSITIVE Previous time stamp */
73 __u64 last_delta; /* SENSITIVE stuck test */
299 static inline __u64 jent_delta(__u64 prev, __u64 next)
301 #define JENT_UINT64_MAX (__u64)(~((__u64) 0))
321 static int jent_stuck(struct rand_data *ec, __u64 current_delta)
323 __u64 delta
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c24 __u64 id;
28 __u64 nr;
29 __u64 total_time;
30 __u64 max_time;
31 __u64 max_time_start;
32 __u64 max_time_end;
45 __uint(value_size, sizeof(__u64));
117 __u64 time_start, __u64 time_end)
147 __u64 t
[all...]
/linux-master/include/uapi/linux/
H A Dtcp.h264 __u64 tcpi_pacing_rate;
265 __u64 tcpi_max_pacing_rate;
266 __u64 tcpi_bytes_acked; /* RFC4898 tcpEStatsAppHCThruOctetsAcked */
267 __u64 tcpi_bytes_received; /* RFC4898 tcpEStatsAppHCThruOctetsReceived */
276 __u64 tcpi_delivery_rate;
278 __u64 tcpi_busy_time; /* Time (usec) busy sending data */
279 __u64 tcpi_rwnd_limited; /* Time (usec) limited by receive window */
280 __u64 tcpi_sndbuf_limited; /* Time (usec) limited by send buffer */
285 __u64 tcpi_bytes_sent; /* RFC4898 tcpEStatsPerfHCDataOctetsOut */
286 __u64 tcpi_bytes_retran
[all...]
H A Daspeed-p2a-ctrl.h39 __u64 addr;
H A Dum_timetravel.h50 __u64 time;
H A Dvirtio_pcidev.h61 __u64 addr;
H A Dstm.h44 #define STP_SET_OPTIONS _IOW('%', 2, __u64)
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h121 __u64 datablocks; /* fsblocks in data subvolume */
122 __u64 rtblocks; /* fsblocks in realtime subvol */
123 __u64 rtextents; /* rt extents in realtime subvol*/
124 __u64 logstart; /* starting fsblock of the log */
147 __u64 datablocks; /* fsblocks in data subvolume */
148 __u64 rtblocks; /* fsblocks in realtime subvol */
149 __u64 rtextents; /* rt extents in realtime subvol*/
150 __u64 logstart; /* starting fsblock of the log */
174 __u64 datablocks; /* fsblocks in data subvolume */
175 __u64 rtblock
[all...]
/linux-master/arch/mips/include/asm/
H A Darch_hweight.h29 static inline unsigned long __arch_hweight64(__u64 w)
/linux-master/arch/s390/include/uapi/asm/
H A Dclp.h22 __u64 data_p;
/linux-master/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w)
/linux-master/include/uapi/drm/
H A Dvc4_drm.h99 __u64 bin_cl;
110 __u64 shader_rec;
126 __u64 uniforms;
127 __u64 bo_handles;
181 __u64 seqno;
208 __u64 seqno;
209 __u64 timeout_ns;
223 __u64 timeout_ns;
256 __u64 offset;
274 __u64 dat
[all...]
/linux-master/tools/include/asm-generic/bitops/
H A Darch_hweight.h22 static inline unsigned long __arch_hweight64(__u64 w)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dfexit_bpf2bpf_simple.c11 __u64 test_result = 0;
H A Dtest_get_stack_rawtp_err.c11 __u64 stack[MAX_STACK_RAWTP];
H A Dtest_trace_ext.c9 __u64 ext_called = 0;
H A Dtest_sockmap_invalid_update.c10 __type(value, __u64);
H A Dtest_sockmap_progs_query.c9 __type(value, __u64);
H A Dtest_time_tai.c12 __u64 ts1, ts2;
/linux-master/fs/nilfs2/
H A Dalloc.h32 int nilfs_palloc_get_entry_block(struct inode *, __u64, int,
34 void *nilfs_palloc_block_get_entry(const struct inode *, __u64,
47 __u64 pr_entry_nr;
61 int nilfs_palloc_freev(struct inode *, __u64 *, size_t);
/linux-master/include/uapi/linux/tc_act/
H A Dtc_skbmod.h19 __u64 flags;
/linux-master/include/uapi/misc/uacce/
H A Dhisi_qm.h28 __u64 reserved;
/linux-master/arch/x86/lib/
H A Dcsum-wrappers_64.c75 __u64 rest, sum64;
77 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) +
78 (__force __u64)sum;
/linux-master/include/linux/
H A Deventfd.h40 __u64 *cnt);
41 void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt);
70 wait_queue_entry_t *wait, __u64 *cnt)
80 static inline void eventfd_ctx_do_read(struct eventfd_ctx *ctx, __u64 *cnt)
/linux-master/fs/bcachefs/
H A Dreflink_format.h24 __u64 _data[];

Completed in 608 milliseconds

<<11121314151617181920>>