Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c84 struct list_head list_orphan; member
1001 INIT_LIST_HEAD(&srv->list_orphan); in mpp_buffer_service_init()
1054 if (!list_empty(&srv->list_orphan)) { in mpp_buffer_service_deinit()
1059 list_for_each_entry_safe(pos, n, &srv->list_orphan, MppBufferGroupImpl, list_group) { in mpp_buffer_service_deinit()
1317 list_add_tail(&p->list_group, &srv->list_orphan); in service_put_group()