Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c69 #define INIT_OPS_HASH(opsname) \ argument
70 .func_hash = &opsname.local_hash, \
71 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
72 #define ASSIGN_OPS_HASH(opsname, val) \ argument
74 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
76 #define INIT_OPS_HASH(opsname) argument
77 #define ASSIGN_OPS_HASH(opsname, val) argument