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

/linux-master/fs/
H A Dsignalfd.c243 static const struct file_operations signalfd_fops = { variable in typeref:struct:file_operations
278 ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx,
287 if (f.file->f_op != &signalfd_fops) {

Completed in 110 milliseconds