https://github.com/torvalds/linux
Revision 358169617602f6f71b31e5c9532a09b95a34b043 authored by Pavel Begunkov on 26 July 2024, 14:24:31 UTC, committed by Jens Axboe on 26 July 2024, 14:31:59 UTC
Pass the waiting time for __io_napi_adjust_timeout as ktime and get rid
of all timespec64 conversions. It's especially simpler since the caller
already have a ktime.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/4f5b8e8eed4f53a1879e031a6712b25381adc23d.1722003776.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 342b2e3
History
Tip revision: 358169617602f6f71b31e5c9532a09b95a34b043 authored by Pavel Begunkov on 26 July 2024, 14:24:31 UTC
io_uring/napi: pass ktime to io_napi_adjust_timeout
Tip revision: 3581696
File Mode Size
Makefile -rw-r--r-- 168 bytes
core.c -rw-r--r-- 13.5 KB
dev.c -rw-r--r-- 37.8 KB
devl_internal.h -rw-r--r-- 9.4 KB
dpipe.c -rw-r--r-- 23.0 KB
health.c -rw-r--r-- 31.6 KB
linecard.c -rw-r--r-- 16.9 KB
netlink.c -rw-r--r-- 9.5 KB
netlink_gen.c -rw-r--r-- 46.7 KB
netlink_gen.h -rw-r--r-- 7.6 KB
param.c -rw-r--r-- 23.0 KB
port.c -rw-r--r-- 45.0 KB
rate.c -rw-r--r-- 19.8 KB
region.c -rw-r--r-- 31.3 KB
resource.c -rw-r--r-- 14.9 KB
sb.c -rw-r--r-- 24.9 KB
trap.c -rw-r--r-- 46.8 KB

back to top