Eric Dumazet
aa39514516
net: sk_sleep() helper
...
Define a new function to return the waitqueue of a "struct sock".
static inline wait_queue_head_t *sk_sleep(struct sock *sk)
{
return sk->sk_sleep;
}
Change all read occurrences of sk_sleep by a call to this function.
Needed for a future RCU conversion. sk_sleep wont be a field directly
available.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-20 16:37:13 -07:00
..
2010-04-20 16:37:13 -07:00
2010-03-30 22:02:32 +09:00
2010-02-15 18:13:33 +01:00
2010-02-03 17:17:06 +01:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-02-15 18:13:33 +01:00
2010-03-30 22:02:32 +09:00
2010-02-15 18:13:33 +01:00
2010-02-12 06:25:36 +01:00
2010-03-30 22:02:32 +09:00
2008-01-31 19:28:07 -08:00
2010-03-30 22:02:32 +09:00
2008-01-31 19:28:07 -08:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2008-04-14 11:15:52 +02:00
2009-06-03 02:51:02 -07:00
2010-03-30 22:02:32 +09:00
2010-02-15 18:13:33 +01:00
2010-03-30 22:02:32 +09:00
2009-11-12 02:05:06 -08:00
2010-03-30 22:02:32 +09:00
2010-02-03 13:48:53 +01:00
2010-02-15 17:45:08 +01:00
2010-02-15 17:45:08 +01:00
2010-02-15 17:45:08 +01:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-08 16:55:37 +01:00
2010-03-30 22:02:32 +09:00
2008-11-17 16:01:42 +01:00
2008-10-08 11:35:00 +02:00
2009-12-08 07:38:50 -08:00
2010-03-30 22:02:32 +09:00
2009-09-30 16:12:20 -07:00
2009-02-04 16:55:27 -08:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-20 14:29:03 -07:00
2010-03-30 22:02:32 +09:00
2008-10-08 11:35:19 +02:00
2009-06-22 14:15:02 +02:00
2008-10-08 11:35:20 +02:00
2008-10-08 11:35:20 +02:00
2010-03-30 22:02:32 +09:00
2009-08-10 12:25:12 +02:00
2009-08-10 12:25:11 +02:00
2008-10-08 11:35:20 +02:00
2009-11-23 10:43:57 +01:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2009-08-10 12:25:11 +02:00
2009-08-10 12:25:11 +02:00
2008-10-08 11:35:18 +02:00
2010-03-25 17:25:11 +01:00
2008-10-08 11:35:20 +02:00
2009-02-18 18:39:31 +01:00
2009-02-18 18:38:40 +01:00
2009-08-10 13:09:44 +02:00
2010-03-30 22:02:32 +09:00
2008-10-08 11:35:18 +02:00
2010-03-30 22:02:32 +09:00
2008-10-08 11:35:20 +02:00
2009-08-10 13:09:45 +02:00
2009-08-10 12:25:12 +02:00
2008-10-08 11:35:18 +02:00
2008-11-04 14:21:08 +01:00
2010-01-04 16:27:25 +01:00
2008-10-08 11:35:20 +02:00
2010-01-11 11:55:36 +01:00
2009-08-10 13:32:30 +02:00
2009-03-25 17:31:52 +01:00
2008-10-08 11:35:20 +02:00
2009-06-03 02:51:04 -07:00
2010-03-30 22:02:32 +09:00
2009-06-22 14:17:12 +02:00
2010-03-30 22:02:32 +09:00
2009-06-03 02:51:04 -07:00
2010-03-30 22:02:32 +09:00
2010-02-10 17:50:47 +01:00
2009-02-09 14:34:56 -08:00
2008-10-08 11:35:19 +02:00
2009-10-29 15:35:10 +01:00
2008-10-08 11:35:19 +02:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2008-10-08 11:35:18 +02:00
2010-03-30 22:02:32 +09:00
2008-10-08 11:35:19 +02:00
2008-10-08 11:35:18 +02:00
2009-01-12 21:18:36 -08:00
2008-10-08 11:35:19 +02:00
2008-10-08 11:35:19 +02:00
2008-10-08 11:35:18 +02:00