Searched defs:dbg_gen (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | debug.h | 33 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | debug.h | 33 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | debug.h | 170 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | debug.h | 170 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) macro
|
Completed in 2 milliseconds