Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_atomic.h164 static inline int32_t qdf_atomic_dec_if_positive(qdf_atomic_t *v) in qdf_atomic_dec_if_positive() function
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_tasklet.c376 return (qdf_atomic_dec_if_positive(&CE_state->custom_cb_pending) >= 0); in ce_get_custom_cb_pending()
Dce_service.c1580 qdf_atomic_dec_if_positive(&CE_state->custom_cb_pending); in ce_disable_custom_cb()