tty_audit_buf
struct tty_audit_buf *buf;
buf = xchg(¤t->signal->tty_audit_buf, ERR_PTR(-ESRCH));
struct tty_audit_buf *buf;
static struct tty_audit_buf *tty_audit_buf_get(void)
struct tty_audit_buf *buf;
if (cmpxchg(¤t->signal->tty_audit_buf, NULL, buf) != NULL)
struct tty_audit_buf *buf;
static struct tty_audit_buf *tty_audit_buf_ref(void)
struct tty_audit_buf *buf;
buf = current->signal->tty_audit_buf;
static struct tty_audit_buf *tty_audit_buf_alloc(void)
struct tty_audit_buf *buf;
static void tty_audit_buf_free(struct tty_audit_buf *buf)
static void tty_audit_buf_push(struct tty_audit_buf *buf)
struct tty_audit_buf *tty_audit_buf;