Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmoduleparam.h21 #define MAX_PARAM_PREFIX_LEN (64 - sizeof(unsigned long)) macro
H A Dmodule.h35 #define MODULE_NAME_LEN MAX_PARAM_PREFIX_LEN
/linux-6.15/kernel/trace/
H A Dtrace.c10181 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()