Home
last modified time | relevance | path

Searched refs:timerfd (Results 1 – 25 of 40) sorted by relevance

12

/external/syzkaller/pkg/report/testdata/linux/guilty/
D141 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/
Depoll.c91 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/
Dpatch_test.go152 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/
Dtest.sh153 -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/
Dstep_after_suspend_test.c142 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/
Dconfigure.ac220 # 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/
Dio.c1150 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 …]
Dlibusbi.h330 int timerfd; member
360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
/external/ltp/m4/
Dltp-timerfd.m425 AC_CHECK_HEADERS([sys/timerfd.h])
/external/parameter-framework/support/android/asio/
Dasio_defines.txt63 // bionic doesn't implement eventfd nor timerfd
/external/ltp/include/lapi/syscalls/
Dia64.in278 timerfd 1308
Ds390x.in233 timerfd 317
Ds390.in233 timerfd 317
/external/libusb/include/libusb/
Dlibusbi.h330 int timerfd; member
360 #define usbi_using_timerfd(ctx) ((ctx)->timerfd >= 0)
/external/wayland/
Dconfigure.ac106 [[#include <sys/timerfd.h>]])
/external/strace/linux/s390x/
Dsyscallent.h333 [317] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/linux/mips/
Dsyscallent-n32.h284 [6281] = { 4, TD, SEN(timerfd), "timerfd" },
Dsyscallent-n64.h280 [5277] = { 4, TD, SEN(timerfd), "timerfd" },
Dsyscallent-o32.h322 [4318] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/linux/avr32/
Dsyscallent.h309 [280] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/linux/ia64/
Dsyscallent.h314 [1308] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/linux/hppa/
Dsyscallent.h309 [303] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/linux/s390/
Dsyscallent.h349 [317] = { 4, TD, SEN(timerfd), "timerfd" },
/external/strace/
Dstrace.spec257 - new syscalls: getcpu, eventfd, timerfd, signalfd, epoll_pwait,
/external/strace/linux/alpha/
Dsyscallent.h443 [477] = { 4, TD, SEN(timerfd), "timerfd" }, /* not implemented */

12