/openbmc/linux/drivers/watchdog/ |
H A D | max63xx_wdt.c | 43 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 D | qemuriscv.inc | 36 …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 D | qemuloongarch.inc | 33 … 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 D | valkey.conf | 400 repl-disable-tcp-nodelay no
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | redis.conf | 400 repl-disable-tcp-nodelay no
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.7/ |
H A D | redis.conf | 400 repl-disable-tcp-nodelay no
|
/openbmc/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()
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | tmon.c | 298 nodelay(stdscr, TRUE); in main()
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/pam.d/ |
H A D | login | 8 # to disable any delay, you should add the nodelay option to pam_unix)
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | util.c | 553 nodelay(win, TRUE); in on_key_esc() 560 nodelay(win, FALSE); in on_key_esc()
|
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | util.c | 553 nodelay(win, TRUE); in on_key_esc() 560 nodelay(win, FALSE); in on_key_esc()
|
/openbmc/linux/net/mptcp/ |
H A D | sockopt.c | 675 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 D | protocol.h | 304 nodelay:1, member
|
/openbmc/qemu/qapi/ |
H A D | char.json | 264 # @nodelay: set TCP_NODELAY socket option (default: false) 298 '*nodelay': 'bool',
|
/openbmc/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"); 550 if (!nodelay) in snd_via82xx_codec_wait()
|
/openbmc/qemu/ui/ |
H A D | curses.c | 747 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
|
/openbmc/linux/include/net/sctp/ |
H A D | sctp.h | 670 sctp_sk(sk)->nodelay = true; in sctp_sock_set_nodelay()
|
H A D | structs.h | 222 __u16 nodelay:1, member
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 383 u8 nodelay; /* dword 2*/ member 455 u8 nodelay; /* dword 0*/ member 477 u8 nodelay; /* dword 0*/ member
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 1374 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 D | deprecated.rst | 49 The replacement for the ``nodelay`` short-form boolean option is ``nodelay=on``
|
/openbmc/linux/net/sctp/ |
H A D | output.c | 727 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
|
/openbmc/linux/Documentation/watchdog/ |
H A D | watchdog-parameters.rst | 320 nodelay:
|
/openbmc/linux/net/tipc/ |
H A D | socket.c | 139 bool nodelay; member 262 if (tsk->nodelay) in tsk_set_nagle() 3212 tsk->nodelay = !!value; in tipc_setsockopt()
|