![]() ![]() | ![]() |
version 1.2, 2015/12/21 10:07:51 | version 1.3, 2015/12/21 10:08:45 |
---|---|
Line 287 static void | Line 287 static void |
xxx_IOTHREAD(struct dk_softc *dksc) | xxx_IOTHREAD(struct dk_softc *dksc) |
{ | { |
while (!shutting_down) { | while (!shutting_down) { |
if (dk_strategy_pending(dksc) | if (dk_strategy_pending(dksc)) |
dk_start(dksc, NULL); | dk_start(dksc, NULL); |
// sleep | // sleep |
} | } |