Searched refs:SAMPLE_COUNT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Drack-meter.c38 #define SAMPLE_COUNT 256 macro
46 u32 buf1[SAMPLE_COUNT] ____cacheline_aligned;
47 u32 buf2[SAMPLE_COUNT] ____cacheline_aligned;
155 memset(rdma->buf1, 0, SAMPLE_COUNT & sizeof(u32));
156 memset(rdma->buf2, 0, SAMPLE_COUNT & sizeof(u32));
190 st_le16(&cmd->req_count, SAMPLE_COUNT * 4);
203 st_le16(&cmd->req_count, SAMPLE_COUNT * 4);
359 for (i = 0; i < SAMPLE_COUNT; i++)

Completed in 579 milliseconds