Home
last modified time | relevance | path

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

/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/gpu/drm/msm/adreno/
H A Dadreno_gpu.h709 #define PKT4(_reg, _cnt) \ argument
710 (CP_TYPE4_PKT | ((_cnt) << 0) | (PM4_PARITY((_cnt)) << 7) | \
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h176 struct wl_cnt *_cnt; /* low-level counters in driver */ member
/linux/scripts/
H A Dcheck-uapi.sh70 ".*_CNT$"
/linux/Documentation/driver-api/media/
H A Dcec-core.rst287 The \*_cnt arguments are the number of error conditions that were seen.
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c605 [HNS_ROCE_HW_##ename##_CNT].name = cname
/linux/drivers/dma/ti/
H A Dk3-udma.c1359 id = find_next_zero_bit(ud->res##_map, ud->res##_cnt, \
1361 if (id == ud->res##_cnt) { \
/linux/kernel/bpf/
H A Dsyscall.c4948 * Only allow zero *_rec_size if both _rec_size and _cnt are in set_info_rec_size()