Home
last modified time | relevance | path

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

/linux/kernel/module/
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
A Dmain.c2618 mod_stat_add_long(text_size, &total_text_size); in do_init_module()
2619 mod_stat_add_long(total_size, &total_mod_size); in do_init_module()
3082 mod_stat_add_long(len, &invalid_kread_bytes); in SYSCALL_DEFINE3()
3190 mod_stat_add_long(len, &invalid_decompress_bytes); in init_module_from_file()

Completed in 12 milliseconds