| /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/net/ethernet/wiznet/ |
| H A D | w5100.h | 16 bool may_sleep; member
|
| H A D | w5100-spi.c | 103 .may_sleep = true, 244 .may_sleep = true, 402 .may_sleep = true,
|
| /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); 785 bool may_sleep) in kaweth_async_set_rx_mode() argument 794 if (!may_sleep) in kaweth_async_set_rx_mode()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_mpc52xx.c | 79 static void mpc52xx_fec_stop(struct net_device *dev, bool may_sleep); 698 static void mpc52xx_fec_stop(struct net_device *dev, bool may_sleep) in mpc52xx_fec_stop() argument 711 if (may_sleep) { in mpc52xx_fec_stop()
|
| /linux/drivers/net/ethernet/neterion/ |
| H A D | s2io.h | 1068 static void s2io_set_multicast(struct net_device *dev, bool may_sleep); 1089 int bit_state, bool may_sleep);
|
| /linux/drivers/atm/ |
| H A D | nicstar.c | 135 struct sk_buff *skb, bool may_sleep); 1622 static int _ns_send(struct atm_vcc *vcc, struct sk_buff *skb, bool may_sleep) in _ns_send() argument 1706 if (push_scqe(card, vc, scq, &scqe, skb, may_sleep) != 0) { in _ns_send() 1729 struct sk_buff *skb, bool may_sleep) in push_scqe() argument 1740 if (!may_sleep) { in push_scqe() 1785 if (!may_sleep) { in push_scqe()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 4315 static int make_file_dynptr(struct file *file, u32 flags, bool may_sleep, in make_file_dynptr() argument 4333 freader_init_from_file(&state->freader, NULL, 0, file, may_sleep); in make_file_dynptr()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 282 bool may_sleep) in __inode_security_revalidate() argument 287 if (may_sleep) in __inode_security_revalidate()
|