Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/
H A Dtty_audit.c17 struct tty_audit_buf { struct
25 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument
27 struct tty_audit_buf *buf; in tty_audit_buf_ref()
29 buf = current->signal->tty_audit_buf; in tty_audit_buf_ref()
34 static struct tty_audit_buf *tty_audit_buf_alloc(void) in tty_audit_buf_alloc()
36 struct tty_audit_buf *buf; in tty_audit_buf_alloc()
116 struct tty_audit_buf *buf; in tty_audit_exit()
158 struct tty_audit_buf *buf; in tty_audit_push()
179 static struct tty_audit_buf *tty_audit_buf_get(void) in tty_audit_buf_get()
181 struct tty_audit_buf *buf; in tty_audit_buf_get()
[all …]
/linux-6.15/include/linux/sched/
H A Dsignal.h226 struct tty_audit_buf *tty_audit_buf; member