Home
last modified time | relevance | path

Searched refs:signalfd_fops (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/fs/
Dsignalfd.c241 static const struct file_operations signalfd_fops = { variable
280 file = anon_inode_getfile("[signalfd]", &signalfd_fops, ctx, in do_signalfd4()
295 if (fd_file(f)->f_op != &signalfd_fops) { in do_signalfd4()