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

  /src/sys/arch/newsmips/apbus/
zs_ap.c 169 static struct callout zscallout; variable in typeref:struct:callout
414 callout_init(&zscallout, 0);
415 callout_reset(&zscallout, 1,
455 callout_schedule(&zscallout, 1);
zs_ap.c 169 static struct callout zscallout; variable in typeref:struct:callout
414 callout_init(&zscallout, 0);
415 callout_reset(&zscallout, 1,
455 callout_schedule(&zscallout, 1);

Completed in 23 milliseconds