Searched refs:DTYPE_LINUXTFD (Results 1 – 3 of 3) sorted by relevance
654 finit(fp, fflags, DTYPE_LINUXTFD, tfd, &timerfdops); in linux_timerfd_create()667 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_close()694 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_read()736 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_poll()755 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) in timerfd_kqfilter()792 if (fp->f_data == NULL || fp->f_type != DTYPE_LINUXTFD) in timerfd_ioctl()861 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_gettime()904 if (fp->f_type != DTYPE_LINUXTFD || tfd == NULL) { in linux_timerfd_settime()
73 #define DTYPE_LINUXTFD 14 /* emulation timerfd type */ macro
4970 case DTYPE_LINUXTFD: in file_type_to_name()