Searched refs:__u64 (Results 326 - 350 of 1246) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/include/uapi/linux/
H A Dstat.h103 __u64 stx_attributes; /* Flags conveying information about the file [uncond] */
111 __u64 stx_ino; /* Inode number */
112 __u64 stx_size; /* File size */
113 __u64 stx_blocks; /* Number of 512-byte blocks allocated */
114 __u64 stx_attributes_mask; /* Mask to show what's supported in stx_attributes */
126 __u64 stx_mnt_id;
130 __u64 __spare3[12]; /* Spare space for future expansion */
H A Dif_link.h219 __u64 rx_packets;
220 __u64 tx_packets;
221 __u64 rx_bytes;
222 __u64 tx_bytes;
223 __u64 rx_errors;
224 __u64 tx_errors;
225 __u64 rx_dropped;
226 __u64 tx_dropped;
227 __u64 multicast;
228 __u64 collision
[all...]
/linux-master/include/uapi/linux/
H A Dmptcp.h49 __u64 mptcpi_write_seq;
50 __u64 mptcpi_snd_una;
51 __u64 mptcpi_rcv_nxt;
56 __u64 mptcpi_bytes_retrans;
57 __u64 mptcpi_bytes_sent;
58 __u64 mptcpi_bytes_received;
59 __u64 mptcpi_bytes_acked;
H A Dswitchtec_ioctl.h49 __u64 flash_length;
65 __u64 global;
66 __u64 part_bitmap;
74 __u64 global;
75 __u64 part_bitmap;
H A Dif_link.h219 __u64 rx_packets;
220 __u64 tx_packets;
221 __u64 rx_bytes;
222 __u64 tx_bytes;
223 __u64 rx_errors;
224 __u64 tx_errors;
225 __u64 rx_dropped;
226 __u64 tx_dropped;
227 __u64 multicast;
228 __u64 collision
[all...]
H A Dtarget_core_user.h119 __u64 cdb_off;
120 __u64 __pad1;
121 __u64 __pad2;
153 __u64 __pad3;
154 __u64 __pad4;
158 #define TCMU_OP_ALIGN_SIZE sizeof(__u64)
H A Ddm-ioctl.h141 __u64 dev; /* in/out */
154 __u64 sector_start;
155 __u64 length;
185 __u64 dev[]; /* out */
192 __u64 dev;
226 __u64 sector; /* Device sector */
H A Dopenvswitch.h104 __u64 n_hit; /* Number of flow table matches. */
105 __u64 n_missed; /* Number of flow table misses. */
106 __u64 n_lost; /* Number of misses not sent to userspace. */
107 __u64 n_flows; /* Number of flows present */
111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */
114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */
115 __u64 pad1; /* Pad for future expension. */
119 __u64 rx_packets; /* total packets received */
120 __u64 tx_packets; /* total packets transmitted */
121 __u64 rx_byte
[all...]
/linux-master/arch/powerpc/kvm/
H A Dtrace_booke.h73 TP_PROTO(__u32 mas0, __u32 mas8, __u32 mas1, __u64 mas2, __u64 mas7_3),
80 __field( __u64, mas2 )
81 __field( __u64, mas7_3 )
98 TP_PROTO(__u32 mas0, __u32 mas1, __u64 mas2, __u64 mas7_3),
104 __field( __u64, mas2 )
105 __field( __u64, mas7_3 )
121 TP_PROTO(__u64 pfn, __u32 flags),
125 __field( __u64, pf
[all...]
/linux-master/include/uapi/xen/
H A Dgntdev.h67 __u64 index;
83 __u64 index;
106 __u64 vaddr;
109 __u64 offset;
148 __u64 index;
/linux-master/samples/bpf/
H A Dtrace_output_user.c9 static __u64 time_get_ns(void)
17 static __u64 start_time;
18 static __u64 cnt;
25 __u64 pid;
26 __u64 cookie;
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm_para.h63 __u64 steal;
78 __u64 tsc;
121 __u64 pte_phys;
122 __u64 pte_val;
131 __u64 pt_phys;
/linux-master/include/uapi/drm/
H A Dtegra_drm.h27 __u64 size;
75 __u64 offset;
178 __u64 context;
191 __u64 context;
204 __u64 context;
232 __u64 context;
401 __u64 context;
457 __u64 syncpts;
467 __u64 cmdbufs;
477 __u64 reloc
[all...]
/linux-master/fs/nilfs2/
H A Dthe_nilfs.h122 __u64 ns_segnum;
123 __u64 ns_nextnum;
125 __u64 ns_cno;
138 __u64 ns_last_cno;
240 __u64 cno;
276 void nilfs_set_last_segment(struct the_nilfs *, sector_t, u64, __u64);
283 int nilfs_discard_segments(struct the_nilfs *, __u64 *, size_t);
285 struct nilfs_root *nilfs_lookup_root(struct the_nilfs *nilfs, __u64 cno);
287 __u64 cno);
310 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnu
[all...]
H A Dbmap.c62 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level,
63 __u64 *ptrp)
94 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp,
106 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr)
108 __u64 keys[NILFS_BMAP_SMALL_HIGH + 1];
109 __u64 ptrs[NILFS_BMAP_SMALL_HIGH + 1];
150 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec)
161 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 ke
[all...]
/linux-master/fs/xfs/
H A Dxfs_ioctl32.h38 __u64 bs_ino; /* inode number */
154 __u64 datablocks; /* fsblocks in data subvolume */
155 __u64 rtblocks; /* fsblocks in realtime subvol */
156 __u64 rtextents; /* rt extents in realtime subvol*/
157 __u64 logstart; /* starting fsblock of the log */
172 __u64 xi_startino; /* starting inode number */
174 __u64 xi_allocmask; /* mask of allocated inodes */
179 __u64 newblocks; /* new data subvol size, fsblocks */
184 __u64 newblocks; /* new realtime size, fsblocks */
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_init_admin.h77 __u64 opaque_data;
78 __u64 init_cfg_ptr;
122 __u64 opaque_data;
130 __u64 resrvd5;
133 __u64 req_rec_count;
134 __u64 resp_sent_count;
152 __u64 timestamp;
153 __u64 resrvd7;
158 __u64 resrvd8;
/linux-master/arch/arm64/include/uapi/asm/
H A Dsigcontext.h29 __u64 fault_address;
31 __u64 regs[31];
32 __u64 sp;
33 __u64 pc;
34 __u64 pstate;
98 __u64 esr;
131 __u64 datap; /* 16-byte aligned pointer to extra space cast to __u64 */
152 __u64 tpidr2;
160 __u64 fpm
[all...]
/linux-master/tools/perf/util/
H A Dbpf-utils.c42 -(int)sizeof(__u64),
82 static __u64 bpf_prog_info_read_offset_u64(struct bpf_prog_info *info,
85 __u64 *array = (__u64 *)info;
88 return array[offset / sizeof(__u64)];
102 __u64 val)
104 __u64 *array = (__u64 *)info;
107 array[offset / sizeof(__u64)] = val;
111 get_bpf_prog_info_linear(int fd, __u64 array
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.h49 static inline __u64 *xsk_ring_prod__fill_addr(struct xsk_ring_prod *fill,
52 __u64 *addrs = (__u64 *)fill->ring;
57 static inline const __u64 *
60 const __u64 *addrs = (const __u64 *)comp->ring;
167 static inline void *xsk_umem__get_data(void *umem_area, __u64 addr)
172 static inline __u64 xsk_umem__extract_addr(__u64 addr)
177 static inline __u64 xsk_umem__extract_offse
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsock_destroy_prog.c17 __type(value, __u64);
24 __type(value, __u64);
30 __u64 sock_cookie = 0;
52 __u64 sock_cookie = 0;
53 __u64 *val;
109 __u64 sock_cookie = 0, *val;
/linux-master/tools/testing/nvdimm/test/
H A Dnfit_test.h44 __u64 spa;
48 __u64 translate_length;
53 __u64 dpa;
59 __u64 err_inj_spa_range_base;
60 __u64 err_inj_spa_range_length;
66 __u64 err_inj_clr_spa_range_base;
67 __u64 err_inj_clr_spa_range_length;
75 __u64 err_inj_stat_spa_range_base;
76 __u64 err_inj_stat_spa_range_length;
136 __u64 flag
[all...]
/linux-master/arch/s390/kvm/
H A Dtrace-s390.h126 TP_PROTO(__u64 type, __u32 parm, __u64 parm64, int who),
132 __field(__u64, parm64)
151 TP_PROTO(unsigned int id, __u64 type, __u32 parm, __u64 parm64),
158 __field(__u64, parm64)
178 TP_PROTO(unsigned int id, __u64 type, __u64 data0, __u64 data1),
184 __field(__u64, data
[all...]
/linux-master/arch/s390/include/asm/
H A Ddiag.h138 __u64 curtod;
147 __u64 curtod1;
148 __u64 curtod2;
168 __u64 online_cs;
169 __u64 online_es;
186 __u64 acc_time;
187 __u64 lp_time;
196 __u64 acc_time;
197 __u64 lp_time;
202 __u64 online_tim
[all...]
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c57 __u32 type, __u64 addr, __u64 len,
74 perf_process_event_open_exclude_user(__u32 type, __u64 addr, __u64 len, bool exclude_user)
82 static int perf_process_event_open(__u32 type, __u64 addr, __u64 len)
90 static int perf_cpu_event_open(long cpu, __u32 type, __u64 addr, __u64 len)
145 static int perf_systemwide_event_open(int *fd, __u32 type, __u64 addr, __u64 le
[all...]

Completed in 293 milliseconds

<<11121314151617181920>>