Searched refs:down_timeout (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | semaphore.h | 43 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
/linux-4.1.27/kernel/locking/ |
H A D | semaphore.c | 146 * 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 D | spc.c | 340 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 D | udl_main.c | 242 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); udl_get_urb()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 1381 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 D | bnx2x_main.c | 13694 if (!down_timeout(&bp->stats_lock, HZ / 10)) { bnx2x_eeh_nic_unload()
|
/linux-4.1.27/drivers/acpi/ |
H A D | osl.c | 1315 ret = down_timeout(sem, jiffies); acpi_os_wait_semaphore()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | smscufx.c | 1930 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); ufx_get_urb()
|
H A D | udlfb.c | 1922 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); dlfb_get_urb()
|
Completed in 263 milliseconds