Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dicpvar.h192 icp_stats. ## x ## _act++; \
193 if (icp_stats. ## x ## _act > icp_stats. ## x ## _max) \
194 icp_stats. ## x ## _max = icp_stats. ## x ## _act; \
200 icp_stats. ## x ## _act = (v); \
201 if (icp_stats. ## x ## _act > icp_stats. ## x ## _max) \
202 icp_stats. ## x ## _max = icp_stats. ## x ## _act; \
208 icp_stats. ## x ## _act--; \
224 extern gdt_statist_t icp_stats;
H A Dicp_ioctl.c269 memcpy(&icp_stats, data, sizeof(gdt_statist_t)); in icpioctl()
H A Dicp.c123 gdt_statist_t icp_stats; variable