Ибо сказано:
The function returns 0 if the timeout elapsed, -ERESTARTSYS if it was interrupted by a signal, and the remaining jiffies otherwise if the condition evaluated to true before the timeout elapsed.
Использую функцию в модуле ядра. Если обработчик прерывания отработал, возвращается 500 (это мой timeout), если нет - 0. В каком случае функция вернет -ERESTARTSYS?