Roland Dreier
37aebbde70
IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements
...
There are quite a few places in ipoib_cm.c where we know IRQs are
enabled because we do something that sleeps in the same function, so
we can convert several occurrences of spin_lock_irqsave() to a plain
spin_lock_irq(). This cleans up the source a little and makes the
code smaller too:
add/remove: 0/0 grow/shrink: 1/5 up/down: 3/-51 (-48)
function old new delta
ipoib_cm_tx_reap 403 406 +3
ipoib_cm_stale_task 146 145 -1
ipoib_cm_dev_stop 173 172 -1
ipoib_cm_tx_handler 964 956 -8
ipoib_cm_rx_handler 956 937 -19
ipoib_cm_skb_reap 212 190 -22
Signed-off-by: Roland Dreier <rolandd@cisco.com >
2007-04-24 21:30:37 -07:00
..
2007-03-04 20:40:50 +00:00
2007-03-30 14:16:10 -04:00
2006-11-30 14:04:49 +00:00
2007-04-04 08:44:40 -07:00
2007-03-14 15:27:49 -07:00
2007-02-20 17:10:14 -08:00
2007-04-11 15:39:39 -07:00
2007-04-12 15:31:42 -07:00
2007-02-26 11:42:42 -08:00
2007-03-05 07:57:51 -08:00
2007-04-17 16:36:27 -07:00
2007-03-27 09:05:15 -07:00
2007-03-07 16:08:08 -08:00
2007-03-27 08:55:56 -07:00
2007-03-06 09:30:25 -08:00
2006-03-25 08:22:53 -08:00
2007-03-16 19:25:03 -07:00
2007-02-12 09:48:32 -08:00
2007-03-27 09:05:15 -07:00
2007-02-14 08:09:54 -08:00
2007-02-11 10:51:32 -08:00
2007-04-05 16:06:30 +02:00
2007-04-17 16:36:27 -07:00
2007-04-17 16:36:28 -07:00
2007-04-10 22:39:14 +02:00
2007-04-09 18:52:27 +02:00
2007-04-24 21:30:37 -07:00
2007-04-10 17:26:33 -07:00
2007-03-29 08:22:25 -07:00
2007-03-27 17:55:48 +02:00
2007-02-15 21:37:29 +00:00
2007-04-17 16:36:27 -07:00
2006-10-11 11:14:25 -07:00
2007-04-12 15:31:42 -07:00
2007-04-13 18:35:39 -07:00
2007-03-27 10:06:30 -07:00
2007-04-02 10:06:08 -07:00
2007-03-09 21:06:40 -05:00
2007-03-12 16:49:37 +00:00
2007-03-09 08:08:09 +00:00
2007-04-11 11:55:45 -04:00
2006-06-30 19:25:36 +02:00
2007-03-28 13:58:02 -07:00
2007-02-26 12:48:06 -08:00
2007-02-20 17:10:16 -08:00
2007-04-03 14:02:49 -07:00
2007-04-08 19:47:55 -07:00
2007-04-02 10:06:08 -07:00
2007-03-14 15:27:50 -07:00
2007-02-14 08:09:54 -08:00
2007-04-02 10:06:09 -07:00
2007-04-04 14:37:39 +02:00
2007-02-26 11:35:51 -08:00
2007-04-14 21:41:12 -07:00
2007-03-23 11:01:22 -07:00
2007-02-11 10:51:25 -08:00
2007-04-17 16:36:27 -07:00
2007-04-04 21:12:47 -07:00
2007-02-14 08:09:54 -08:00
2007-04-11 10:44:15 -07:00
2007-03-28 12:50:56 -07:00
2007-02-12 09:48:28 -08:00
2007-02-12 09:48:45 -08:00
2007-02-11 10:51:24 -08:00
2007-04-18 20:20:53 -07:00