Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_audit.c15 struct tty_audit_buf { struct
23 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument
25 struct tty_audit_buf *buf; in tty_audit_buf_ref()
27 buf = current->signal->tty_audit_buf; in tty_audit_buf_ref()
32 static struct tty_audit_buf *tty_audit_buf_alloc(void) in tty_audit_buf_alloc()
34 struct tty_audit_buf *buf; in tty_audit_buf_alloc()
114 struct tty_audit_buf *buf; in tty_audit_exit()
156 struct tty_audit_buf *buf; in tty_audit_push()
177 static struct tty_audit_buf *tty_audit_buf_get(void) in tty_audit_buf_get()
179 struct tty_audit_buf *buf; in tty_audit_buf_get()
[all …]
/linux/include/linux/sched/
A Dsignal.h226 struct tty_audit_buf *tty_audit_buf; member

Completed in 6 milliseconds