Searched refs:opsname (Results 1 – 1 of 1) sorted by relevance
68 #define INIT_OPS_HASH(opsname) \ argument69 .func_hash = &opsname.local_hash, \70 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),71 #define ASSIGN_OPS_HASH(opsname, val) \ argument73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),75 #define INIT_OPS_HASH(opsname) argument76 #define ASSIGN_OPS_HASH(opsname, val) argument