Searched refs:tty_audit_buf (Results 1 – 1 of 1) sorted by relevance
15 struct tty_audit_buf { struct23 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument25 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(¤t->signal->tty_audit_buf, ERR_PTR(-ESRCH)); in tty_audit_exit()[all …]