busylock          109 include/net/sch_generic.h 	spinlock_t		busylock ____cacheline_aligned_in_smp;
busylock         3406 net/core/dev.c 		spin_lock(&q->busylock);
busylock         3424 net/core/dev.c 				spin_unlock(&q->busylock);
busylock         3436 net/core/dev.c 				spin_unlock(&q->busylock);
busylock         3447 net/core/dev.c 		spin_unlock(&q->busylock);
busylock          561 net/sched/sch_generic.c 	.busylock	=	__SPIN_LOCK_UNLOCKED(noop_qdisc.busylock),
busylock          853 net/sched/sch_generic.c 	spin_lock_init(&sch->busylock);
busylock          868 net/sched/sch_generic.c 		lockdep_set_class(&sch->busylock, &dev->qdisc_tx_busylock_key);