Searched refs:opsname (Results 1 – 2 of 2) sorted by relevance
21 #define ASSIGN_OPS_HASH(opsname, val) \ argument23 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),25 #define ASSIGN_OPS_HASH(opsname, val) argument
75 #define INIT_OPS_HASH(opsname) \ argument76 .func_hash = &opsname.local_hash, \77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),79 #define INIT_OPS_HASH(opsname) argument