Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_syscalls.c438 if (!tr->sys_refcount_exit) in reg_event_syscall_exit()
442 tr->sys_refcount_exit++; in reg_event_syscall_exit()
458 tr->sys_refcount_exit--; in unreg_event_syscall_exit()
460 if (!tr->sys_refcount_exit) in unreg_event_syscall_exit()
Dtrace.h334 int sys_refcount_exit; member