Home
last modified time | relevance | path

Searched refs:timerfd_fops (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dtimerfd.c368 static const struct file_operations timerfd_fops = { variable
382 if (f.file->f_op != &timerfd_fops) { in timerfd_fget()
430 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/
H A Dtimerfd.c384 static const struct file_operations timerfd_fops = { variable
398 if (f.file->f_op != &timerfd_fops) { in timerfd_fget()
446 ufd = anon_inode_getfd("[timerfd]", &timerfd_fops, ctx, in SYSCALL_DEFINE2()

Completed in 2 milliseconds