Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dinternal.h190 #define mod_stat_add_long(count, var) atomic_long_add(count, var) macro
214 #define mod_stat_add_long(name, var) macro
H A Dmain.c3021 mod_stat_add_long(text_size, &total_text_size); in do_init_module()
3022 mod_stat_add_long(total_size, &total_mod_size); in do_init_module()
3484 mod_stat_add_long(len, &invalid_kread_bytes); in SYSCALL_DEFINE3()
3592 mod_stat_add_long(len, &invalid_decompress_bytes); in init_module_from_file()