Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dtimerfd.c259 res = wait_event_interruptible_locked_irq(ctx->wqh, ctx->ticks); in timerfd_read()
/Linux-v5.4/include/linux/
Dwait.h799 #define wait_event_interruptible_locked_irq(wq, condition) \ macro