Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c44 bool sentinel:1; member
157 if (!e->sentinel) in l_add_head()
173 if (!e->sentinel) in l_add_tail()
190 if (!e->sentinel) in l_add_before()
210 if (!e->sentinel) in l_del()
219 if (!e->sentinel) { in l_pop_tail()
282 if (!e->sentinel) in q_push()
290 if (!e->sentinel) in q_push_before()
299 if (!e->sentinel) in q_del()
315 if (e->sentinel) { in q_peek()
[all …]
/linux-4.4.14/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()
531 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init()
532 buf->head = &buf->sentinel; in tty_buffer_init()
533 buf->tail = &buf->sentinel; in tty_buffer_init()
/linux-4.4.14/arch/x86/include/asm/
Dbootparam_utils.h36 if (boot_params->sentinel) { in sanitize_boot_params()
/linux-4.4.14/arch/x86/boot/
Dheader.S277 .globl sentinel
278 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h149 __u8 sentinel; /* 0x1ef */ member
/linux-4.4.14/Documentation/x86/
Dzero-page.txt34 1EF/001 ALL sentinel Used to detect broken bootloaders
/linux-4.4.14/arch/arc/kernel/
Dperf_event.c451 char sentinel; in arc_pmu_device_probe() member
/linux-4.4.14/include/linux/
Dtty.h88 struct tty_buffer sentinel; member