Home
last modified time | relevance | path

Searched refs:may_sleep (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/wiznet/
Dw5100.h17 bool may_sleep; member
Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
Dw5100.c804 if (priv->ops->may_sleep) in w5100_tx_timeout()
844 if (priv->ops->may_sleep) { in w5100_start_tx()
943 if (priv->ops->may_sleep) in w5100_interrupt()
986 if (priv->ops->may_sleep) in w5100_set_rx_mode()
1182 if (ops->may_sleep) { in w5100_probe()
/Linux-v4.19/kernel/cgroup/
Drstat.c149 static void cgroup_rstat_flush_locked(struct cgroup *cgrp, bool may_sleep) in cgroup_rstat_flush_locked() argument
176 if (may_sleep && (need_resched() || in cgroup_rstat_flush_locked()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_console.c643 static int __hvc_poll(struct hvc_struct *hp, bool may_sleep) in __hvc_poll() argument
665 if (may_sleep) { in __hvc_poll()
736 if (may_sleep) { in __hvc_poll()
/Linux-v4.19/drivers/crypto/nx/
Dnx.h167 u32 may_sleep);
Dnx.c54 u32 may_sleep) in nx_hcall_sync() argument
63 } while (rc == -EBUSY && !may_sleep && retries--); in nx_hcall_sync()
/Linux-v4.19/security/selinux/
Dhooks.c281 bool may_sleep) in __inode_security_revalidate() argument
285 might_sleep_if(may_sleep); in __inode_security_revalidate()
289 if (!may_sleep) in __inode_security_revalidate()