Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c915 while ((aux = context->aux_pids)) { in audit_free_aux()
916 context->aux_pids = aux->next; in audit_free_aux()
1612 for (aux = context->aux_pids; aux; aux = aux->next) { in audit_log_exit()
1805 context->aux_pids = NULL; in __audit_syscall_exit()
2501 axp = (void *)ctx->aux_pids; in audit_signal_info_syscall()
2508 axp->d.next = ctx->aux_pids; in audit_signal_info_syscall()
2509 ctx->aux_pids = (void *)axp; in audit_signal_info_syscall()
H A Daudit.h123 struct audit_aux_data *aux_pids; member