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

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c343 #define PFM_IS_FILE(f) ((f)->f_op == &pfm_file_ops) macro
1552 if (PFM_IS_FILE(filp) == 0) { pfm_read()
1652 if (PFM_IS_FILE(filp) == 0) { pfm_poll()
1712 if (PFM_IS_FILE(filp) == 0) { pfm_fasync()
1820 if (PFM_IS_FILE(filp) == 0) { pfm_flush()
1963 if (PFM_IS_FILE(filp) == 0) { pfm_close()
4866 if (unlikely(PFM_IS_FILE(f.file) == 0)) { sys_perfmonctl()

Completed in 64 milliseconds