Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/watchdog/
H A Dmax63xx_wdt.c43 static int nodelay; variable
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,
/openbmc/openbmc/poky/meta/conf/machine/include/riscv/
H A Dqemuriscv.inc36 …rtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1,nodelay=on -device virtco…
/openbmc/openbmc/poky/meta/conf/machine/include/loongarch/
H A Dqemuloongarch.inc33 … virtio-serial-pci -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1,nodelay=on -device virtco…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/
H A Dvalkey.conf400 repl-disable-tcp-nodelay no
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf400 repl-disable-tcp-nodelay no
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/
H A Dredis.conf400 repl-disable-tcp-nodelay no
/openbmc/linux/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()
/openbmc/linux/tools/thermal/tmon/
H A Dtmon.c298 nodelay(stdscr, TRUE); in main()
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin8 # to disable any delay, you should add the nodelay option to pam_unix)
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/openbmc/linux/net/mptcp/
H A Dsockopt.c675 msk->nodelay = !!val; in __mptcp_setsockopt_sol_tcp_nodelay()
1366 return mptcp_put_int_option(msk, optval, optlen, msk->nodelay); in mptcp_getsockopt_sol_tcp()
1487 __tcp_sock_set_nodelay(ssk, !!msk->nodelay); in sync_socket_options()
H A Dprotocol.h304 nodelay:1, member
/openbmc/qemu/qapi/
H A Dchar.json264 # @nodelay: set TCP_NODELAY socket option (default: false)
298 '*nodelay': 'bool',
/openbmc/linux/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()
/openbmc/qemu/ui/
H A Dcurses.c747 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/qemu/chardev/
H A Dchar-socket.c1374 bool do_nodelay = sock->has_nodelay ? sock->nodelay : false; in qmp_chardev_open_socket()
1500 sock->nodelay = in qemu_chr_parse_socket()
/openbmc/qemu/docs/about/
H A Ddeprecated.rst49 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on``
/openbmc/linux/net/sctp/
H A Doutput.c727 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst320 nodelay:
/openbmc/linux/net/tipc/
H A Dsocket.c139 bool nodelay; member
262 if (tsk->nodelay) in tsk_set_nagle()
3212 tsk->nodelay = !!value; in tipc_setsockopt()

12