Searched refs:tty_audit_buf (Results 1 – 2 of 2) sorted by relevance
17 struct tty_audit_buf { struct25 static struct tty_audit_buf *tty_audit_buf_ref(void) in tty_audit_buf_ref() argument27 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()56 static void tty_audit_buf_free(struct tty_audit_buf *buf) in tty_audit_buf_free()93 static void tty_audit_buf_push(struct tty_audit_buf *buf) in tty_audit_buf_push()116 struct tty_audit_buf *buf; in tty_audit_exit()118 buf = xchg(¤t->signal->tty_audit_buf, ERR_PTR(-ESRCH)); in tty_audit_exit()[all …]
226 struct tty_audit_buf *tty_audit_buf; member