Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsmp-tbsync.c78 static int start_contest(int cmd, long offset, int num) in start_contest() function
131 score = start_contest(kSetAndTest, offset, NUM_ITER); in smp_generic_give_timebase()
141 score = start_contest(kSetAndTest, min, NUM_ITER); in smp_generic_give_timebase()
142 score2 = start_contest(kSetAndTest, max, NUM_ITER); in smp_generic_give_timebase()
152 start_contest(kSetAndTest, offset, NUM_ITER/10); in smp_generic_give_timebase()
154 if ((score2 = start_contest(kTest, offset, NUM_ITER)) < 0) in smp_generic_give_timebase()