Searched refs:opsname (Results 1 – 2 of 2) sorted by relevance
19 #define ASSIGN_OPS_HASH(opsname, val) \ argument21 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),23 #define ASSIGN_OPS_HASH(opsname, val) argument
71 #define INIT_OPS_HASH(opsname) \ argument72 .func_hash = &opsname.local_hash, \73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),75 #define INIT_OPS_HASH(opsname) argument