Home
last modified time | relevance | path

Searched refs:event_head (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/char/
H A Dapm-emulation.c46 unsigned int event_head; member
168 return q->event_head == q->event_tail; in queue_empty()
179 q->event_head = (q->event_head + 1) % APM_MAX_EVENTS; in queue_add_event()
180 if (q->event_head == q->event_tail) { in queue_add_event()
187 q->events[q->event_head] = event; in queue_add_event()
/linux-6.15/drivers/staging/gpib/include/
H A Dgpib_types.h183 struct list_head event_head; member
191 INIT_LIST_HEAD(&queue->event_head); in init_event_queue()
/linux-6.15/arch/x86/kernel/
H A Dapm_32.c338 int event_head; member
1138 return as->event_head == as->event_tail; in queue_empty()
1158 if (++as->event_head >= APM_MAX_EVENTS) in queue_event()
1159 as->event_head = 0; in queue_event()
1161 if (as->event_head == as->event_tail) { in queue_event()
1169 as->events[as->event_head] = event; in queue_event()
1585 as->event_tail = as->event_head = 0; in do_open()
/linux-6.15/drivers/staging/gpib/common/
H A Dgpib_os.c1847 struct list_head *head = &queue->event_head; in push_gpib_event_nolock()
1902 struct list_head *head = &queue->event_head; in pop_gpib_event_nolock()