| /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);
|
| 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);
|
| 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);
|