Searched refs:iod_sleeptimo (Results 1 – 2 of 2) sorted by relevance
659 SMBIODEBUG("going to sleep for %d ticks\n", iod->iod_sleeptimo); in smb_iod_thread()662 tsleep(&iod->iod_flags, PWAIT, "90idle", iod->iod_sleeptimo); in smb_iod_thread()683 iod->iod_sleeptimo = hz * SMBIOD_SLEEP_TIMO; in smb_iod_create()
446 int iod_sleeptimo; member