Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpcmips/dev/
H A Dplumpcmcia.c185 static struct plumpcmcia_event __event_queue_pool[PLUM_PCMCIA_EVENT_QUEUE_MAX]; variable
916 if (!__event_queue_pool[i].__queued) { in plumpcmcia_event_alloc()
917 __event_queue_pool[i].__queued = 1; in plumpcmcia_event_alloc()
918 return (&__event_queue_pool[i]); in plumpcmcia_event_alloc()