/linux-4.1.27/drivers/cpufreq/ |
D | loongson2_cpufreq.c | 25 static uint nowait; variable 173 if (!ret && !nowait) { in cpufreq_init() 183 if (!nowait && saved_cpu_wait) in cpufreq_exit() 195 module_param(nowait, uint, 0644); 196 MODULE_PARM_DESC(nowait, "Disable Loongson-2F specific wait");
|
/linux-4.1.27/fs/ |
D | sync.c | 104 int nowait = 0, wait = 1; in SYSCALL_DEFINE0() local 108 iterate_supers(sync_fs_one_sb, &nowait); in SYSCALL_DEFINE0() 119 int nowait = 0; in do_sync_work() local 125 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 126 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 128 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 129 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/linux-4.1.27/arch/mips/kernel/ |
D | idle.c | 117 static int __initdata nowait; variable 121 nowait = 1; in wait_disable() 132 if (nowait) { in check_wait()
|
/linux-4.1.27/include/linux/ |
D | mroute.h | 106 struct rtmsg *rtm, int nowait);
|
D | mroute6.h | 118 struct rtmsg *rtm, int nowait);
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 331 bool nowait; member 337 wait->nowait = false; in rocker_wait_reset() 1320 if (wait->nowait) { in rocker_cmd_irq_handler() 1499 bool nowait) in rocker_cmd_exec() argument 1506 wait = rocker_wait_create(nowait ? GFP_ATOMIC : GFP_KERNEL); in rocker_cmd_exec() 1509 wait->nowait = nowait; in rocker_cmd_exec() 1527 if (nowait) in rocker_cmd_exec() 2312 bool nowait) in rocker_flow_tbl_add() argument 2343 found, NULL, NULL, nowait); in rocker_flow_tbl_add() 2348 bool nowait) in rocker_flow_tbl_del() argument [all …]
|
/linux-4.1.27/drivers/base/ |
D | firmware_class.c | 449 bool nowait; member 553 if (add_uevent_var(env, "ASYNC=%d", fw_priv->nowait)) in do_firmware_uevent() 881 fw_priv->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.c | 102 static int nowait = SMC_NOWAIT; variable 103 module_param(nowait, int, 0400); 104 MODULE_PARM_DESC(nowait, "set to 1 for no wait state"); 2312 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 524 bool nowait) in mwl8k_request_fw() argument 530 if (nowait) in mwl8k_request_fw() 539 bool nowait) in mwl8k_request_firmware() argument 545 if (nowait) in mwl8k_request_firmware() 555 if (rc || nowait) in mwl8k_request_firmware() 559 if (nowait) { in mwl8k_request_firmware() 5788 bool nowait) in mwl8k_init_firmware() argument 5799 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5805 if (nowait) in mwl8k_init_firmware()
|
/linux-4.1.27/net/ipv6/ |
D | ip6mr.c | 2284 struct sk_buff *skb, struct rtmsg *rtm, int nowait) in ip6mr_get_route() argument 2311 if (nowait) { in ip6mr_get_route() 2352 if (!nowait && (rtm->rtm_flags&RTM_F_NOTIFY)) in ip6mr_get_route()
|
D | route.c | 2756 int prefix, int nowait, unsigned int flags) in rt6_fill_node() argument 2842 int err = ip6mr_get_route(net, skb, rtm, nowait); in rt6_fill_node() 2844 if (!nowait) { in rt6_fill_node()
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 2343 u32 seq, int event, int nowait, unsigned int flags) in rt_fill_info() argument 2425 r, nowait); in rt_fill_info() 2427 if (!nowait) { in rt_fill_info()
|
D | ipmr.c | 2201 struct rtmsg *rtm, int nowait) in ipmr_get_route() argument 2225 if (nowait) { in ipmr_get_route() 2260 if (!nowait && (rtm->rtm_flags & RTM_F_NOTIFY)) in ipmr_get_route()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 268 much pressure on the nowait allocator.
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 1551 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
|