Lines Matching refs:interruptible
104 * @interruptible: Interruptible sleeping while waiting for a lock.
108 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
110 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible);
116 * @interruptible: Interruptible sleeping while waiting for a lock.
125 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
127 extern int ttm_read_trylock(struct ttm_lock *lock, bool interruptible);
142 * @interruptible: Interruptible sleeping while waiting for a lock.
146 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
148 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);
181 * @interruptible: Interruptible sleeping while waiting for a lock.
186 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
189 extern int ttm_vt_lock(struct ttm_lock *lock, bool interruptible,
216 * @interruptible: Interruptible sleeping while waiting for a lock.
220 * -ERESTARTSYS If interrupted by a signal and interruptible is true.
222 extern int ttm_write_lock(struct ttm_lock *lock, bool interruptible);