Searched refs:bclock (Results 1 – 6 of 6) sorted by relevance
32 u32 bclock, now, loops = __loops; in __cr16_delay() local37 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()
65 u64 bclock, now; in delay_tsc() local70 bclock = rdtsc_ordered(); in delay_tsc()73 if ((now - bclock) >= cycles) in delay_tsc()91 cycles -= (now - bclock); in delay_tsc()93 bclock = rdtsc_ordered(); in delay_tsc()
114 spin_lock_bh(&tipc_net(net)->bclock); in tipc_bcast_lock()119 spin_unlock_bh(&tipc_net(net)->bclock); in tipc_bcast_unlock()
119 spinlock_t bclock; member
699 spin_lock_init(&tipc_net(net)->bclock); in tipc_bcast_init()
781 unsigned long bclock = get_tick(); in __delay() local783 while ((get_tick() - bclock) < loops) in __delay()
Completed in 17 milliseconds