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
930 spin_lock(&q->current_entry_lock); in advance_sched()
932 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
934 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
936 lockdep_is_held(&q->current_entry_lock)); in advance_sched()
987 spin_unlock(&q->current_entry_lock); in advance_sched()
1976 spin_lock_irqsave(&q->current_entry_lock, flags); in taprio_change()
1985 spin_unlock_irqrestore(&q->current_entry_lock, flags); in taprio_change()
2069 spin_lock_init(&q->current_entry_lock); in taprio_init()