Searched hist:"37056719 bba500d0d2b8216fdf641e5507ec9a0e" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | busy_poll.h | diff 37056719bba500d0d2b8216fdf641e5507ec9a0e Fri Mar 24 12:08:18 CDT 2017 Alexander Duyck <alexander.h.duyck@intel.com> net: Track start of busy loop instead of when it should end
This patch flips the logic we were using to determine if the busy polling has timed out. The main motivation for this is that we will need to support two different possible timeout values in the future and by recording the start time rather than when we would want to end we can focus on making the end_time specific to the task be it epoll or socket based polling.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/fs/ |
H A D | select.c | diff 37056719bba500d0d2b8216fdf641e5507ec9a0e Fri Mar 24 12:08:18 CDT 2017 Alexander Duyck <alexander.h.duyck@intel.com> net: Track start of busy loop instead of when it should end
This patch flips the logic we were using to determine if the busy polling has timed out. The main motivation for this is that we will need to support two different possible timeout values in the future and by recording the start time rather than when we would want to end we can focus on making the end_time specific to the task be it epoll or socket based polling.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | dev.c | diff 37056719bba500d0d2b8216fdf641e5507ec9a0e Fri Mar 24 12:08:18 CDT 2017 Alexander Duyck <alexander.h.duyck@intel.com> net: Track start of busy loop instead of when it should end
This patch flips the logic we were using to determine if the busy polling has timed out. The main motivation for this is that we will need to support two different possible timeout values in the future and by recording the start time rather than when we would want to end we can focus on making the end_time specific to the task be it epoll or socket based polling.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|