Searched refs:nodelay (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/watchdog/ |
D | max63xx_wdt.c | 44 static int nodelay; variable 96 if (nodelay && table->tdelay == 0) in max63xx_select_timeout() 99 if (!nodelay) in max63xx_select_timeout() 252 module_param(nodelay, int, 0); 253 MODULE_PARM_DESC(nodelay,
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_cmds.h | 264 u8 nodelay; /* dword 2 */ member 508 u8 nodelay; /* dword 0 */ member 530 u8 nodelay; /* dword 0 */ member
|
D | be_cmds.c | 968 AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay); in beiscsi_cmd_cq_create() 983 AMAP_SET_BITS(struct amap_cq_context_v2, nodelay, in beiscsi_cmd_cq_create()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tmon.c | 313 nodelay(stdscr, TRUE); in main()
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | util.c | 566 nodelay(win, TRUE); in on_key_esc() 573 nodelay(win, FALSE); in on_key_esc()
|
/linux-4.1.27/sound/pci/ |
D | via82xx.c | 89 static int nodelay; variable 109 module_param(nodelay, int, 0444); 110 MODULE_PARM_DESC(nodelay, "Disable 500ms init delay"); 560 if (!nodelay) in snd_via82xx_codec_wait()
|
/linux-4.1.27/net/sctp/ |
D | output.c | 690 if (sctp_sk(asoc->base.sk)->nodelay) in sctp_packet_can_append_data()
|
D | socket.c | 2894 sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1; in sctp_setsockopt_nodelay() 4083 sp->nodelay = 0; in sctp_init_sock() 5188 val = (sctp_sk(sk)->nodelay == 1); in sctp_getsockopt_nodelay()
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 321 u8 nodelay; /* dword 2*/ member 393 u8 nodelay; /* dword 0*/ member 415 u8 nodelay; /* dword 0*/ member
|
D | be_cmds.c | 1086 AMAP_SET_BITS(struct amap_cq_context_be, nodelay, in be_cmd_cq_create() 1103 AMAP_SET_BITS(struct amap_cq_context_v2, nodelay, ctxt, in be_cmd_cq_create()
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 214 __u8 nodelay; member
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 186 nodelay: Force selection of a timeout setting without initial delay
|