Home
last modified time | relevance | path

Searched refs:wait_event_interruptible_locked_irq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/
Dtimerfd.c262 res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); in timerfd_read()
/Linux-v5.10/include/linux/
Dwait.h804 #define wait_event_interruptible_locked_irq(wq, condition) \ macro
/Linux-v5.10/net/qrtr/
Dqrtr.c279 ret = wait_event_interruptible_locked_irq(flow->resume_tx, in qrtr_tx_wait()