Searched refs:VCHIQ_STATS_INC (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_core.h | 155 #define VCHIQ_STATS_INC(state, stat) (state->stats. stat++) macro 160 #define VCHIQ_STATS_INC(state, stat) ((void)0) macro
|
D | vchiq_core.c | 590 VCHIQ_STATS_INC(state, slot_stalls); in reserve_space() 864 VCHIQ_STATS_INC(state, data_stalls); in queue_message() 1015 VCHIQ_STATS_INC(state, ctrl_tx_count); in queue_message() 1120 VCHIQ_STATS_INC(state, ctrl_tx_count); in queue_message_sync() 1725 VCHIQ_STATS_INC(state, ctrl_rx_count); in parse_rx_slots() 1863 VCHIQ_STATS_INC(state, error_count); in parse_rx_slots() 3168 VCHIQ_STATS_INC(state, error_count); in vchiq_pause_internal() 3185 VCHIQ_STATS_INC(state, error_count); in vchiq_resume_internal()
|