Searched refs:_cnt (Results 1 – 5 of 5) sorted by relevance
100 this_cpu_inc((*stats).smc[t].key ## _cnt); \162 this_cpu_inc((*(_smc_stats)).smc[t].rmb ## _ ## key.type ## _cnt)
176 struct wl_cnt *_cnt; /* low-level counters in driver */ member
95 #define XGMAC_PRIO_QUEUES(_cnt) \ argument96 min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, (_cnt))
287 The \*_cnt arguments are the number of error conditions that were seen.
1359 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \1361 if (id == ud->res##_cnt) { \