Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dauditsc.c1605 struct audit_context *newctx; in audit_syscall_entry() local
1613 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()