Searched refs:DTYPE_LINUXTFD (Results 1 – 3 of 3) sorted by relevance
940 fp->f_type != DTYPE_LINUXTFD)) in eventfd_ioctl()1013 finit(fp, fflags, DTYPE_LINUXTFD, tfd, &timerfdops); in linux_timerfd_create()1026 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close()1055 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read()1097 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_poll()1117 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_kqfilter()1209 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_gettime()1252 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_settime()
72 #define DTYPE_LINUXTFD 14 /* emulation timerfd type */ macro
3953 case DTYPE_LINUXTFD: in file_type_to_name()