| /linux-6.15/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_reqmanager.c | 137 info->gather_components = kzalloc(g_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 154 info->scatter_components = kzalloc(s_sz_bytes, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 171 info->in_buffer = kzalloc(info->dlen, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 198 info->out_buffer = kzalloc(COMPLETION_CODE_SIZE, req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in setup_sgio_list() 420 info = kzalloc(sizeof(*info), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request() 442 info->completion_addr = kzalloc(sizeof(union cpt_res_s), req->may_sleep ? GFP_KERNEL : GFP_ATOMIC); in process_request()
|
| 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-6.15/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-6.15/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,
|
| H A D | w5100.c | 792 if (priv->ops->may_sleep) in w5100_tx_timeout() 832 if (priv->ops->may_sleep) { in w5100_start_tx() 931 if (priv->ops->may_sleep) in w5100_interrupt() 974 if (priv->ops->may_sleep) in w5100_set_rx_mode() 1172 if (ops->may_sleep) { in w5100_probe()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | rcu_pending.c | 421 void *ptr, bool may_sleep) in __rcu_pending_enqueue() argument 437 if (may_sleep && in __rcu_pending_enqueue() 463 if (may_sleep) { in __rcu_pending_enqueue() 472 may_sleep = false; in __rcu_pending_enqueue()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity.h | 129 const u8 *data, size_t len, u8 *digest, bool may_sleep);
|
| H A D | dm-verity-target.c | 155 struct crypto_wait *wait, bool may_sleep) in verity_ahash_init() argument 161 may_sleep ? CRYPTO_TFM_REQ_MAY_SLEEP | CRYPTO_TFM_REQ_MAY_BACKLOG : 0, in verity_ahash_init() 200 const u8 *data, size_t len, u8 *digest, bool may_sleep) in verity_hash() argument 208 r = verity_ahash_init(v, req, &wait, may_sleep) ?: in verity_hash()
|
| /linux-6.15/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 302 bool may_sleep; in udp_tunnel_nic_device_sync() local 310 may_sleep = info->flags & UDP_TUNNEL_NIC_INFO_MAY_SLEEP; in udp_tunnel_nic_device_sync() 311 if (!may_sleep) in udp_tunnel_nic_device_sync() 313 if (may_sleep || utn->need_replay) { in udp_tunnel_nic_device_sync()
|
| /linux-6.15/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-6.15/drivers/crypto/nx/ |
| H A D | nx.h | 157 u32 may_sleep);
|
| H A D | nx.c | 42 u32 may_sleep) in nx_hcall_sync() argument 51 } while (rc == -EBUSY && !may_sleep && retries--); in nx_hcall_sync()
|
| /linux-6.15/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-6.15/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-6.15/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);
|
| H A D | s2io.c | 1112 static int init_tti(struct s2io_nic *nic, int link, bool may_sleep) in init_tti() argument 1172 S2IO_BIT_RESET, may_sleep) != SUCCESS) in init_tti() 3339 int bit_state, bool may_sleep) in wait_for_cmd_complete() argument 3361 if (!may_sleep) in wait_for_cmd_complete() 4887 static void s2io_set_multicast(struct net_device *dev, bool may_sleep) in s2io_set_multicast() argument 4912 S2IO_BIT_RESET, may_sleep); in s2io_set_multicast() 4929 S2IO_BIT_RESET, may_sleep); in s2io_set_multicast() 5009 S2IO_BIT_RESET, may_sleep)) { in s2io_set_multicast() 5039 S2IO_BIT_RESET, may_sleep)) { in s2io_set_multicast()
|
| /linux-6.15/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-6.15/security/selinux/ |
| H A D | hooks.c | 279 bool may_sleep) in __inode_security_revalidate() argument 283 might_sleep_if(may_sleep); in __inode_security_revalidate() 292 if (!may_sleep) in __inode_security_revalidate()
|