Home
last modified time | relevance | path

Searched refs:nonblock (Results 1 – 5 of 5) sorted by relevance

/fs/
Dsignalfd.c157 int nonblock) in signalfd_dequeue() argument
166 if (!nonblock) in signalfd_dequeue()
207 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local
217 ret = signalfd_dequeue(ctx, &info, nonblock); in signalfd_read()
225 nonblock = 1; in signalfd_read()
Deventpoll.c398 static void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument
403 napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end, ep); in ep_busy_loop()
450 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument
2146 bool nonblock) in epoll_mutex_lock() argument
2148 if (!nonblock) { in epoll_mutex_lock()
2158 bool nonblock) in do_epoll_ctl() argument
2229 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
2237 error = epoll_mutex_lock(&epmutex, 0, nonblock); in do_epoll_ctl()
2251 error = epoll_mutex_lock(&ep->mtx, 0, nonblock); in do_epoll_ctl()
2256 error = epoll_mutex_lock(&tep->mtx, 1, nonblock); in do_epoll_ctl()
/fs/gfs2/
Dglock.c737 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() argument
753 if (nonblock) in run_queue()
/fs/ceph/
Dsuper.h1156 int need, int want, bool nonblock, int *got);
Dcaps.c2916 bool nonblock, int *got) in ceph_try_get_caps() argument
2931 if (nonblock) in ceph_try_get_caps()