Searched refs:bclock (Results 1 – 8 of 8) sorted by relevance
33 u32 bclock, now, loops = __loops; in __cr16_delay() local38 bclock = mfctl(16); in __cr16_delay()41 if ((now - bclock) >= loops) in __cr16_delay()60 loops -= (now - bclock); in __cr16_delay()62 bclock = mfctl(16); in __cr16_delay()
53 u64 bclock, now, loops = __loops; in delay_tsc() local58 bclock = rdtsc_ordered(); in delay_tsc()61 if ((now - bclock) >= loops) in delay_tsc()79 loops -= (now - bclock); in delay_tsc()81 bclock = rdtsc_ordered(); in delay_tsc()
31 unsigned bclock, now; in __delay() local33 bclock = sysreg_read(COUNT); in __delay()36 } while ((now - bclock) < loops); in __delay()
29 unsigned long bclock, now; in __delay() local31 rdtimer(bclock); in __delay()35 } while ((now-bclock) < loops); in __delay()
67 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()72 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
95 spinlock_t bclock; member
513 spin_lock_init(&tipc_net(net)->bclock); in tipc_bcast_init()
758 unsigned long bclock, now; in __delay() local760 bclock = tick_ops->get_tick(); in __delay()763 } while ((now-bclock) < loops); in __delay()