]> git.baikalelectronics.ru Git - kernel.git/commit
net: rename low latency sockets functions to busy poll
authorEliezer Tamir <eliezer.tamir@linux.intel.com>
Mon, 8 Jul 2013 13:20:34 +0000 (16:20 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2013 02:25:45 +0000 (19:25 -0700)
commit6600002df761e5c579755acb88c4ad6e7413a67b
tree110c1191f4b6699bef04ebdf45e4677c623a7ceb
parent5c695f8f49a9e7a89b9f410a6e21ce134384afed
net: rename low latency sockets functions to busy poll

Rename functions in include/net/ll_poll.h to busy wait.
Clarify documentation about expected power use increase.
Rename POLL_LL to POLL_BUSY_LOOP.
Add need_resched() testing to poll/select busy loops.

Note, that in select and poll can_busy_poll is dynamic and is
updated continuously to reflect the existence of supported
sockets with valid queue information.

Signed-off-by: Eliezer Tamir <eliezer.tamir@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/sysctl/net.txt
fs/select.c
include/net/ll_poll.h
include/uapi/asm-generic/poll.h
net/core/datagram.c
net/ipv4/tcp.c
net/socket.c