Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
Dsnapuserd_kernel.h44 typedef __u64 sector_t;
82 __u64 seq;
83 __u64 type;
84 __u64 flags;
85 __u64 sector;
86 __u64 len;
/system/core/trusty/libtrusty/include/trusty/
Dipc.h68 __u64 iov;
69 __u64 shm;
70 __u64 iov_cnt;
71 __u64 shm_cnt;
/system/memory/libion/original-kernel-headers/linux/
Dion_test.h31 __u64 ptr;
32 __u64 offset;
33 __u64 size;
Dion_4.12.h45 __u64 len;
77 __u64 heaps; /* buffer to be populated */
Dion_4.19.h73 __u64 len;
105 __u64 heaps; /* buffer to be populated */
/system/memory/libion/kernel-headers/linux/
Dion_test.h25 __u64 ptr;
26 __u64 offset;
27 __u64 size;
Dion_4.12.h25 __u64 len;
43 __u64 heaps;
Dion_4.19.h37 __u64 len;
55 __u64 heaps;
/system/core/trusty/libtrusty/
Dtrusty.c58 req.iov = (__u64)iov; in tipc_send()
59 req.iov_cnt = (__u64)iovcnt; in tipc_send()
60 req.shm = (__u64)shms; in tipc_send()
61 req.shm_cnt = (__u64)shmcnt; in tipc_send()
/system/core/fs_mgr/tools/
Ddmuserd.cpp18 #define SECTOR_SIZE ((__u64)512)
68 __u64 seq;
69 __u64 type;
70 __u64 flags;
71 __u64 sector;
72 __u64 len;
116 int not_splice(int from, int to, __u64 count) { in not_splice()
119 __u64 max = count > BUFFER_BYTES ? BUFFER_BYTES : count; in not_splice()
153 __u64 type; in simple_daemon()
/system/extras/setuclamp/
Dsetuclamp.cpp34 __u64 sched_flags;
37 __u64 sched_runtime;
38 __u64 sched_deadline;
39 __u64 sched_period;
/system/bpf/progs/
DbpfRingbufProg.c24 DEFINE_BPF_RINGBUF_EXT(test_ringbuf, __u64, 4096, AID_ROOT, AID_ROOT, 0660, "", "", false,
31 __u64* output = bpf_test_ringbuf_reserve();
/system/extras/ext4_utils/include/ext4_utils/
Dext4_kernel_headers.h33 #define __u64 uint64_t macro
53 #undef __u64
Dext4.h189 __u64 block_bitmap;
190 __u64 inode_bitmap;
191 __u64 inode_table;
304 __u64 orig_start;
305 __u64 donor_start;
306 __u64 len;
307 __u64 moved_len;
/system/incremental_delivery/incfs/kernel-headers/linux/
Dincrementalfs.h94 __u64 count;
171 __u64 time_us_out;
176 __u64 reserved2;
/system/extras/simpleperf/nonlinux_support/include/linux/
Dtypes.h23 typedef uint64_t __u64; typedef
/system/vold/
Dsecdiscard.cpp65 __u64 start;
66 __u64 len;
67 __u64 flags;
/system/core/libsparse/
Dsparse_defs.h31 #define __u64 u64 macro
/system/core/libsync/
Dsync.c245 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in modern_sync_file_info()
305 info->sync_fence_info = (__u64)(uintptr_t)(info + 1); in legacy_fence_info_to_sync_file_info()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h147 typedef unsigned long __u64; typedef