Searched refs:pfm_file_ops (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ | ||
H A D | perfmon.c | 343 #define PFM_IS_FILE(f) ((f)->f_op == &pfm_file_ops) 633 static const struct file_operations pfm_file_ops; variable in typeref:struct:file_operations 2148 static const struct file_operations pfm_file_ops = { variable in typeref:struct:file_operations 2204 file = alloc_file(&path, FMODE_READ, &pfm_file_ops); pfm_alloc_file() |
Completed in 78 milliseconds