Searched refs:down_timeout (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/kernel/locking/ |
D | semaphore.c | 155 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() function 169 EXPORT_SYMBOL(down_timeout);
|
/linux-4.1.27/include/linux/ |
D | semaphore.h | 43 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | spc.c | 340 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_set_performance() 359 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_read_sys_cfg()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_main.c | 242 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); in udl_get_urb()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.c | 1381 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle() 1977 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
|
D | bnx2x_main.c | 13694 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
|
/linux-4.1.27/drivers/acpi/ |
D | osl.c | 1315 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | udlfb.c | 1922 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()
|
D | smscufx.c | 1930 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
|