Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kernel/
Ddebug.c73 static int debug_open(struct inode *inode, struct file *file);
164 .open = debug_open,
530 static int debug_open(struct inode *inode, struct file *file) in debug_open() function