Home
last modified time | relevance | path

Searched hist:c3f26a269c2421f97f10cf8ed05d5099b573af4d (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_teql.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dsch_generic.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/
H A Difb.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Dnetpoll.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dpktgen.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
H A Ddev.cdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/include/linux/
H A Dnetdevice.hdiff c3f26a269c2421f97f10cf8ed05d5099b573af4d Thu Jul 31 18:58:50 CDT 2008 David S. Miller <davem@davemloft.net> netdev: Fix lockdep warnings in multiqueue configurations.

When support for multiple TX queues were added, the
netif_tx_lock() routines we converted to iterate over
all TX queues and grab each queue's spinlock.

This causes heartburn for lockdep and it's not a healthy
thing to do with lots of TX queues anyways.

So modify this to use a top-level lock and a "frozen"
state for the individual TX queues.

Signed-off-by: David S. Miller <davem@davemloft.net>