Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_syscalls.c451 if (!tr->sys_refcount_exit) in reg_event_syscall_exit()
455 tr->sys_refcount_exit++; in reg_event_syscall_exit()
471 tr->sys_refcount_exit--; in unreg_event_syscall_exit()
473 if (!tr->sys_refcount_exit) in unreg_event_syscall_exit()
Dtrace.h242 int sys_refcount_exit; member