Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A DWaitFor.c238 int *timeoutp = waitTime; in AdjustWaitForDelay() local
239 int timeout = *timeoutp; in AdjustWaitForDelay()
242 *timeoutp = newdelay; in AdjustWaitForDelay()
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dobject.c843 bool fscache_object_sleep_till_congested(signed long *timeoutp) in fscache_object_sleep_till_congested() argument
853 *timeoutp = schedule_timeout(*timeoutp); in fscache_object_sleep_till_congested()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h547 extern bool fscache_object_sleep_till_congested(signed long *timeoutp);