Home
last modified time | relevance | path

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

/linux/arch/parisc/lib/
H A Ddelay.c32 u32 bclock, now, loops = __loops; in __cr16_delay() local
37 bclock = mfctl(16); in __cr16_delay()
40 if ((now - bclock) >= loops) in __cr16_delay()
59 loops -= (now - bclock); in __cr16_delay()
61 bclock = mfctl(16); in __cr16_delay()
/linux/net/tipc/
H A Dbcast.h114 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()
119 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
H A Dcore.h119 spinlock_t bclock;
118 spinlock_t bclock; global() member
H A Dbcast.c699 spin_lock_init(&tipc_net(net)->bclock); in tipc_bcast_init()
/linux/arch/sparc/kernel/
H A Dtime_64.c783 unsigned long bclock = get_tick(); in __delay() local
785 while ((get_tick() - bclock) < loops) in __delay()