Home
last modified time | relevance | path

Searched refs:interruptible_sleep_on_locked (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dlocks.c598 static int interruptible_sleep_on_locked(wait_queue_head_t *fl_wait, int timeout) in interruptible_sleep_on_locked() function
620 result = interruptible_sleep_on_locked(&waiter->fl_wait, 0); in locks_block_on()
629 result = interruptible_sleep_on_locked(&waiter->fl_wait, time); in locks_block_on_timeout()