Searched refs:bt (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 516 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() argument 521 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 534 unsigned int bt, size_t size) in get_rpc_alloc_res() argument 561 thread_rpc_free(bt, cookie, mobj); in get_rpc_alloc_res() 579 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() argument 584 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc() 594 return get_rpc_alloc_res(arg, bt, size); in thread_rpc_alloc()
|
A D | thread_spmc.c | 1208 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() argument 1215 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, cookie, 0); in thread_rpc_free() 1232 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() argument 1239 struct thread_param param = THREAD_PARAM_VALUE(IN, bt, size, align); in thread_rpc_alloc()
|
Completed in 6 milliseconds