Home
last modified time | relevance | path

Searched defs:noblock (Results 1 – 20 of 20) sorted by relevance

/linux-6.1.9/net/x25/
Dx25_out.c52 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
Daf_x25.c1105 int noblock = msg->msg_flags & MSG_DONTWAIT; in x25_sendmsg() local
/linux-6.1.9/drivers/net/
Dtap.c605 int noblock, int *err) in tap_alloc_skb()
631 struct iov_iter *from, int noblock) in tap_get_user()
839 int noblock, struct sk_buff *skb) in tap_do_read()
Dtun.c1513 size_t linear, int noblock) in tun_alloc_skb()
1577 int len, int noblock, bool zerocopy) in tun_can_build_skb()
1737 int noblock, bool more) in tun_get_user()
2028 int noblock = 0; in tun_chr_write_iter() local
2163 static void *tun_ring_recv(struct tun_file *tfile, int noblock, int *err) in tun_ring_recv()
2206 int noblock, void *ptr) in tun_do_read()
2247 int noblock = 0; in tun_chr_read_iter() local
/linux-6.1.9/net/llc/
Daf_llc.c127 static int llc_ui_send_data(struct sock* sk, struct sk_buff *skb, int noblock) in llc_ui_send_data()
933 int noblock = flags & MSG_DONTWAIT; in llc_ui_sendmsg() local
/linux-6.1.9/net/caif/
Dcaif_socket.c496 int noblock, long timeo) in transmit_skb()
521 int noblock; in caif_seqpkt_sendmsg() local
/linux-6.1.9/drivers/staging/media/deprecated/cpia2/
Dcpia2_core.c2317 char __user *buf, unsigned long count, int noblock) in cpia2_read()
Dcpia2_v4l.c143 int noblock = file->f_flags & O_NONBLOCK; in cpia2_v4l_read() local
/linux-6.1.9/drivers/vhost/
Dvsock.c913 int noblock = file->f_flags & O_NONBLOCK; in vhost_vsock_chr_read_iter() local
Dnet.c1744 int noblock = file->f_flags & O_NONBLOCK; in vhost_net_chr_read_iter() local
Dvhost.c1216 int noblock) in vhost_chr_read_iter()
/linux-6.1.9/net/dccp/
Dproto.c726 const int noblock = flags & MSG_DONTWAIT; in dccp_sendmsg() local
/linux-6.1.9/drivers/media/v4l2-core/
Dvideobuf-core.c632 static int stream_next_buffer_check_queue(struct videobuf_queue *q, int noblock) in stream_next_buffer_check_queue()
/linux-6.1.9/include/net/
Dsock.h1882 int noblock, int *errcode) in sock_alloc_send_skb()
2598 static inline long sock_rcvtimeo(const struct sock *sk, bool noblock) in sock_rcvtimeo()
2603 static inline long sock_sndtimeo(const struct sock *sk, bool noblock) in sock_sndtimeo()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c917 bool noblock; in csk_wait_memory() local
/linux-6.1.9/net/iucv/
Daf_iucv.c913 int noblock = msg->msg_flags & MSG_DONTWAIT; in iucv_sock_sendmsg() local
/linux-6.1.9/drivers/md/
Draid5-cache.c1922 int noblock) in r5c_recovery_alloc_stripe()
/linux-6.1.9/net/core/
Dsock.c2690 unsigned long data_len, int noblock, in sock_alloc_send_pskb()
/linux-6.1.9/net/unix/
Daf_unix.c2707 int noblock = flags & MSG_DONTWAIT; in unix_stream_read_generic() local
/linux-6.1.9/net/packet/
Daf_packet.c2911 size_t linear, int noblock, in packet_alloc_skb()