Lines Matching defs:ipc_count
57 * or ipc_count, will be non-zero and will determine the type of test
62 unsigned long ipc_count)
106 if (i == ipc_count)
124 if (!ipc_count) {
160 unsigned long ipc_count = 0;
194 ret = kstrtoul(string, 0, &ipc_count);
209 if (!ipc_count) {
215 if (ipc_count > MAX_IPC_FLOOD_COUNT)
216 ipc_count = MAX_IPC_FLOOD_COUNT;
227 ipc_duration_ms, ipc_count);