Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dwait.h993 #define wait_event_killable_timeout(wq_head, condition, timeout) \ macro
/linux-6.15/fs/smb/client/
H A Dtransport.c536 rc = wait_event_killable_timeout(server->request_q, in wait_for_free_credits()
575 rc = wait_event_killable_timeout( in wait_for_free_credits()
/linux-6.15/fs/ceph/
H A Dsuper.c1568 long timeleft = wait_event_killable_timeout(*wq, in ceph_kill_sb()
/linux-6.15/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c234 ret = wait_event_killable_timeout(msg->waitq, msg->completed, in vduse_dev_msg_sync()