Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_taprio.c102 spinlock_t current_entry_lock; member
931 spin_lock(&q->current_entry_lock); in advance_sched()
933 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
935 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
937 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
989 spin_unlock(&q->current_entry_lock); in advance_sched()
1985 spin_lock_irqsave(&q->current_entry_lock, flags); in taprio_change()
1994 spin_unlock_irqrestore(&q->current_entry_lock, flags); in taprio_change()
2078 spin_lock_init(&q->current_entry_lock); in taprio_init()