Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_lock.h14 #define MPP_FETCH_SUB __sync_fetch_and_sub macro
/rockchip-linux_mpp/mpp/base/
H A Dmpp_meta.c339 MPP_FETCH_SUB(&srv->meta_count, 1); in put_meta()
657 MPP_FETCH_SUB(&impl->node_count, 1); \
683 MPP_FETCH_SUB(&impl->node_count, 1); \
H A Dmpp_buffer_impl.c348 MPP_FETCH_SUB(&srv->total_size, size); in service_put_buffer()
/rockchip-linux_mpp/kmpp/base/
H A Dkmpp_meta.c233 ret = MPP_FETCH_SUB(p, val); in meta_dec_size()