Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c293 struct list_head list_maps; in service_put_buffer() local
327 INIT_LIST_HEAD(&list_maps); in service_put_buffer()
328 list_for_each_entry_safe(pos, n, &buffer->list_maps, MppDevBufMapNode, list_buf) { in service_put_buffer()
329 list_move_tail(&pos->list_buf, &list_maps); in service_put_buffer()
332 mpp_assert(list_empty(&buffer->list_maps)); in service_put_buffer()
364 list_for_each_entry_safe(pos, n, &list_maps, MppDevBufMapNode, list_buf) { in service_put_buffer()
492 INIT_LIST_HEAD(&p->list_maps); in mpp_buffer_create()
728 list_for_each_entry_safe(pos, n, &impl->list_maps, MppDevBufMapNode, list_buf) { in mpp_buffer_attach_dev_lock()
756 list_add_tail(&node->list_buf, &impl->list_maps); in mpp_buffer_attach_dev_lock()
782 list_for_each_entry_safe(pos, n, &impl->list_maps, MppDevBufMapNode, list_buf) { in mpp_buffer_detach_dev_f()
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_buffer_impl.h148 struct list_head list_maps; member
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h108 struct list_head list_maps; member