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
69 #define INIT_OPS_HASH(opsname) \ argument70 .func_hash = &opsname.local_hash, \71 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),73 #define INIT_OPS_HASH(opsname) argument