/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 14 | 1 FILE: fs/timerfd.c 6 BUG: KASAN: use-after-free in timerfd_setup_cancel fs/timerfd.c:141 [inline] at addr ffff8801c5b6c1… 7 BUG: KASAN: use-after-free in do_timerfd_settime+0xd32/0xf50 fs/timerfd.c:446 at addr ffff8801c5b6c… 22 timerfd_setup_cancel fs/timerfd.c:141 [inline] 23 do_timerfd_settime+0xd32/0xf50 fs/timerfd.c:446 24 SYSC_timerfd_settime fs/timerfd.c:533 [inline] 25 SyS_timerfd_settime+0xef/0x1c0 fs/timerfd.c:524
|
/external/libevent/ |
D | epoll.c | 91 int timerfd; member 194 fd = epollop->timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK|TFD_CLOEXEC); in epoll_init() 195 if (epollop->timerfd >= 0) { in epoll_init() 198 epev.data.fd = epollop->timerfd; in epoll_init() 203 epollop->timerfd = -1; in epoll_init() 213 epollop->timerfd = -1; in epoll_init() 216 epollop->timerfd = -1; in epoll_init() 422 if (epollop->timerfd >= 0) { in epoll_dispatch() 443 if (timerfd_settime(epollop->timerfd, 0, &is, NULL) < 0) { in epoll_dispatch() 482 if (events[i].data.fd == epollop->timerfd) in epoll_dispatch() [all …]
|
/external/syzkaller/pkg/email/ |
D | patch_test.go | 152 Subject: [PATCH v2] timerfd: Protect the might cancel mechanism proper 165 fs/timerfd.c | 17 ++++++++++++++--- 168 --- a/fs/timerfd.c 169 +++ b/fs/timerfd.c 179 diff: `--- a/fs/timerfd.c 180 +++ b/fs/timerfd.c 239 --- a/fs/timerfd.c 240 +++ b/fs/timerfd.c 252 diff: `--- a/fs/timerfd.c 253 +++ b/fs/timerfd.c [all …]
|
/external/libevent/test/ |
D | test.sh | 153 -t - run timerfd test 155 -T - run timerfd+changelist test 161 timerfd=0 168 t) timerfd=1;; 177 [ $timerfd -eq 0 ] || do_test EPOLL "(timerfd)"
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 142 int timerfd; in suspend() local 155 timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); in suspend() 156 if (timerfd < 0) in suspend() 160 err = timerfd_settime(timerfd, 0, &spec, NULL); in suspend() 167 close(timerfd); in suspend()
|
/external/libusb/ |
D | configure.ac | 220 # timerfd 221 AC_CHECK_HEADER([sys/timerfd.h], [timerfd_h=1], [timerfd_h=0]) 222 AC_ARG_ENABLE([timerfd], optenable 223 [AS_HELP_STRING([--enable-timerfd], 224 [use timerfd for timing [default=auto]])], 228 AC_MSG_ERROR([timerfd header not available; glibc 2.9+ required]) 231 AC_CHECK_DECL([TFD_NONBLOCK], [tfd_hdr_ok=yes], [tfd_hdr_ok=no], [#include <sys/timerfd.h>]) 233 AC_MSG_ERROR([timerfd header not usable; glibc 2.9+ required]) 236 AC_MSG_CHECKING([whether to use timerfd for timing]) 242 AC_DEFINE(USBI_TIMERFD_AVAILABLE, 1, [timerfd headers available])
|
/external/libusb/libusb/ |
D | io.c | 1150 ctx->timerfd = timerfd_create(usbi_backend->get_timerfd_clockid(), in usbi_io_init() 1152 if (ctx->timerfd >= 0) { in usbi_io_init() 1154 r = usbi_add_pollfd(ctx, ctx->timerfd, POLLIN); in usbi_io_init() 1158 usbi_dbg("timerfd not available (code %d error %d)", ctx->timerfd, errno); in usbi_io_init() 1159 ctx->timerfd = -1; in usbi_io_init() 1167 close(ctx->timerfd); in usbi_io_init() 1190 usbi_remove_pollfd(ctx, ctx->timerfd); in usbi_io_exit() 1191 close(ctx->timerfd); in usbi_io_exit() 1316 r = timerfd_settime(ctx->timerfd, 0, &disarm_timer, NULL); in disarm_timerfd() 1346 r = timerfd_settime(ctx->timerfd, TFD_TIMER_ABSTIME, &it, NULL); in arm_timerfd_for_next_timeout() [all …]
|
D | libusbi.h | 330 int timerfd; member 360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
|
/external/ltp/m4/ |
D | ltp-timerfd.m4 | 25 AC_CHECK_HEADERS([sys/timerfd.h])
|
/external/parameter-framework/support/android/asio/ |
D | asio_defines.txt | 63 // bionic doesn't implement eventfd nor timerfd
|
/external/ltp/include/lapi/syscalls/ |
D | ia64.in | 278 timerfd 1308
|
D | s390x.in | 233 timerfd 317
|
D | s390.in | 233 timerfd 317
|
/external/libusb/include/libusb/ |
D | libusbi.h | 330 int timerfd; member 360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
|
/external/wayland/ |
D | configure.ac | 106 [[#include <sys/timerfd.h>]])
|
/external/strace/linux/s390x/ |
D | syscallent.h | 333 [317] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 284 [6281] = { 4, TD, SEN(timerfd), "timerfd" },
|
D | syscallent-n64.h | 280 [5277] = { 4, TD, SEN(timerfd), "timerfd" },
|
D | syscallent-o32.h | 322 [4318] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/linux/avr32/ |
D | syscallent.h | 309 [280] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 314 [1308] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/linux/hppa/ |
D | syscallent.h | 309 [303] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/linux/s390/ |
D | syscallent.h | 349 [317] = { 4, TD, SEN(timerfd), "timerfd" },
|
/external/strace/ |
D | strace.spec | 257 - new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
|
/external/strace/linux/alpha/ |
D | syscallent.h | 443 [477] = { 4, TD, SEN(timerfd), "timerfd" }, /* not implemented */
|