HomeSort by: relevance | last modified time | path
    Searched defs:sapcic_event_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sa11x0/
sa11xx_pcic.c 87 static void sapcic_event_thread(void *);
130 if (kthread_create(PRI_NONE, 0, NULL, sapcic_event_thread, so,
139 sapcic_event_thread(void *arg) function in typeref:typename:void
152 (void) tsleep(sapcic_event_thread, PWAIT, "pcicss", hz / 4);
185 panic("sapcic_event_thread: unknown status %d",
sa11xx_pcic.c 87 static void sapcic_event_thread(void *);
130 if (kthread_create(PRI_NONE, 0, NULL, sapcic_event_thread, so,
139 sapcic_event_thread(void *arg) function in typeref:typename:void
152 (void) tsleep(sapcic_event_thread, PWAIT, "pcicss", hz / 4);
185 panic("sapcic_event_thread: unknown status %d",

Completed in 27 milliseconds