Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dsmp-tbsync.c28 volatile int handshake; member
58 while (!tbsync->handshake) in smp_generic_take_timebase()
69 while (tbsync->handshake) in smp_generic_take_timebase()
94 tbsync->handshake = 1; in start_contest()
100 tbsync->handshake = 0; in start_contest()
164 tbsync->handshake = 1; in smp_generic_give_timebase()
167 tbsync->handshake = 0; in smp_generic_give_timebase()
/arch/arm/common/
A DbL_switcher.c65 long volatile handshake, **handshake_ptr = _arg; in bL_do_switch() local
75 handshake = 0; in bL_do_switch()
76 *handshake_ptr = &handshake; in bL_do_switch()
78 handshake = -1; in bL_do_switch()
101 while (!handshake) { in bL_do_switch()

Completed in 5 milliseconds