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

/linux-master/arch/parisc/lib/
H A Ddelay.c32 u32 bclock, now, loops = __loops; local
37 bclock = mfctl(16);
40 if ((now - bclock) >= loops)
59 loops -= (now - bclock);
61 bclock = mfctl(16);
/linux-master/arch/x86/lib/
H A Ddelay.c65 u64 bclock, now; local
70 bclock = rdtsc_ordered();
73 if ((now - bclock) >= cycles)
91 cycles -= (now - bclock);
93 bclock = rdtsc_ordered();
/linux-master/net/tipc/
H A Dbcast.h114 spin_lock_bh(&tipc_net(net)->bclock);
119 spin_unlock_bh(&tipc_net(net)->bclock);
H A Dcore.h119 spinlock_t bclock; member in struct:tipc_net
H A Dbcast.c699 spin_lock_init(&tipc_net(net)->bclock);
/linux-master/arch/sparc/kernel/
H A Dtime_64.c781 unsigned long bclock = get_tick(); local
783 while ((get_tick() - bclock) < loops)

Completed in 167 milliseconds