/linux-4.19.296/fs/ |
D | signalfd.c | 157 int nonblock) in signalfd_dequeue() argument 166 if (!nonblock) in signalfd_dequeue() 206 int nonblock = file->f_flags & O_NONBLOCK; in signalfd_read() local 216 ret = signalfd_dequeue(ctx, &info, nonblock); in signalfd_read() 224 nonblock = 1; in signalfd_read()
|
D | eventpoll.c | 399 static void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument 404 napi_busy_loop(napi_id, nonblock ? NULL : ep_busy_loop_end, ep); in ep_busy_loop() 451 static inline void ep_busy_loop(struct eventpoll *ep, int nonblock) in ep_busy_loop() argument
|
/linux-4.19.296/include/net/ |
D | busy_poll.h | 114 static inline void sk_busy_loop(struct sock *sk, int nonblock) in sk_busy_loop() argument 120 napi_busy_loop(napi_id, nonblock ? NULL : sk_busy_loop_end, sk); in sk_busy_loop()
|
D | tls.h | 259 int nonblock, int flags, int *addr_len);
|
D | tcp.h | 410 int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, int nonblock,
|
/linux-4.19.296/drivers/char/ |
D | lp.c | 273 static int lp_wait_ready(int minor, int nonblock) in lp_wait_ready() argument 284 if (error && (nonblock || (LP_F(minor) & LP_ABORT))) in lp_wait_ready() 303 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_write() local 333 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_write() 336 if ((retv = lp_wait_ready (minor, nonblock)) == 0) in lp_write() 362 error = lp_wait_ready (minor, nonblock); in lp_write() 368 } else if (nonblock) { in lp_write() 420 int nonblock = ((file->f_flags & O_NONBLOCK) || in lp_read() local 432 (nonblock ? PARPORT_INACTIVITY_O_NONBLOCK in lp_read() 448 if (nonblock) { in lp_read()
|
D | virtio_console.c | 619 void *data, bool nonblock) in __send_to_port() argument 645 if (nonblock) in __send_to_port() 797 static int wait_port_writable(struct port *port, bool nonblock) in wait_port_writable() argument 802 if (nonblock) in wait_port_writable() 823 bool nonblock; in port_fops_write() local 832 nonblock = filp->f_flags & O_NONBLOCK; in port_fops_write() 834 ret = wait_port_writable(port, nonblock); in port_fops_write() 857 nonblock = true; in port_fops_write() 859 ret = __send_to_port(port, sg, 1, count, buf, nonblock); in port_fops_write() 861 if (nonblock && ret > 0) in port_fops_write()
|
/linux-4.19.296/include/sound/ |
D | pcm_oss.h | 30 nonblock:1, member
|
/linux-4.19.296/include/drm/ |
D | drm_atomic_helper.h | 55 bool nonblock); 101 bool nonblock);
|
D | drm_mode_config.h | 274 bool nonblock);
|
/linux-4.19.296/include/media/ |
D | videobuf2-core.h | 967 loff_t *ppos, int nonblock); 977 loff_t *ppos, int nonblock);
|
/linux-4.19.296/drivers/message/fusion/ |
D | mptctl.c | 179 mptctl_syscall_down(MPT_ADAPTER *ioc, int nonblock) in mptctl_syscall_down() argument 183 if (nonblock) { in mptctl_syscall_down() 627 int nonblock = (file->f_flags & O_NONBLOCK); in __mptctl_ioctl() local 677 if ((ret = mptctl_syscall_down(iocp, nonblock)) != 0) in __mptctl_ioctl() 2719 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mptfwxfer_ioctl() local 2735 if ((ret = mptctl_syscall_down(iocp, nonblock)) != 0) in compat_mptfwxfer_ioctl() 2760 int nonblock = (filp->f_flags & O_NONBLOCK); in compat_mpt_command() local 2775 if ((ret = mptctl_syscall_down(iocp, nonblock)) != 0) in compat_mpt_command()
|
/linux-4.19.296/include/linux/ |
D | netlink.h | 121 extern int netlink_unicast(struct sock *ssk, struct sk_buff *skb, __u32 portid, int nonblock);
|
/linux-4.19.296/drivers/xen/ |
D | pvcalls-front.c | 777 int notify, req_id, ret, evtchn, nonblock; in pvcalls_front_accept() local 789 nonblock = flags & SOCK_NONBLOCK; in pvcalls_front_accept() 802 if (nonblock) { in pvcalls_front_accept() 868 if (nonblock) { in pvcalls_front_accept()
|
/linux-4.19.296/drivers/misc/mei/ |
D | main.c | 139 bool nonblock = !!(file->f_flags & O_NONBLOCK); in mei_read() local 177 if (nonblock) { in mei_read()
|
D | bus.c | 130 bool nonblock = !!(mode & MEI_CL_IO_RX_NONBLOCK); in __mei_cl_recv() local 151 if (nonblock) { in __mei_cl_recv()
|
/linux-4.19.296/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 2374 loff_t *ppos, int nonblock, int read) in __vb2_perform_fileio() argument 2390 nonblock ? "non" : ""); in __vb2_perform_fileio() 2422 ret = vb2_core_dqbuf(q, &index, NULL, nonblock); in __vb2_perform_fileio()
|
/linux-4.19.296/fs/gfs2/ |
D | glock.c | 621 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() argument 637 if (nonblock) in run_queue()
|
/linux-4.19.296/fs/ceph/ |
D | caps.c | 2537 loff_t endoff, bool nonblock, int *got, int *err) in try_get_cap_refs() argument 2616 if (nonblock) { in try_get_cap_refs()
|