HomeSort by: relevance | last modified time | path
    Searched refs:icp_stats (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
icpvar.h 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;
    [all...]
icp_ioctl.c 269 memcpy(&icp_stats, data, sizeof(gdt_statist_t));
icp.c 123 gdt_statist_t icp_stats; variable in typeref:typename:gdt_statist_t

Completed in 12 milliseconds