Searched refs:icp_stats (Results 1 – 3 of 3) sorted by relevance
192 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;
269 memcpy(&icp_stats, data, sizeof(gdt_statist_t)); in icpioctl()
123 gdt_statist_t icp_stats; variable