Searched refs:tw_lock (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-9xxx.c651 TW_Lock *tw_lock; local
846 tw_lock = (TW_Lock *)tw_ioctl->data_buffer;
850 if ((tw_lock->force_flag == 1) || (tw_dev->ioctl_sem_lock == 0) || (current_time_ms >= tw_dev->ioctl_msec)) {
852 tw_dev->ioctl_msec = current_time_ms + tw_lock->timeout_msec;
854 tw_lock->time_remaining_msec = tw_lock->timeout_msec;
857 tw_lock->time_remaining_msec = tw_dev->ioctl_msec - current_time_ms;

Completed in 67 milliseconds