Searched refs:MAX_PARAM_PREFIX_LEN (Results 1 – 3 of 3) sorted by relevance
21 #define MAX_PARAM_PREFIX_LEN (64 - sizeof(unsigned long)) macro
35 #define MODULE_NAME_LEN MAX_PARAM_PREFIX_LEN
4398 char modname[MAX_PARAM_PREFIX_LEN + sizeof(this_mod) + 2]; in module_exists()