Home
last modified time | relevance | path

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

/linux/drivers/tty/
H 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()
54 static void tty_audit_buf_free(struct tty_audit_buf *buf) in tty_audit_buf_free()
91 static void tty_audit_buf_push(struct tty_audit_buf *buf) in tty_audit_buf_push()
114 struct tty_audit_buf *buf; in tty_audit_exit()
116 buf = xchg(&current->signal->tty_audit_buf, ERR_PTR(-ESRCH)); in tty_audit_exit()
[all …]
/linux/include/linux/sched/
H A Dsignal.h224 struct tty_audit_buf *tty_audit_buf; member