nodelay          1181 drivers/net/ethernet/emulex/benet/be_cmds.c 		AMAP_SET_BITS(struct amap_cq_context_be, nodelay,
nodelay          1198 drivers/net/ethernet/emulex/benet/be_cmds.c 		AMAP_SET_BITS(struct amap_cq_context_v2, nodelay, ctxt,
nodelay           383 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 nodelay;		/* dword 2*/
nodelay           455 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 nodelay;		/* dword 0*/
nodelay           477 drivers/net/ethernet/emulex/benet/be_cmds.h 	u8 nodelay;		/* dword 0*/
nodelay           799 drivers/scsi/be2iscsi/be_cmds.c 		AMAP_SET_BITS(struct amap_cq_context, nodelay, ctxt, no_delay);
nodelay           814 drivers/scsi/be2iscsi/be_cmds.c 		AMAP_SET_BITS(struct amap_cq_context_v2, nodelay,
nodelay           308 drivers/scsi/be2iscsi/be_cmds.h 	u8 nodelay;		/* dword 2 */
nodelay           576 drivers/scsi/be2iscsi/be_cmds.h 	u8 nodelay;		/* dword 0 */
nodelay           598 drivers/scsi/be2iscsi/be_cmds.h 	u8 nodelay;     /* dword 0 */
nodelay            45 drivers/watchdog/max63xx_wdt.c static int nodelay;
nodelay           107 drivers/watchdog/max63xx_wdt.c 			if (nodelay && table->tdelay == 0)
nodelay           110 drivers/watchdog/max63xx_wdt.c 			if (!nodelay)
nodelay           281 drivers/watchdog/max63xx_wdt.c module_param(nodelay, int, 0);
nodelay           282 drivers/watchdog/max63xx_wdt.c MODULE_PARM_DESC(nodelay,
nodelay           217 include/net/sctp/structs.h 	__u16	nodelay:1,
nodelay           703 net/sctp/output.c 	if ((sctp_sk(asoc->base.sk)->nodelay || inflight == 0) &&
nodelay          3090 net/sctp/socket.c 	sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1;
nodelay          5073 net/sctp/socket.c 	sp->nodelay           = 0;
nodelay          5224 net/sctp/socket.c 		info->sctpi_s_nodelay = sp->nodelay;
nodelay          6553 net/sctp/socket.c 	val = (sctp_sk(sk)->nodelay == 1);
nodelay           553 scripts/kconfig/lxdialog/util.c 	nodelay(win, TRUE);
nodelay           560 scripts/kconfig/lxdialog/util.c 	nodelay(win, FALSE);
nodelay            75 sound/pci/via82xx.c static int nodelay;
nodelay            95 sound/pci/via82xx.c module_param(nodelay, int, 0444);
nodelay            96 sound/pci/via82xx.c MODULE_PARM_DESC(nodelay, "Disable 500ms init delay");
nodelay           548 sound/pci/via82xx.c 	if (!nodelay)
nodelay           304 tools/thermal/tmon/tmon.c 	nodelay(stdscr, TRUE);