/linux-4.4.14/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.4.14/fs/ |
D | sync.c | 109 int nowait = 0, wait = 1; in SYSCALL_DEFINE0() local 113 iterate_supers(sync_fs_one_sb, &nowait); in SYSCALL_DEFINE0() 124 int nowait = 0; in do_sync_work() local 130 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 131 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work() 133 iterate_supers(sync_inodes_one_sb, &nowait); in do_sync_work() 134 iterate_supers(sync_fs_one_sb, &nowait); in do_sync_work()
|
/linux-4.4.14/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.4.14/include/linux/ |
D | mroute.h | 106 struct rtmsg *rtm, int nowait);
|
D | mroute6.h | 118 struct rtmsg *rtm, int nowait);
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_ioctl.c | 465 bool nowait = false; in virtio_gpu_wait_ioctl() local 474 nowait = true; in virtio_gpu_wait_ioctl() 475 ret = virtio_gpu_object_wait(qobj, nowait); in virtio_gpu_wait_ioctl()
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 53 API-ilookup5-nowait 56 API-find-inode-nowait
|
D | kernel-api.xml.db | 682 API-blk-execute-rq-nowait
|
D | device-drivers.xml.db | 344 API-request-firmware-nowait
|
/linux-4.4.14/drivers/base/ |
D | firmware_class.c | 468 bool nowait; member 572 if (add_uevent_var(env, "ASYNC=%d", fw_priv->nowait)) in do_firmware_uevent() 900 fw_priv->nowait = !!(opt_flags & FW_OPT_NOWAIT); in fw_create_instance()
|
/linux-4.4.14/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"); 2320 lp->cfg.flags |= (nowait) ? SMC91X_NOWAIT : 0; in smc_drv_probe()
|
/linux-4.4.14/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() 5789 bool nowait) in mwl8k_init_firmware() argument 5800 rc = mwl8k_request_firmware(priv, fw_image, nowait); in mwl8k_init_firmware() 5806 if (nowait) in mwl8k_init_firmware()
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 409 bool nowait; member 415 wait->nowait = false; in rocker_wait_reset() 1401 if (wait->nowait) { in rocker_cmd_irq_handler() 1583 bool nowait = !!(flags & ROCKER_OP_FLAG_NOWAIT); in rocker_cmd_exec() local 1590 wait->nowait = nowait; in rocker_cmd_exec() 1614 if (nowait) in rocker_cmd_exec()
|
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 2279 struct sk_buff *skb, struct rtmsg *rtm, int nowait) in ip6mr_get_route() argument 2306 if (nowait) { in ip6mr_get_route() 2347 if (!nowait && (rtm->rtm_flags&RTM_F_NOTIFY)) in ip6mr_get_route()
|
D | route.c | 3051 int prefix, int nowait, unsigned int flags) in rt6_fill_node() argument 3143 int err = ip6mr_get_route(net, skb, rtm, nowait); in rt6_fill_node() 3145 if (!nowait) { in rt6_fill_node()
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 2413 u32 seq, int event, int nowait, unsigned int flags) in rt_fill_info() argument 2495 r, nowait); in rt_fill_info() 2497 if (!nowait) { in rt_fill_info()
|
D | ipmr.c | 2193 struct rtmsg *rtm, int nowait) in ipmr_get_route() argument 2217 if (nowait) { in ipmr_get_route() 2252 if (!nowait && (rtm->rtm_flags & RTM_F_NOTIFY)) in ipmr_get_route()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 268 much pressure on the nowait allocator.
|
/linux-4.4.14/net/decnet/ |
D | dn_route.c | 1556 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument
|