Home
last modified time | relevance | path

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

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