Searched refs:__u64 (Results 476 - 500 of 1251) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/orangefs/
H A Dprotocol.h230 __u64 atime;
231 __u64 mtime;
232 __u64 ctime;
260 __u64 flags;
275 __u64 mask_value;
279 __u64 mask1_value;
280 __u64 mask2_value;
353 extern __u64 orangefs_gossip_debug_mask;
/linux-master/tools/lib/
H A Dhweight.c43 unsigned long __sw_hweight64(__u64 w)
55 __u64 res = w - ((w >> 1) & 0x5555555555555555ul);
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0002.h19 __u64 start;
20 __u64 limit;
/linux-master/arch/parisc/include/asm/
H A Dbarrier.h58 : : "r"(*(__u64 *)__u.__c), "r"(__p) \
88 : "=r"(*(__u64 *)__u.__c) : "r"(__p) \
/linux-master/include/uapi/linux/spi/
H A Dspidev.h71 __u64 tx_buf;
72 __u64 rx_buf;
/linux-master/include/uapi/linux/surface_aggregator/
H A Dcdev.h64 __u64 data;
70 __u64 data;
/linux-master/include/uapi/linux/
H A Ddlm_device.h40 __u64 xid;
41 __u64 timeout;
/linux-master/samples/bpf/
H A Dsockex2_user.c12 __u64 packets;
13 __u64 bytes;
H A Dsockex3_kern.c42 static inline int ip_is_fragment(struct __sk_buff *ctx, __u64 nhoff)
48 static inline __u32 ipv6_addr_hash(struct __sk_buff *ctx, __u64 off)
50 __u64 w0 = load_word(ctx, off);
51 __u64 w1 = load_word(ctx, off + 4);
52 __u64 w2 = load_word(ctx, off + 8);
53 __u64 w3 = load_word(ctx, off + 12);
79 __u64 packets;
80 __u64 bytes;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlookup_and_delete.c15 __u64 key, value = START_VALUE;
29 __u64 key, value[nr_cpus];
78 static int trigger_tp(struct test_lookup_and_delete *skel, __u64 key,
79 __u64 value)
101 __u64 key, value;
137 __u64 key, val, value[nr_cpus];
177 __u64 key, value;
223 __u64 key, val, value[nr_cpus];
H A Ddeny_namespace.c52 __u64 old_caps = 0;
69 __u64 old_caps = 0;
H A Dprog_run_opts.c9 static void check_run_cnt(int prog_fd, __u64 run_cnt)
28 __u64 run_cnt = 0;
H A Dsyscall.c7 __u64 log_buf;
28 __u64 key = 12, value = 0;
/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c21 static inline __u64 load(void *addr)
23 __u64 tmp;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_kfunc_dynptr_param.c15 extern struct bpf_key *bpf_lookup_system_key(__u64 id) __ksym;
73 ret = bpf_dynptr_from_mem(value, sizeof(*value), ((__u64)~0ULL), &ptr);
H A Dtest_stacktrace_map.c25 typedef __u64 stack_trace_t[PERF_MAX_STACK_DEPTH];
56 __u32 max_len = PERF_MAX_STACK_DEPTH * sizeof(__u64);
H A Dtest_verify_pkcs7_sig.c20 __u64 system_keyring_id;
45 __u64 value;
/linux-master/samples/user_events/
H A Dexample.c28 reg.enable_addr = (__u64)enabled;
29 reg.name_args = (__u64)command;
/linux-master/arch/x86/include/uapi/asm/
H A Dmtrr.h55 __u64 base; /* Base address */
61 __u64 base; /* Base address */
/linux-master/tools/perf/tests/
H A Dapi-io.c132 __u64 val1, int ch1,
133 __u64 val2, int ch2,
134 __u64 val3, int ch3,
140 __u64 hex;
213 __u64 val1, int ch1,
214 __u64 val2, int ch2,
215 __u64 val3, int ch3,
221 __u64 dec;
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h65 __u64 f[32];
70 __u64 f[64] __attribute__((aligned(16)));
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.h35 __u64 read_perf_max_sample_freq(void);
42 static inline __u64 get_time_ns(void)
H A Dbpf_arena_alloc.h22 __u64 __arena *obj_cnt;
57 __u64 __arena *obj_cnt;
H A Dbpf_arena_common.h46 int node_id, __u64 flags) __ksym __weak;
62 int node_id, __u64 flags)
/linux-master/fs/nilfs2/
H A Dsufile.c31 __u64 allocmin; /* lower limit of allocatable segment range */
32 __u64 allocmax; /* upper limit of allocatable segment range */
47 nilfs_sufile_get_blkoff(const struct inode *sufile, __u64 segnum)
49 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset;
56 nilfs_sufile_get_offset(const struct inode *sufile, __u64 segnum)
58 __u64 t = segnum + NILFS_MDT(sufile)->mi_first_entry_offset;
64 nilfs_sufile_segment_usages_in_block(const struct inode *sufile, __u64 curr,
65 __u64 max)
74 nilfs_sufile_block_get_segment_usage(const struct inode *sufile, __u64 segnum,
89 nilfs_sufile_get_segment_usage_block(struct inode *sufile, __u64 segnu
[all...]

Completed in 347 milliseconds

<<11121314151617181920>>