Searched refs:nodelay (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | max63xx_wdt.c | 42 static int nodelay; variable 104 if (nodelay && table->tdelay == 0) in max63xx_select_timeout() 107 if (!nodelay) in max63xx_select_timeout() 293 module_param(nodelay, int, 0); 294 MODULE_PARM_DESC(nodelay,
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | sock.c | 654 int nodelay = 1; in test_client_loop() 663 if (setsockopt(sk, IPPROTO_TCP, TCP_NODELAY, &nodelay, sizeof(nodelay))) in test_client_loop() 652 int nodelay = 1; test_client_loop() local
|
| /linux/tools/thermal/tmon/ |
| H A D | tmon.c | 298 nodelay(stdscr, TRUE); in main()
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_cmds.h | 308 u8 nodelay; /* dword 2 */ member 576 u8 nodelay; /* dword 0 */ member 598 u8 nodelay; /* dword 0 */ member
|
| H A D | be_cmds.c | 799 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create() 814 AMAP_SET_BITS(struct amap_cq_context_v2, nodelay, in beiscsi_cmd_cq_create()
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | util.c | 525 nodelay(win, TRUE); in on_key_esc() 532 nodelay(win, FALSE); in on_key_esc()
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 686 msk->nodelay = !!val; in __mptcp_setsockopt_sol_tcp_nodelay() 1433 return mptcp_put_int_option(msk, optval, optlen, msk->nodelay); in mptcp_getsockopt_sol_tcp() 1594 __tcp_sock_set_nodelay(ssk, !!msk->nodelay); in sync_socket_options()
|
| H A D | protocol.h | 329 nodelay:1, member
|
| /linux/sound/pci/ |
| H A D | via82xx.c | 74 static int nodelay; variable 94 module_param(nodelay, int, 0444); 95 MODULE_PARM_DESC(nodelay, "Disable 500ms init delay"); 546 if (!nodelay) in snd_via82xx_codec_wait()
|
| /linux/include/net/sctp/ |
| H A D | sctp.h | 668 sctp_sk(sk)->nodelay = true; in sctp_sock_set_nodelay()
|
| /linux/net/sctp/ |
| H A D | output.c | 733 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
|
| H A D | socket.c | 3070 sctp_sk(sk)->nodelay = (*val == 0) ? 0 : 1; in sctp_setsockopt_nodelay() 5112 sp->nodelay = 0; in sctp_init_sock() 5241 info->sctpi_s_nodelay = sp->nodelay; in sctp_get_sctp_info() 6603 val = (sctp_sk(sk)->nodelay == 1); in sctp_getsockopt_nodelay()
|
| /linux/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 302 nodelay:
|
| /linux/net/tipc/ |
| H A D | socket.c | 139 bool nodelay; member 260 if (tsk->nodelay) in tsk_set_nagle() 3211 tsk->nodelay = !!value; in tipc_setsockopt()
|