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

  /src/sys/dev/spi/
spiflash.c 120 STATIC void spiflash_thread(void *);
242 kthread_create(PRI_NONE, 0, NULL, spiflash_thread, sc,
510 spiflash_thread(void *arg) function in typeref:typename:void
519 tsleep(&sc->sc_thread, PRIBIO, "spiflash_thread", 0);

Completed in 11 milliseconds