Searched refs:tty_audit_buf (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_audit.c15 struct tty_audit_buf { struct
23 static struct tty_audit_buf *tty_audit_buf_ref(void)
25 struct tty_audit_buf *buf;
27 buf = current->signal->tty_audit_buf;
32 static struct tty_audit_buf *tty_audit_buf_alloc(void)
34 struct tty_audit_buf *buf;
54 static void tty_audit_buf_free(struct tty_audit_buf *buf)
91 static void tty_audit_buf_push(struct tty_audit_buf *buf)
107 * Only needs to be called if current->signal->tty_audit_buf != %NULL.
114 struct tty_audit_buf *bu
[all...]
/linux-master/include/linux/sched/
H A Dsignal.h224 struct tty_audit_buf *tty_audit_buf; member in struct:signal_struct

Completed in 115 milliseconds