Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c852 if (context->in_syscall && !context->dummy) { in audit_take_context()
879 context->serial, context->major, context->in_syscall, in audit_free_names()
1489 if (context->in_syscall && context->current_state == AUDIT_RECORD_CONTEXT) in __audit_free()
1523 BUG_ON(context->in_syscall || context->name_count); in __audit_syscall_entry()
1546 context->in_syscall = 1; in __audit_syscall_entry()
1576 if (context->in_syscall && context->current_state == AUDIT_RECORD_CONTEXT) in __audit_syscall_exit()
1579 context->in_syscall = 0; in __audit_syscall_exit()
1751 if (!context->in_syscall) { in __audit_getname()
1790 if (!name->aname || !context->in_syscall) { in audit_putname()
1813 context->in_syscall, name->name, in audit_putname()
[all …]
Daudit.h117 int in_syscall; /* 1 if task is in a syscall */ member