Home
last modified time | relevance | path

Searched refs:opsname (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dftrace.c74 #define INIT_OPS_HASH(opsname) \ argument
75 .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