Searched refs:opsname (Results 1 – 1 of 1) sorted by relevance
74 #define INIT_OPS_HASH(opsname) \ argument75 .func_hash = &opsname.local_hash, \76 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), \77 .subop_list = LIST_HEAD_INIT(opsname.subop_list),79 #define INIT_OPS_HASH(opsname) argument