Searched refs:may_sleep (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | sonic.c | 156 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 D | sonic.h | 341 static int sonic_init(struct net_device *dev, bool may_sleep);
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | request_manager.h | 65 bool may_sleep; member
|
| H A D | cptvf_algs.c | 204 req_info->may_sleep = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) != 0; in cvm_enc_dec()
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_console.c | 632 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 D | kaweth.c | 489 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 D | hooks.c | 276 * @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()
|