Home
last modified time | relevance | path

Searched refs:nowait (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dloongson2_cpufreq.c25 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/
Dsync.c109 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/
Didle.c117 static int __initdata nowait; variable
121 nowait = 1; in wait_disable()
132 if (nowait) { in check_wait()
/linux-4.4.14/include/linux/
Dmroute.h106 struct rtmsg *rtm, int nowait);
Dmroute6.h118 struct rtmsg *rtm, int nowait);
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ioctl.c465 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/
Dfilesystems.xml.db53 API-ilookup5-nowait
56 API-find-inode-nowait
Dkernel-api.xml.db682 API-blk-execute-rq-nowait
Ddevice-drivers.xml.db344 API-request-firmware-nowait
/linux-4.4.14/drivers/base/
Dfirmware_class.c468 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/
Dsmc91x.c102 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/
Dmwl8k.c524 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/
Drocker.c409 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/
Dip6mr.c2279 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()
Droute.c3051 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/
Droute.c2413 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()
Dipmr.c2193 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/
Dprovider.txt268 much pressure on the nowait allocator.
/linux-4.4.14/net/decnet/
Ddn_route.c1556 int event, int nowait, unsigned int flags) in dn_rt_fill_info() argument