Searched refs:heap_id (Results 1 – 3 of 3) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | sdp_basic.h | 34 static inline int allocate_buffer(size_t size, const char *heap_name, int heap_id, int verbosity) in allocate_buffer() argument 36 (void)heap_id; in allocate_buffer() 41 int allocate_ion_buffer(size_t size, const char *heap_name, int heap_id, int verbosity); 42 static inline int allocate_buffer(size_t size, const char *heap_name, int heap_id, int verbosity) in allocate_buffer() argument 44 return allocate_ion_buffer(size, heap_name, heap_id, verbosity); in allocate_buffer()
|
A D | sdp_basic.c | 137 heap_data[idx].heap_id); in allocate_ion_buffer() 141 alloc_data.heap_id_mask = 1 << heap_data[idx].heap_id; in allocate_ion_buffer()
|
/optee_test-3.20.0/host/xtest/include/uapi/linux/ |
A D | ion.h | 107 __u32 heap_id; member
|
Completed in 4 milliseconds