Lines Matching refs:kts
37 static struct ktstate kts;206 kts.lock = &txlock;207 kts.fn = tx;208 kts.waitq = &txwq;209 kts.id = 0;210 snprintf(kts.name, sizeof(kts.name), "aoe_tx%d", kts.id);211 if (aoe_ktstart(&kts))220 aoe_ktstop(&kts);