Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dmain.h40 int _cnt = (cnt); \
43 if (argc < _cnt) { \
45 argv[-1], _cnt, argc); \
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h675 #define PKT4(_reg, _cnt) \ argument
676 (CP_TYPE4_PKT | ((_cnt) << 0) | (PM4_PARITY((_cnt)) << 7) | \
/linux/net/smc/
H A Dsmc_stats.h100 this_cpu_inc((*stats).smc[t].key ## _cnt); \
162 this_cpu_inc((*(_smc_stats)).smc[t].rmb ## _ ## key.type ## _cnt)
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h176 struct wl_cnt *_cnt; /* low-level counters in driver */ member
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h202 #define XGMAC_PRIO_QUEUES(_cnt) \ argument
203 min_t(unsigned int, IEEE_8021QAZ_MAX_TCS, (_cnt))
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c227 .item ## _cnt = ARRAY_SIZE(item ## _names_ ## entry)
/linux/Documentation/driver-api/media/
H A Dcec-core.rst287 The \*_cnt arguments are the number of error conditions that were seen.
/linux/drivers/dma/ti/
H A Dk3-udma.c1352 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \
1354 if (id == ud->res##_cnt) { \