Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmax63xx_wdt.c45 static int nodelay; variable
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,
/OK3568_Linux_fs/buildroot/package/dropbear/
H A Detc-pam.d-sshd2 auth required pam_unix.so shadow nodelay
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A DRevert-udev-remove-userspace-firmware-loading-suppor.patch333 + bool nodelay;
344 + event->nodelay = true;
355 + if (event->nodelay)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dredis.conf400 repl-disable-tcp-nodelay no
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf400 repl-disable-tcp-nodelay no
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
/OK3568_Linux_fs/buildroot/package/binutils/2.39/
H A D0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtmon.c298 nodelay(stdscr, TRUE); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/pam.d/
H A Dlogin8 # to disable any delay, you should add the nodelay option to pam_unix)
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c553 nodelay(win, TRUE); in on_key_esc()
560 nodelay(win, FALSE); in on_key_esc()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c566 nodelay(win, TRUE); in on_key_esc()
573 nodelay(win, FALSE); in on_key_esc()
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c554 nodelay(win, TRUE); in on_key_esc()
561 nodelay(win, FALSE); in on_key_esc()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006-chardev-connect-socket-to-a-spawned-command.patch133 bool do_nodelay = sock->has_nodelay ? sock->nodelay : false;
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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()
5058 info->sctpi_s_nodelay = sp->nodelay; in sctp_get_sctp_info()
6402 val = (sctp_sk(sk)->nodelay == 1); in sctp_getsockopt_nodelay()
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dwatchdog-parameters.rst320 nodelay:
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191221.patch.gz1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/kernel/net/tipc/
H A Dsocket.c128 bool nodelay; member
251 if (tsk->nodelay) in tsk_set_nagle()
3202 tsk->nodelay = !!value; in tipc_setsockopt()

12