Lines Matching refs:j
63 size_t i, j; in execute() local
82 for (j = 0; j < GROUP_SIZE; ++j) { in execute()
83 if (counter[j] != 2 * i + 1) { in execute()
85 (unsigned int)i, (unsigned int)j, in execute()
86 (unsigned int)counter[j]); in execute()
91 ret = boottime->check_event(events[j]); in execute()
96 if (counter[j] != 2 * i + 1) { in execute()
98 (unsigned int)i, (unsigned int)j, in execute()
99 (unsigned int)counter[j]); in execute()
105 ret = boottime->check_event(events[j]); in execute()
111 if (counter[j] != 2 * i + 2) { in execute()
113 (unsigned int)i, (unsigned int)j, in execute()
114 (unsigned int)counter[j]); in execute()