Searched refs:may_sleep (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/net/ethernet/wiznet/
H A Dw5100.h16 bool may_sleep; member in struct:w5100_ops
H A Dw5100-spi.c103 .may_sleep = true,
244 .may_sleep = true,
402 .may_sleep = true,
H A Dw5100.c792 if (priv->ops->may_sleep)
832 if (priv->ops->may_sleep) {
931 if (priv->ops->may_sleep)
974 if (priv->ops->may_sleep)
1172 if (ops->may_sleep) {
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
198 info->out_buffer = kzalloc(COMPLETION_CODE_SIZE, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
420 info = kzalloc(sizeof(*info), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
442 info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC);
H A Drequest_manager.h65 bool may_sleep; member in struct:cpt_request_info
H A Dcptvf_algs.c204 req_info->may_sleep = (req->base.flags & CRYPTO_TFM_REQ_MAY_SLEEP) != 0;
/linux-master/drivers/md/
H A Ddm-verity.h131 const u8 *data, size_t len, u8 *digest, bool may_sleep);
H A Ddm-verity-target.c139 struct crypto_wait *wait, bool may_sleep)
145 may_sleep ? CRYPTO_TFM_REQ_MAY_SLEEP | CRYPTO_TFM_REQ_MAY_BACKLOG : 0,
184 const u8 *data, size_t len, u8 *digest, bool may_sleep)
189 r = verity_hash_init(v, req, &wait, may_sleep);
138 verity_hash_init(struct dm_verity *v, struct ahash_request *req, struct crypto_wait *wait, bool may_sleep) argument
183 verity_hash(struct dm_verity *v, struct ahash_request *req, const u8 *data, size_t len, u8 *digest, bool may_sleep) argument
/linux-master/drivers/crypto/nx/
H A Dnx.h157 u32 may_sleep);
H A Dnx.c35 * @may_sleep: flag indicating the request can sleep
42 u32 may_sleep)
51 } while (rc == -EBUSY && !may_sleep && retries--);
40 nx_hcall_sync(struct nx_crypto_ctx *nx_ctx, struct vio_pfo_op *op, u32 may_sleep) argument
/linux-master/drivers/net/ethernet/natsemi/
H A Dsonic.c156 static void sonic_quiesce(struct net_device *dev, u16 mask, bool may_sleep) argument
166 if (!may_sleep)
711 static int sonic_init(struct net_device *dev, bool may_sleep) argument
733 sonic_quiesce(dev, SONIC_CR_ALL, may_sleep);
762 sonic_quiesce(dev, SONIC_CR_RRRA, may_sleep);
837 sonic_quiesce(dev, SONIC_CR_LCAM, may_sleep);
H A Dsonic.h341 static int sonic_init(struct net_device *dev, bool may_sleep);
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c632 static int __hvc_poll(struct hvc_struct *hp, bool may_sleep) argument
654 if (may_sleep) {
725 if (may_sleep) {
/linux-master/net/ipv4/
H A Dudp_tunnel_nic.c302 bool may_sleep; local
310 may_sleep = info->flags & UDP_TUNNEL_NIC_INFO_MAY_SLEEP;
311 if (!may_sleep)
313 if (may_sleep || utn->need_replay) {
/linux-master/drivers/net/usb/
H A Dkaweth.c489 bool may_sleep);
785 bool may_sleep)
794 if (!may_sleep)
784 kaweth_async_set_rx_mode(struct kaweth_device *kaweth, bool may_sleep) argument
/linux-master/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) argument
711 if (may_sleep) {
/linux-master/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);
H A Ds2io.c1105 * @may_sleep: parameter indicates if sleeping when waiting for
1112 static int init_tti(struct s2io_nic *nic, int link, bool may_sleep) argument
1172 S2IO_BIT_RESET, may_sleep) != SUCCESS)
3329 * @may_sleep: parameter indicates if sleeping when waiting for
3339 int bit_state, bool may_sleep)
3361 if (!may_sleep)
4876 * @may_sleep: parameter indicates if sleeping when waiting for command
4887 static void s2io_set_multicast(struct net_device *dev, bool may_sleep) argument
4912 S2IO_BIT_RESET, may_sleep);
4929 S2IO_BIT_RESET, may_sleep);
3338 wait_for_cmd_complete(void __iomem *addr, u64 busy_bit, int bit_state, bool may_sleep) argument
[all...]
/linux-master/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) argument
1706 if (push_scqe(card, vc, scq, &scqe, skb, may_sleep) != 0) {
1729 struct sk_buff *skb, bool may_sleep)
1740 if (!may_sleep) {
1785 if (!may_sleep) {
1728 push_scqe(ns_dev * card, vc_map * vc, scq_info * scq, ns_scqe * tbd, struct sk_buff *skb, bool may_sleep) argument
/linux-master/security/selinux/
H A Dhooks.c273 * @may_sleep parameter indicates when sleeping and thus reloading labels is
279 bool may_sleep)
283 might_sleep_if(may_sleep);
287 if (!may_sleep)
277 __inode_security_revalidate(struct inode *inode, struct dentry *dentry, bool may_sleep) argument

Completed in 210 milliseconds