Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dsemaphore.c155 int down_timeout(struct semaphore *sem, long timeout) in down_timeout() function
169 EXPORT_SYMBOL(down_timeout);
/linux-4.4.14/include/linux/
Dsemaphore.h43 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
/linux-4.4.14/arch/arm/mach-vexpress/
Dspc.c340 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.4.14/drivers/gpu/drm/udl/
Dudl_main.c242 ret = down_timeout(&udl->urbs.limit_sem, GET_URB_TIMEOUT); in udl_get_urb()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c1383 if (unlikely(down_timeout(&bp->stats_lock, HZ / 10))) { in bnx2x_stats_handle()
1979 rc = down_timeout(&bp->stats_lock, HZ / 10); in bnx2x_stats_safe_exec()
Dbnx2x_main.c14117 if (!down_timeout(&bp->stats_lock, HZ / 10)) { in bnx2x_eeh_nic_unload()
/linux-4.4.14/drivers/acpi/
Dosl.c1307 ret = down_timeout(sem, jiffies); in acpi_os_wait_semaphore()
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c344 error = down_timeout((struct semaphore *)vp, msecs_to_jiffies(timeout)); in linux_wlan_lock_timeout()
/linux-4.4.14/drivers/video/fbdev/
Dsmscufx.c1930 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in ufx_get_urb()
Dudlfb.c1920 ret = down_timeout(&dev->urbs.limit_sem, GET_URB_TIMEOUT); in dlfb_get_urb()