Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-calibr.c56 extern spinlock_t i8253_lock;
95 spin_lock_irqsave(&i8253_lock, flags); in ftape_timestamp()
100 spin_unlock_irqrestore(&i8253_lock, flags); in ftape_timestamp()
114 spin_lock_irqsave(&i8253_lock, flags); in short_ftape_timestamp()
118 spin_unlock_irqrestore(&i8253_lock, flags); in short_ftape_timestamp()
/linux-2.4.37.9/arch/x86_64/kernel/
Dtime.c27 spinlock_t i8253_lock = SPIN_LOCK_UNLOCKED; variable
106 spin_lock(&i8253_lock); in do_slow_gettimeoffset()
128 spin_unlock(&i8253_lock); in do_slow_gettimeoffset()
349 spin_lock(&i8253_lock); in timer_interrupt()
353 spin_unlock(&i8253_lock); in timer_interrupt()
519 spin_lock_irq(&i8253_lock); in pit_calibrate_tsc()
529 spin_unlock_irq(&i8253_lock); in pit_calibrate_tsc()
588 spin_lock_irq(&i8253_lock); in pit_init()
592 spin_unlock_irq(&i8253_lock); in pit_init()
Dapic.c36 extern spinlock_t i8253_lock;
737 spin_lock(&i8253_lock); in setup_APIC_timer()
747 spin_unlock(&i8253_lock); in setup_APIC_timer()
/linux-2.4.37.9/arch/i386/kernel/
Dtime.c118 spinlock_t i8253_lock = SPIN_LOCK_UNLOCKED; variable
120 EXPORT_SYMBOL(i8253_lock);
171 spin_lock(&i8253_lock); in do_slow_gettimeoffset()
193 spin_unlock(&i8253_lock); in do_slow_gettimeoffset()
284 spin_lock(&i8253_lock); in mark_timeoffset_cyclone()
294 spin_unlock(&i8253_lock); in mark_timeoffset_cyclone()
677 spin_lock(&i8253_lock); in timer_interrupt()
698 spin_unlock(&i8253_lock); in timer_interrupt()
Dapic.c781 extern spinlock_t i8253_lock; in get_8254_timer_count()
786 spin_lock_irqsave(&i8253_lock, flags); in get_8254_timer_count()
792 spin_unlock_irqrestore(&i8253_lock, flags); in get_8254_timer_count()