HomeSort by: relevance | last modified time | path
    Searched defs:timerfd_fileops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
sys_timerfd.c 474 static const struct fileops timerfd_fileops = { variable in typeref:typename:const struct fileops
520 fp->f_ops = &timerfd_fileops;
555 if (fp->f_ops != &timerfd_fileops) {
612 if (fp->f_ops != &timerfd_fileops) {
sys_timerfd.c 474 static const struct fileops timerfd_fileops = { variable in typeref:typename:const struct fileops
520 fp->f_ops = &timerfd_fileops;
555 if (fp->f_ops != &timerfd_fileops) {
612 if (fp->f_ops != &timerfd_fileops) {
sys_timerfd.c 474 static const struct fileops timerfd_fileops = { variable in typeref:typename:const struct fileops
520 fp->f_ops = &timerfd_fileops;
555 if (fp->f_ops != &timerfd_fileops) {
612 if (fp->f_ops != &timerfd_fileops) {

Completed in 31 milliseconds