Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dstats.c410 #define mod_debug_add_atomic(name) debugfs_create_atomic_t(#name, 0400, mod_debugfs_root, &name) macro
420 mod_debug_add_atomic(modcount); in module_stats_init()
421 mod_debug_add_atomic(failed_kreads); in module_stats_init()
422 mod_debug_add_atomic(failed_decompress); in module_stats_init()
423 mod_debug_add_atomic(failed_becoming); in module_stats_init()
424 mod_debug_add_atomic(failed_load_modules); in module_stats_init()
431 #undef mod_debug_add_atomic