Home
last modified time | relevance | path

Searched refs:nodelay (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dmax63xx_wdt.c45 static int nodelay; variable
67 * delay (selected with the "nodelay" parameter).
107 if (nodelay && table->tdelay == 0) in max63xx_select_timeout()
110 if (!nodelay) in max63xx_select_timeout()
281 module_param(nodelay, int, 0);
282 MODULE_PARM_DESC(nodelay,
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dmax63xx_wdt.c43 static int nodelay; variable
65 * delay (selected with the "nodelay" parameter).
105 if (nodelay && table->tdelay == 0) in max63xx_select_timeout()
108 if (!nodelay) in max63xx_select_timeout()
294 module_param(nodelay, int, 0);
295 MODULE_PARM_DESC(nodelay,
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
H A Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/kernel/linux/linux-6.6/scripts/kconfig/lxdialog/
H A Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtmon.c298 nodelay(stdscr, TRUE); in main()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dtmon.c298 nodelay(stdscr, TRUE); in main()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.h308 u8 nodelay; /* dword 2 */ member
576 u8 nodelay; /* dword 0 */ member
598 u8 nodelay; /* dword 0 */ member
H A Dbe_cmds.c799 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()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h308 u8 nodelay; /* dword 2 */ member
576 u8 nodelay; /* dword 0 */ member
598 u8 nodelay; /* dword 0 */ member
H A Dbe_cmds.c799 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()
/kernel/linux/linux-6.6/net/mptcp/
H A Dsockopt.c671 msk->nodelay = !!val; in mptcp_setsockopt_sol_tcp_nodelay()
1338 return mptcp_put_int_option(msk, optval, optlen, msk->nodelay); in mptcp_getsockopt_sol_tcp()
1447 __tcp_sock_set_nodelay(ssk, !!msk->nodelay); in sync_socket_options()
H A Dprotocol.h301 nodelay:1, member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dsctp.h621 sctp_sk(sk)->nodelay = true; in sctp_sock_set_nodelay()
H A Dstructs.h218 __u16 nodelay:1, member
/kernel/linux/linux-5.10/sound/pci/
H A Dvia82xx.c75 static int nodelay; variable
95 module_param(nodelay, int, 0444);
96 MODULE_PARM_DESC(nodelay, "Disable 500ms init delay");
550 if (!nodelay) in snd_via82xx_codec_wait()
/kernel/linux/linux-6.6/sound/pci/
H A Dvia82xx.c74 static int nodelay; variable
94 module_param(nodelay, int, 0444);
95 MODULE_PARM_DESC(nodelay, "Disable 500ms init delay");
550 if (!nodelay) in snd_via82xx_codec_wait()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h383 u8 nodelay; /* dword 2*/ member
455 u8 nodelay; /* dword 0*/ member
477 u8 nodelay; /* dword 0*/ member
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h383 u8 nodelay; /* dword 2*/ member
455 u8 nodelay; /* dword 0*/ member
477 u8 nodelay; /* dword 0*/ member
/kernel/linux/linux-5.10/net/sctp/
H A Doutput.c703 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
H A Dsocket.c3055 sctp_sk(sk)->nodelay = (*val == 0) ? 0 : 1; in sctp_setsockopt_nodelay()
4920 sp->nodelay = 0; in sctp_init_sock()
5062 info->sctpi_s_nodelay = sp->nodelay; in sctp_get_sctp_info()
6406 val = (sctp_sk(sk)->nodelay == 1); in sctp_getsockopt_nodelay()
/kernel/linux/linux-6.6/include/net/sctp/
H A Dsctp.h670 sctp_sk(sk)->nodelay = true; in sctp_sock_set_nodelay()
H A Dstructs.h222 __u16 nodelay:1, member
/kernel/linux/linux-6.6/net/sctp/
H A Doutput.c727 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c128 bool nodelay; member
251 if (tsk->nodelay) in tsk_set_nagle()
3202 tsk->nodelay = !!value; in tipc_setsockopt()
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c105 * @nodelay: setsockopt() TIPC_NODELAY setting
139 bool nodelay; member
262 if (tsk->nodelay) in tsk_set_nagle()
3212 tsk->nodelay = !!value; in tipc_setsockopt()

Completed in 75 milliseconds

12