Home
last modified time | relevance | path

Searched refs:__u64 (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/include/uapi/linux/
Dtaskstats.h73 __u64 cpu_count __attribute__((aligned(8)));
74 __u64 cpu_delay_total;
81 __u64 blkio_count;
82 __u64 blkio_delay_total;
85 __u64 swapin_count;
86 __u64 swapin_delay_total;
94 __u64 cpu_run_real_total;
102 __u64 cpu_run_virtual_total;
118 __u64 ac_etime __attribute__((aligned(8)));
120 __u64 ac_utime; /* User CPU time [usec] */
[all …]
Dbtrfs.h81 __u64 flags;
82 __u64 max_rfer;
83 __u64 max_excl;
84 __u64 rsv_rfer;
85 __u64 rsv_excl;
98 __u64 flags;
99 __u64 num_qgroups;
100 __u64 num_ref_copies;
101 __u64 num_excl_copies;
103 __u64 qgroups[];
[all …]
Duserfaultfd.h25 #define UFFD_API ((__u64)0xAA)
47 ((__u64)1 << _UFFDIO_REGISTER | \
48 (__u64)1 << _UFFDIO_UNREGISTER | \
49 (__u64)1 << _UFFDIO_API)
51 ((__u64)1 << _UFFDIO_WAKE | \
52 (__u64)1 << _UFFDIO_COPY | \
53 (__u64)1 << _UFFDIO_ZEROPAGE | \
54 (__u64)1 << _UFFDIO_MOVE | \
55 (__u64)1 << _UFFDIO_WRITEPROTECT | \
56 (__u64)1 << _UFFDIO_CONTINUE | \
[all …]
Dcryptouser.h85 __u64 stat_encrypt_cnt;
86 __u64 stat_encrypt_tlen;
87 __u64 stat_decrypt_cnt;
88 __u64 stat_decrypt_tlen;
89 __u64 stat_err_cnt;
95 __u64 stat_encrypt_cnt;
96 __u64 stat_encrypt_tlen;
97 __u64 stat_decrypt_cnt;
98 __u64 stat_decrypt_tlen;
99 __u64 stat_verify_cnt;
[all …]
Dnilfs2_api.h33 __u64 ci_cno;
34 __u64 ci_create;
35 __u64 ci_nblk_inc;
36 __u64 ci_inodes_count;
37 __u64 ci_blocks_count;
38 __u64 ci_next;
67 __u64 sui_lastmod;
103 __u64 sup_segnum;
149 __u64 cm_cno;
163 __u64 v_base;
[all …]
Drds.h144 __u64 value;
154 __u64 next_tx_seq;
155 __u64 next_rx_seq;
164 __u64 next_tx_seq;
165 __u64 next_rx_seq;
176 __u64 seq;
187 __u64 seq;
204 __u64 inum;
214 __u64 inum;
222 __u64 hdr_rem;
[all …]
Dif_xdp.h60 __u64 producer;
61 __u64 consumer;
62 __u64 desc;
63 __u64 flags;
84 __u64 addr; /* Start of packet data area */
85 __u64 len; /* Length of packet data area */
93 __u64 rx_dropped; /* Dropped for other reasons */
94 __u64 rx_invalid_descs; /* Dropped due to invalid descriptor */
95 __u64 tx_invalid_descs; /* Dropped due to invalid descriptor */
96 __u64 rx_ring_full; /* Dropped due to rx ring being full */
[all …]
Dfs.h56 __u64 src_offset;
57 __u64 src_length;
58 __u64 dest_offset;
62 __u64 start;
63 __u64 len;
64 __u64 minlen;
92 __u64 dest_offset; /* in - start of extent in destination */
93 __u64 bytes_deduped; /* out - total # of bytes we were able
106 __u64 src_offset; /* in - start of extent in source */
107 __u64 src_length; /* in - length of extent */
[all …]
Dquota.h112 __u64 dqb_bhardlimit;
113 __u64 dqb_bsoftlimit;
114 __u64 dqb_curspace;
115 __u64 dqb_ihardlimit;
116 __u64 dqb_isoftlimit;
117 __u64 dqb_curinodes;
118 __u64 dqb_btime;
119 __u64 dqb_itime;
124 __u64 dqb_bhardlimit;
125 __u64 dqb_bsoftlimit;
[all …]
Dmount.h132 __u64 attr_set;
133 __u64 attr_clr;
134 __u64 propagation;
135 __u64 userns_fd;
158 __u64 mask; /* What results were written */
161 __u64 sb_magic; /* ..._SUPER_MAGIC */
164 __u64 mnt_id; /* Unique ID of mount */
165 __u64 mnt_parent_id; /* Unique ID of parent (for root == mnt_id) */
168 __u64 mnt_attr; /* MOUNT_ATTR_... */
169 __u64 mnt_propagation; /* MS_{SHARED,SLAVE,PRIVATE,UNBINDABLE} */
[all …]
Dmpls.h66 __u64 rx_packets; /* total packets received */
67 __u64 tx_packets; /* total packets transmitted */
68 __u64 rx_bytes; /* total bytes received */
69 __u64 tx_bytes; /* total bytes transmitted */
70 __u64 rx_errors; /* bad packets received */
71 __u64 tx_errors; /* packet transmit problems */
72 __u64 rx_dropped; /* packet dropped on receive */
73 __u64 tx_dropped; /* packet dropped on transmit */
74 __u64 rx_noroute; /* no route for packet dest */
Dswab.h24 #define ___constant_swab64(x) ((__u64)( \
25 (((__u64)(x) & (__u64)0x00000000000000ffULL) << 56) | \
26 (((__u64)(x) & (__u64)0x000000000000ff00ULL) << 40) | \
27 (((__u64)(x) & (__u64)0x0000000000ff0000ULL) << 24) | \
28 (((__u64)(x) & (__u64)0x00000000ff000000ULL) << 8) | \
29 (((__u64)(x) & (__u64)0x000000ff00000000ULL) >> 8) | \
30 (((__u64)(x) & (__u64)0x0000ff0000000000ULL) >> 24) | \
31 (((__u64)(x) & (__u64)0x00ff000000000000ULL) >> 40) | \
32 (((__u64)(x) & (__u64)0xff00000000000000ULL) >> 56)))
66 static inline __attribute_const__ __u64 __fswab64(__u64 val) in __fswab64()
[all …]
Dgunyah.h35 __u64 guest_phys_addr;
36 __u64 size;
133 __u64 datamatch;
134 __u64 addr; /* legal mmio address */
151 __u64 arg;
188 __u64 guest_addr;
191 __u64 offset;
192 __u64 size;
216 __u64 value;
335 __u64 phys_addr;
[all …]
Dperf_event.h404 __u64 config;
407 __u64 sample_period;
408 __u64 sample_freq;
411 __u64 sample_type;
412 __u64 read_format;
414 __u64 disabled : 1, /* off by default */
472 __u64 bp_addr;
473 __u64 kprobe_func; /* for perf_kprobe */
474 __u64 uprobe_path; /* for perf_uprobe */
475 __u64 config1; /* extension of config */
[all …]
Dvhost_types.h39 __u64 desc_user_addr;
41 __u64 used_user_addr;
43 __u64 avail_user_addr;
47 __u64 log_guest_addr;
68 __u64 iova;
69 __u64 size;
70 __u64 uaddr;
114 __u64 guest_phys_addr;
115 __u64 memory_size; /* bytes */
116 __u64 userspace_addr;
[all …]
Dgzvm.h78 __u64 guest_phys_addr;
79 __u64 memory_size; /* bytes */
101 __u64 guest_phys_addr;
102 __u64 memory_size;
103 __u64 userspace_addr;
165 __u64 flags;
166 __u64 dev_addr;
167 __u64 dev_reg_size;
168 __u64 attr_addr;
169 __u64 attr_size;
[all …]
Dvduse.h17 #define VDUSE_GET_API_VERSION _IOR(VDUSE_BASE, 0x00, __u64)
20 #define VDUSE_SET_API_VERSION _IOW(VDUSE_BASE, 0x01, __u64)
41 __u64 features;
70 __u64 offset;
71 __u64 start;
72 __u64 last;
91 #define VDUSE_DEV_GET_FEATURES _IOR(VDUSE_BASE, 0x11, __u64)
175 __u64 desc_addr;
176 __u64 driver_addr;
177 __u64 device_addr;
[all …]
Dkfd_ioctl.h68 __u64 ring_base_address; /* to KFD */
69 __u64 write_pointer_address; /* from KFD */
70 __u64 read_pointer_address; /* from KFD */
71 __u64 doorbell_offset; /* from KFD */
80 __u64 eop_buffer_address; /* to KFD */
81 __u64 eop_buffer_size; /* to KFD */
82 __u64 ctx_save_restore_address; /* to KFD */
95 __u64 ring_base_address; /* to KFD */
106 __u64 cu_mask_ptr; /* to KFD */
110 __u64 ctl_stack_address; /* to KFD */
[all …]
/include/uapi/scsi/
Dcxlflash_ioctl.h35 __u64 flags; /* Input flags */
36 __u64 return_flags; /* Returned flags */
76 __u64 num_interrupts; /* Requested number of interrupts */
77 __u64 context_id; /* Returned context */
78 __u64 mmio_size; /* Returned size of MMIO area */
79 __u64 block_size; /* Returned block size, in bytes */
80 __u64 adap_fd; /* Returned adapter file descriptor */
81 __u64 last_lba; /* Returned last LBA on the device */
82 __u64 max_xfer; /* Returned max transfer size, blocks */
83 __u64 reserved[8]; /* Reserved for future use */
[all …]
/include/uapi/drm/
Dxe_drm.h170 __u64 next_extension;
208 __u64 value;
211 __u64 reserved[2];
256 __u64 reserved[3];
323 __u64 total_size;
331 __u64 used;
349 __u64 cpu_visible_size;
360 __u64 cpu_visible_used;
362 __u64 reserved[6];
416 __u64 info[];
[all …]
Dnouveau_drm.h79 __u64 param;
80 __u64 value;
145 __u64 size;
146 __u64 offset;
147 __u64 map_handle;
162 __u64 offset;
166 __u64 user_priv;
192 __u64 offset;
193 __u64 length;
200 __u64 buffers;
[all …]
/include/uapi/misc/
Dcxl.h19 __u64 flags;
20 __u64 work_element_descriptor;
21 __u64 amr;
25 __u64 reserved2;
26 __u64 reserved3;
27 __u64 reserved4;
28 __u64 reserved5;
49 __u64 flags; /* One of CXL_AFUID_FLAG_X */
54 __u64 reserved2;
55 __u64 reserved3;
[all …]
Docxl.h22 __u64 addr;
23 __u64 dsisr;
24 __u64 count;
25 __u64 reserved;
29 __u64 amr;
30 __u64 reserved1;
31 __u64 reserved2;
32 __u64 reserved3;
43 __u64 pp_mmio_size; /* Per PASID MMIO size */
44 __u64 global_mmio_size;
[all …]
Dfastrpc.h71 __u64 ptr;
72 __u64 length;
80 __u64 args;
88 __u64 file; /* pointer to elf file */
94 __u64 name; /* pd process name */
100 __u64 size; /* size */
106 __u64 vaddrin; /* optional virtual address */
107 __u64 size; /* size */
108 __u64 vaddrout; /* dsp virtual address */
116 __u64 vaddrin; /* buffer virtual address */
[all …]
/include/linux/
Dif_link.h10 __u64 rx_packets;
11 __u64 tx_packets;
12 __u64 rx_bytes;
13 __u64 tx_bytes;
14 __u64 broadcast;
15 __u64 multicast;
16 __u64 rx_dropped;
17 __u64 tx_dropped;

12345678910>>...12