Searched refs:sentinel (Results 1 – 8 of 8) sorted by relevance
44 bool sentinel:1; member157 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 …]
130 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()
36 if (boot_params->sentinel) { in sanitize_boot_params()
277 .globl sentinel278 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
149 __u8 sentinel; /* 0x1ef */ member
34 1EF/001 ALL sentinel Used to detect broken bootloaders
451 char sentinel; in arc_pmu_device_probe() member
88 struct tty_buffer sentinel; member