Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_audit.c14 struct tty_audit_buf { struct
22 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument
24 struct tty_audit_buf *buf; in tty_audit_buf_ref()
26 buf = current->signal->tty_audit_buf; in tty_audit_buf_ref()
31 static struct tty_audit_buf *tty_audit_buf_alloc(void) in tty_audit_buf_alloc()
33 struct tty_audit_buf *buf; in tty_audit_buf_alloc()
53 static void tty_audit_buf_free(struct tty_audit_buf *buf) in tty_audit_buf_free()
90 static void tty_audit_buf_push(struct tty_audit_buf *buf) in tty_audit_buf_push()
113 struct tty_audit_buf *buf; in tty_audit_exit()
115 buf = xchg(&current->signal->tty_audit_buf, ERR_PTR(-ESRCH)); in tty_audit_exit()
[all …]