Searched refs:_unreg (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | vendor_hooks.h | 22 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) \ argument 35 .unregfunc = _unreg, \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracepoint.h | 297 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 310 .unregfunc = _unreg, \
|