Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
D842.c46 unsigned int sentinel; /* debug */ member
88 hdr->sentinel = NX842_SENTINEL; /* debug */ in nx842_crypto_compress()
131 if (unlikely(hdr->sentinel != NX842_SENTINEL)) in nx842_crypto_decompress()
/linux-4.1.27/drivers/tty/
Dtty_buffer.c130 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all()
131 buf->head = &buf->sentinel; in tty_buffer_free_all()
132 buf->tail = &buf->sentinel; in tty_buffer_free_all()
520 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init()
521 buf->head = &buf->sentinel; in tty_buffer_init()
522 buf->tail = &buf->sentinel; in tty_buffer_init()
/linux-4.1.27/arch/x86/include/asm/
Dbootparam_utils.h36 if (boot_params->sentinel) { in sanitize_boot_params()
/linux-4.1.27/arch/x86/boot/
Dheader.S277 .globl sentinel
278 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
/linux-4.1.27/Documentation/x86/
Dzero-page.txt33 1EF/001 ALL sentinel Used to detect broken bootloaders
/linux-4.1.27/arch/x86/include/uapi/asm/
Dbootparam.h149 __u8 sentinel; /* 0x1ef */ member
/linux-4.1.27/arch/arc/kernel/
Dperf_event.c276 char sentinel; in arc_pmu_device_probe() member
/linux-4.1.27/include/linux/
Dtty.h88 struct tty_buffer sentinel; member