Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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()
107 * Only needs to be called if current->signal->tty_audit_buf != %NULL.
114 struct tty_audit_buf *bu in tty_audit_exit()
[all...]
/kernel/linux/linux-6.6/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()
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()
107 * Only needs to be called if current->signal->tty_audit_buf != %NULL.
114 struct tty_audit_buf *bu in tty_audit_exit()
[all...]
/kernel/linux/linux-5.10/include/linux/sched/
H A Dsignal.h213 struct tty_audit_buf *tty_audit_buf; member
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsignal.h223 struct tty_audit_buf *tty_audit_buf; member

Completed in 4 milliseconds