Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dinternal.h194 #define mod_stat_add_long(count, var) atomic_long_add(count, var) macro
218 #define mod_stat_add_long(name, var) macro
H A Dmain.c2607 mod_stat_add_long(text_size, &total_text_size); in do_init_module()
2608 mod_stat_add_long(total_size, &total_mod_size); in do_init_module()
3059 mod_stat_add_long(len, &invalid_kread_bytes); in SYSCALL_DEFINE3()
3167 mod_stat_add_long(len, &invalid_decompress_bytes); in init_module_from_file()