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

/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp-tbsync.c77 static int start_contest(int cmd, long offset, int num) start_contest() function
130 score = start_contest(kSetAndTest, offset, NUM_ITER); smp_generic_give_timebase()
140 score = start_contest(kSetAndTest, min, NUM_ITER); smp_generic_give_timebase()
141 score2 = start_contest(kSetAndTest, max, NUM_ITER); smp_generic_give_timebase()
151 start_contest(kSetAndTest, offset, NUM_ITER/10); smp_generic_give_timebase()
153 if ((score2 = start_contest(kTest, offset, NUM_ITER)) < 0) smp_generic_give_timebase()

Completed in 73 milliseconds