Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dftrace.c68 #define INIT_OPS_HASH(opsname) \ argument
69 .func_hash = &opsname.local_hash, \
70 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
71 #define ASSIGN_OPS_HASH(opsname, val) \ argument
73 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
75 #define INIT_OPS_HASH(opsname) argument
76 #define ASSIGN_OPS_HASH(opsname, val) argument