Searched refs:newctx (Results 1 – 1 of 1) sorted by relevance
1605 struct audit_context *newctx; in audit_syscall_entry() local1613 newctx = audit_alloc_context(context->state); in audit_syscall_entry()1614 if (newctx) { in audit_syscall_entry()1615 newctx->previous = context; in audit_syscall_entry()1616 context = newctx; in audit_syscall_entry()1617 tsk->audit_context = newctx; in audit_syscall_entry()