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.c485 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()
524 rc = wait_event_killable_timeout( in wait_for_free_credits()
/linux/include/linux/
H A Dwait.h1007 #define wait_event_killable_timeout(wq_head, condition, timeout) \ macro
/linux/fs/ceph/
H A Dsuper.c1557 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()