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

/linux-4.1.27/include/linux/
H A Dsemaphore.h43 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
/linux-4.1.27/kernel/locking/
H A Dsemaphore.c146 * down_timeout - acquire the semaphore within a specified time
155 int down_timeout(struct semaphore *sem, long timeout) down_timeout() function
169 EXPORT_SYMBOL(down_timeout); variable
/linux-4.1.27/arch/arm/mach-vexpress/
H A Dspc.c340 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) ve_spc_set_performance()
359 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) ve_spc_read_sys_cfg()
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_main.c242 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); udl_get_urb()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1381 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { bnx2x_stats_handle()
1977 rc = down_timeout(&bp->stats_lock, HZ / 10); bnx2x_stats_safe_exec()
H A Dbnx2x_main.c13694 if (!down_timeout(&bp->stats_lock, HZ / 10)) { bnx2x_eeh_nic_unload()
/linux-4.1.27/drivers/acpi/
H A Dosl.c1315 ret = down_timeout(sem, jiffies); acpi_os_wait_semaphore()
/linux-4.1.27/drivers/video/fbdev/
H A Dsmscufx.c1930 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); ufx_get_urb()
H A Dudlfb.c1922 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); dlfb_get_urb()

Completed in 271 milliseconds