| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | max63xx_wdt.c | 45 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 D | etc-pam.d-sshd | 2 auth required pam_unix.so shadow nodelay
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/ |
| H A D | Revert-udev-remove-userspace-firmware-loading-suppor.patch | 333 + 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 D | redis.conf | 400 repl-disable-tcp-nodelay no
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | redis.conf | 400 repl-disable-tcp-nodelay no
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.38/ |
| H A D | 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch | 29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch | 29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.39/ |
| H A D | 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch | 29 unsigned nodelay = elf_elfheader (output_bfd)->e_flags & EF_OR1K_NODELAY;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tmon.c | 298 nodelay(stdscr, TRUE); in main()
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | util.c | 553 nodelay(win, TRUE); in on_key_esc() 560 nodelay(win, FALSE); in on_key_esc()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | util.c | 566 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 D | util.c | 554 nodelay(win, TRUE); in on_key_esc() 561 nodelay(win, FALSE); in on_key_esc()
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | via82xx.c | 75 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 D | 0006-chardev-connect-socket-to-a-spawned-command.patch | 133 bool do_nodelay = sock->has_nodelay ? sock->nodelay : false;
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | sctp.h | 621 sctp_sk(sk)->nodelay = true; in sctp_sock_set_nodelay()
|
| H A D | structs.h | 218 __u16 nodelay:1, member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | output.c | 703 if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) && in sctp_packet_can_append_data()
|
| H A D | socket.c | 3055 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 D | watchdog-parameters.rst | 320 nodelay:
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191221.patch.gz | 1# ncurses 6.1 - patch 20191221 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | socket.c | 128 bool nodelay; member 251 if (tsk->nodelay) in tsk_set_nagle() 3202 tsk->nodelay = !!value; in tipc_setsockopt()
|