Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_ion.c56 #define ion_dbg_func(fmt, ...) ion_dbg_f(ION_FUNCTION, fmt, ## __VA_ARGS__) macro
80 ion_dbg_func("enter: fd %d len %d align %d heap_mask %x flags %x", in ion_alloc()
89 ion_dbg_func("leave: ret %d\n", ret); in ion_alloc()
101 ion_dbg_func("enter: fd %d\n", fd); in ion_free()
103 ion_dbg_func("leave: ret %d\n", ret); in ion_free()
366 ion_dbg_func("enter: ctx %p size %d\n", ctx, info->size); in allocator_ion_alloc()
383 ion_dbg_func("leave: ret %d handle %d fd %d\n", ret, hnd, fd); in allocator_ion_alloc()
393 ion_dbg_func("enter: ctx %p dev %d fd %d size %d\n", in allocator_ion_import()
407 ion_dbg_func("leave: ret %d handle %d\n", ret, data->hnd); in allocator_ion_import()
420 ion_dbg_func("enter: ctx %p fd %d size %d\n", ctx, data->fd, data->size); in allocator_ion_mmap()
[all …]