Searched refs:__u64 (Results 1 – 20 of 20) sorted by relevance
/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/ |
D | snapuserd_kernel.h | 44 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/ |
D | ipc.h | 68 __u64 iov; 69 __u64 shm; 70 __u64 iov_cnt; 71 __u64 shm_cnt;
|
/system/memory/libion/original-kernel-headers/linux/ |
D | ion_test.h | 31 __u64 ptr; 32 __u64 offset; 33 __u64 size;
|
D | ion_4.12.h | 45 __u64 len; 77 __u64 heaps; /* buffer to be populated */
|
D | ion_4.19.h | 73 __u64 len; 105 __u64 heaps; /* buffer to be populated */
|
/system/memory/libion/kernel-headers/linux/ |
D | ion_test.h | 25 __u64 ptr; 26 __u64 offset; 27 __u64 size;
|
D | ion_4.12.h | 25 __u64 len; 43 __u64 heaps;
|
D | ion_4.19.h | 37 __u64 len; 55 __u64 heaps;
|
/system/core/trusty/libtrusty/ |
D | trusty.c | 58 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/ |
D | dmuserd.cpp | 18 #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/ |
D | setuclamp.cpp | 34 __u64 sched_flags; 37 __u64 sched_runtime; 38 __u64 sched_deadline; 39 __u64 sched_period;
|
/system/bpf/progs/ |
D | bpfRingbufProg.c | 24 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/ |
D | ext4_kernel_headers.h | 33 #define __u64 uint64_t macro 53 #undef __u64
|
D | ext4.h | 189 __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/ |
D | incrementalfs.h | 94 __u64 count; 171 __u64 time_us_out; 176 __u64 reserved2;
|
/system/extras/simpleperf/nonlinux_support/include/linux/ |
D | types.h | 23 typedef uint64_t __u64; typedef
|
/system/vold/ |
D | secdiscard.cpp | 65 __u64 start; 66 __u64 len; 67 __u64 flags;
|
/system/core/libsparse/ |
D | sparse_defs.h | 31 #define __u64 u64 macro
|
/system/core/libsync/ |
D | sync.c | 245 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/ |
D | loader_util.h | 147 typedef unsigned long __u64; typedef
|