Home
last modified time | relevance | path

Searched refs:wait_event_killable_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dtransport.c480 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()
519 rc = wait_event_killable_timeout( in wait_for_free_credits()
/linux/include/linux/
H A Dwait.h974 * wait_event_killable_timeout - sleep until a condition gets true or a timeout elapses
995 #define wait_event_killable_timeout(wq_head, condition, timeout) \ macro
/linux/fs/ceph/
H A Dsuper.c1568 long timeleft = wait_event_killable_timeout(*wq, in ceph_kill_sb()
/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c234 ret = wait_event_killable_timeout(msg->waitq, msg->completed, in vduse_dev_msg_sync()