Searched refs:nowait (Results 1 – 11 of 11) sorted by relevance
| /drivers/cpufreq/ |
| A D | loongson2_cpufreq.c | 26 static uint nowait; variable 152 } else if (!nowait) { in cpufreq_init() 162 if (!nowait && saved_cpu_wait) in cpufreq_exit() 174 module_param(nowait, uint, 0644); 175 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
| /drivers/base/firmware_loader/ |
| A D | sysfs.h | 77 bool nowait; member
|
| A D | sysfs.c | 73 if (add_uevent_var(env, "ASYNC=%d", fw_sysfs->nowait)) in do_firmware_uevent() 408 fw_sysfs->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
| /drivers/net/ethernet/rocker/ |
| A D | rocker.h | 83 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait,
|
| A D | rocker_main.c | 50 bool nowait; member 56 wait->nowait = false; in rocker_wait_reset() 886 if (wait->nowait) { in rocker_cmd_irq_handler() 1044 int rocker_cmd_exec(struct rocker_port *rocker_port, bool nowait, in rocker_cmd_exec() argument 1064 wait->nowait = nowait; in rocker_cmd_exec() 1076 if (nowait) in rocker_cmd_exec()
|
| /drivers/net/can/spi/mcp251xfd/ |
| A D | mcp251xfd-core.c | 246 const u8 mode_req, bool nowait) in __mcp251xfd_chip_set_mode() argument 266 if (mode_req == MCP251XFD_REG_CON_MODE_SLEEP || nowait) in __mcp251xfd_chip_set_mode() 692 bool nowait) in __mcp251xfd_chip_set_normal_mode() argument 698 return __mcp251xfd_chip_set_mode(priv, mode, nowait); in __mcp251xfd_chip_set_normal_mode()
|
| /drivers/net/ethernet/smsc/ |
| A D | smc91x.c | 90 static int nowait = SMC_NOWAIT; variable 91 module_param(nowait, int, 0400); 92 MODULE_PARM_DESC(nowait, "set to 1 for no wait state"); 2324 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
| /drivers/md/ |
| A D | raid1.c | 1031 static bool _wait_barrier(struct r1conf *conf, int idx, bool nowait) in _wait_barrier() argument 1085 if (nowait) { in _wait_barrier() 1100 static bool wait_read_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_read_barrier() argument 1128 if (nowait) { in wait_read_barrier() 1143 static bool wait_barrier(struct r1conf *conf, sector_t sector_nr, bool nowait) in wait_barrier() argument 1147 return _wait_barrier(conf, idx, nowait); in wait_barrier()
|
| A D | raid10.c | 1003 static bool wait_barrier(struct r10conf *conf, bool nowait) in wait_barrier() argument 1013 if (nowait) { in wait_barrier()
|
| A D | md.c | 6085 bool nowait = true; in md_run() local 6156 nowait = nowait && bdev_nowait(rdev->bdev); in md_run()
|
| /drivers/net/wireless/marvell/ |
| A D | mwl8k.c | 532 bool nowait) in mwl8k_request_fw() argument 538 if (nowait) in mwl8k_request_fw() 547 bool nowait) in mwl8k_request_firmware() argument 553 if (nowait) in mwl8k_request_firmware() 563 if (rc || nowait) in mwl8k_request_firmware() 567 if (nowait) { in mwl8k_request_firmware() 5828 bool nowait) in mwl8k_init_firmware() argument 5839 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5845 if (nowait) in mwl8k_init_firmware()
|
Completed in 71 milliseconds