Home
last modified time | relevance | path

Searched refs:may_sleep (Results 1 – 13 of 13) 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/net/ethernet/wiznet/
H A Dw5100.h16 bool may_sleep; member
H A Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
/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);
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 Dfec_mpc52xx.c79 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 Ds2io.h1068 static void s2io_set_multicast(struct net_device *dev, bool may_sleep);
1089 int bit_state, bool may_sleep);
/linux/drivers/atm/
H A Dnicstar.c135 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 Dhelpers.c4315 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 Dhooks.c282 bool may_sleep) in __inode_security_revalidate() argument
287 if (may_sleep) in __inode_security_revalidate()