Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/dma/
Ddebug.c116 static u32 show_num_errors = 1; variable
221 (show_all_errors || show_num_errors > 0)) { \
227 if (!show_all_errors && show_num_errors > 0) \
228 show_num_errors -= 1; \
818 debugfs_create_u32("num_errors", 0644, dentry, &show_num_errors); in dma_debug_fs_init()