Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/kernel/
Ddebug.c72 static int debug_open(struct inode *inode, struct file *file);
161 .open = debug_open,
562 static int debug_open(struct inode *inode, struct file *file) in debug_open() function