Searched refs:ion_dbg_func (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_ion.c | 44 #define ion_dbg_func(fmt, ...) ion_dbg_f(ION_FUNCTION, fmt, ## __VA_ARGS__) macro 68 ion_dbg_func("enter: fd %d len %d align %d heap_mask %x flags %x", in ion_alloc() 77 ion_dbg_func("leave: ret %d\n", ret); in ion_alloc() 89 ion_dbg_func("enter: fd %d\n", fd); in ion_free() 91 ion_dbg_func("leave: ret %d\n", ret); in ion_free() 356 ion_dbg_func("enter: ctx %p size %d\n", ctx, info->size); in allocator_ion_alloc() 373 ion_dbg_func("leave: ret %d handle %d fd %d\n", ret, hnd, fd); in allocator_ion_alloc() 383 ion_dbg_func("enter: ctx %p dev %d fd %d size %d\n", in allocator_ion_import() 397 ion_dbg_func("leave: ret %d handle %d\n", ret, data->hnd); in allocator_ion_import() 410 ion_dbg_func("enter: ctx %p fd %d size %d\n", ctx, data->fd, data->size); in allocator_ion_mmap() [all …]
|