Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/natsemi/
H A Dsonic.c156 static void sonic_quiesce(struct net_device *dev, u16 mask, bool may_sleep) in sonic_quiesce() argument
166 if (!may_sleep) in sonic_quiesce()
711 static int sonic_init(struct net_device *dev, bool may_sleep) in sonic_init() argument
733 sonic_quiesce(dev, SONIC_CR_ALL, may_sleep); in sonic_init()
762 sonic_quiesce(dev, SONIC_CR_RRRA, may_sleep); in sonic_init()
837 sonic_quiesce(dev, SONIC_CR_LCAM, may_sleep); in sonic_init()
H A Dsonic.h341 static int sonic_init(struct net_device *dev, bool may_sleep);
/linux/drivers/crypto/cavium/cpt/
H A Drequest_manager.h65 bool may_sleep; member
H A Dcptvf_algs.c204 req_info->may_sleep = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) != 0; in cvm_enc_dec()
/linux/drivers/tty/hvc/
H A Dhvc_console.c632 static int __hvc_poll(struct hvc_struct *hp, bool may_sleep) in __hvc_poll() argument
654 if (may_sleep) { in __hvc_poll()
725 if (may_sleep) { in __hvc_poll()
/linux/drivers/net/usb/
H A Dkaweth.c489 bool may_sleep);
783 bool may_sleep) in kaweth_async_set_rx_mode() argument
792 if (!may_sleep) in kaweth_async_set_rx_mode()
/linux/security/selinux/
H A Dhooks.c276 * @may_sleep parameter indicates when sleeping and thus reloading labels is
282 bool may_sleep) in __inode_security_revalidate() argument
287 if (may_sleep) in __inode_security_revalidate()