Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c75 #define INIT_OPS_HASH(opsname) \ argument
76 .func_hash = &opsname.local_hash, \
77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock), \
78 .subop_list = LIST_HEAD_INIT(opsname.subop_list),
80 #define INIT_OPS_HASH(opsname) argument