Home
last modified time | relevance | path

Searched refs:GFP_ATOMIC (Results 1 – 25 of 1738) sorted by relevance

12345678910>>...70

/Linux-v5.4/drivers/staging/rtl8712/
Drtl871x_cmd.c56 GFP_ATOMIC); in r8712_init_cmd_priv()
62 pcmdpriv->rsp_allocated_buf = kmalloc(MAX_RSPSZ + 4, GFP_ATOMIC); in r8712_init_cmd_priv()
80 pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC); in r8712_init_evt_priv()
185 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
188 psurveyPara = kmalloc(sizeof(*psurveyPara), GFP_ATOMIC); in r8712_sitesurvey_cmd()
218 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
221 pbsetdataratepara = kmalloc(sizeof(*pbsetdataratepara), GFP_ATOMIC); in r8712_setdatarate_cmd()
240 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_set_chplan_cmd()
243 psetchplanpara = kmalloc(sizeof(*psetchplanpara), GFP_ATOMIC); in r8712_set_chplan_cmd()
260 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setrfreg_cmd()
[all …]
Drtl871x_io.c52 GFP_ATOMIC); in _init_intf_hdl()
103 pio_queue = kmalloc(sizeof(*pio_queue), GFP_ATOMIC); in r8712_alloc_io_queue()
112 GFP_ATOMIC); in r8712_alloc_io_queue()
/Linux-v5.4/arch/x86/power/
Dhibernate_64.c55 p4d = (p4d_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping()
60 pud = (pud_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping()
64 pmd = (pmd_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping()
89 return (void *)get_safe_page(GFP_ATOMIC); in alloc_pgt_page()
104 pgd = (pgd_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_mappings()
Dhibernate_32.c37 pmd_table = (pmd_t *)get_safe_page(GFP_ATOMIC); in resume_one_md_table_init()
62 pte_t *page_table = (pte_t *)get_safe_page(GFP_ATOMIC); in resume_one_page_table_init()
175 resume_pg_dir = (pgd_t *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume()
/Linux-v5.4/net/batman-adv/
Dhash.c48 hash = kmalloc(sizeof(*hash), GFP_ATOMIC); in batadv_hash_new()
52 hash->table = kmalloc_array(size, sizeof(*hash->table), GFP_ATOMIC); in batadv_hash_new()
57 GFP_ATOMIC); in batadv_hash_new()
/Linux-v5.4/drivers/staging/rtl8188eu/core/
Drtw_cmd.c243 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_sitesurvey_cmd()
247 psurveyPara = kzalloc(sizeof(*psurveyPara), GFP_ATOMIC); in rtw_sitesurvey_cmd()
324 pcmd = kzalloc(sizeof(*pcmd), GFP_ATOMIC); in rtw_createbss_cmd()
366 pcmd = kzalloc(sizeof(*pcmd), GFP_ATOMIC); in rtw_joinbss_cmd()
490 param = kzalloc(sizeof(*param), GFP_ATOMIC); in rtw_disassoc_cmd()
499 cmdobj = kzalloc(sizeof(*cmdobj), GFP_ATOMIC); in rtw_disassoc_cmd()
596 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_clearstakey_cmd()
602 psetstakey_para = kzalloc(sizeof(*psetstakey_para), GFP_ATOMIC); in rtw_clearstakey_cmd()
609 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in rtw_clearstakey_cmd()
641 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_addbareq_cmd()
[all …]
/Linux-v5.4/include/acpi/platform/
Daclinuxex.h52 return kmalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate()
57 return kzalloc(size, irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_allocate_zeroed()
68 irqs_disabled()? GFP_ATOMIC : GFP_KERNEL); in acpi_os_acquire_object()
/Linux-v5.4/drivers/usb/gadget/
Du_f.c18 req = usb_ep_alloc_request(ep, GFP_ATOMIC); in alloc_ep_req()
22 req->buf = kmalloc(req->length, GFP_ATOMIC); in alloc_ep_req()
/Linux-v5.4/net/tipc/
Dmsg.c98 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC); in tipc_msg_create()
143 if (unlikely(skb_unclone(frag, GFP_ATOMIC))) in tipc_buf_append()
212 skb = skb_copy_expand(skb, BUF_HEADROOM, 0, GFP_ATOMIC); in tipc_msg_validate()
282 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
495 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract()
538 _skb = tipc_buf_acquire(max, GFP_ATOMIC); in tipc_msg_make_bundle()
589 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse()
620 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_msg_skb_clone()
712 _skb = __pskb_copy(skb, hdr_len, GFP_ATOMIC); in tipc_msg_reassemble()
721 frag = skb_clone(skb, GFP_ATOMIC); in tipc_msg_reassemble()
[all …]
Ddiscover.c108 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit()
327 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_timeout()
350 d = kmalloc(sizeof(*d), GFP_ATOMIC); in tipc_disc_create()
353 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create()
375 *skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_create()
411 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_reset()
/Linux-v5.4/net/sctp/
Dsm_sideeffect.c257 transport, GFP_ATOMIC); in sctp_generate_t3_rtx_event()
298 (void *)timeout_type, GFP_ATOMIC); in sctp_generate_timeout_event()
394 transport, GFP_ATOMIC); in sctp_generate_heartbeat_event()
434 asoc->state, asoc->ep, asoc, transport, GFP_ATOMIC); in sctp_generate_proto_unreach_event()
464 transport, GFP_ATOMIC); in sctp_generate_reconf_event()
594 GFP_ATOMIC); in sctp_cmd_init_failed()
620 asoc->stream.si->abort_pd(&asoc->ulpq, GFP_ATOMIC); in sctp_cmd_assoc_failed()
625 GFP_ATOMIC); in sctp_cmd_assoc_failed()
629 GFP_ATOMIC); in sctp_cmd_assoc_failed()
802 GFP_ATOMIC); in sctp_cmd_process_sack()
[all …]
Dstream.c587 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_outreq()
730 init_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq()
760 next_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq()
800 if (sctp_stream_alloc_in(stream, incnt, GFP_ATOMIC)) in sctp_process_strreset_addstrm_out()
831 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC); in sctp_process_strreset_addstrm_out()
879 ret = sctp_stream_alloc_out(stream, outcnt, GFP_ATOMIC); in sctp_process_strreset_addstrm_in()
963 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp()
980 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp()
1002 stsn, GFP_ATOMIC); in sctp_process_strreset_resp()
1028 stsn, rtsn, GFP_ATOMIC); in sctp_process_strreset_resp()
[all …]
/Linux-v5.4/net/psample/
Dpsample.c124 msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in psample_group_notify()
131 PSAMPLE_NL_MCGRP_CONFIG, GFP_ATOMIC); in psample_group_notify()
141 group = kzalloc(sizeof(*group), GFP_ATOMIC); in psample_group_create()
232 nl_skb = genlmsg_new(meta_len + data_len, GFP_ATOMIC); in psample_sample_packet()
283 PSAMPLE_NL_MCGRP_SAMPLE, GFP_ATOMIC); in psample_sample_packet()
/Linux-v5.4/drivers/staging/vt6656/
Dusbpipe.c147 status = usb_submit_urb(priv->interrupt_urb, GFP_ATOMIC); in vnt_start_interrupt_urb_complete()
174 ret = usb_submit_urb(priv->interrupt_urb, GFP_ATOMIC); in vnt_start_interrupt_urb()
222 if (usb_submit_urb(urb, GFP_ATOMIC)) { in vnt_submit_rx_urb_complete()
248 ret = usb_submit_urb(urb, GFP_ATOMIC); in vnt_submit_rx_urb()
310 status = usb_submit_urb(urb, GFP_ATOMIC); in vnt_tx_context()
/Linux-v5.4/arch/arm64/kernel/
Dhibernate.c376 dst_ptep = (pte_t *)get_safe_page(GFP_ATOMIC); in copy_pte()
399 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd()
434 dst_pudp = (pud_t *)get_safe_page(GFP_ATOMIC); in copy_pud()
500 tmp_pg_dir = (pgd_t *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume()
514 zero_page = (void *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume()
534 (void *)get_safe_page, GFP_ATOMIC); in swsusp_arch_resume()
/Linux-v5.4/net/netlabel/
Dnetlabel_kapi.c107 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add()
111 entry->domain = kstrdup(domain, GFP_ATOMIC); in netlbl_cfg_unlbl_map_add()
120 addrmap = kzalloc(sizeof(*addrmap), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add()
130 map4 = kzalloc(sizeof(*map4), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add()
147 map6 = kzalloc(sizeof(*map6), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add()
339 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add()
344 entry->domain = kstrdup(domain, GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add()
353 addrmap = kzalloc(sizeof(*addrmap), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add()
359 addrinfo = kzalloc(sizeof(*addrinfo), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add()
465 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_calipso_map_add()
[all …]
/Linux-v5.4/drivers/net/usb/
Dcdc_eem.c52 urb = usb_alloc_urb(0, GFP_ATOMIC); in eem_linkcmd()
59 status = usb_submit_urb(urb, GFP_ATOMIC); in eem_linkcmd()
217 skb2 = skb_clone(skb, GFP_ATOMIC); in eem_rx_fixup()
290 skb2 = skb_clone(skb, GFP_ATOMIC); in eem_rx_fixup()
/Linux-v5.4/net/ieee802154/
Dnetlink.c27 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create()
52 return genlmsg_multicast(&nl802154_family, msg, 0, group, GFP_ATOMIC); in ieee802154_nl_mcast()
59 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply()
/Linux-v5.4/net/x25/
Dx25_forward.c61 GFP_ATOMIC)) == NULL){ in x25_forward_call()
74 if ( (skbn = skb_clone(skb, GFP_ATOMIC)) == NULL){ in x25_forward_call()
119 if ( (skbn = pskb_copy(skb, GFP_ATOMIC)) == NULL){ in x25_forward_data()
Dx25_dev.c103 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
153 if ((skb = alloc_skb(1, GFP_ATOMIC)) == NULL) { in x25_establish_link()
187 skb = alloc_skb(1, GFP_ATOMIC); in x25_terminate_link()
/Linux-v5.4/net/decnet/
Ddn_nsp_out.c240 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output()
251 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output()
446 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_data_ack()
458 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_oth_ack()
488 dn_send_conn_conf(sk, GFP_ATOMIC); in dn_nsp_retrans_conn_conf()
589 gfp_t gfp = GFP_ATOMIC; in dn_nsp_return_disc()
601 gfp_t gfp = GFP_ATOMIC; in dn_nsp_send_link()
636 gfp_t allocation = (msgflg == NSP_CI) ? sk->sk_allocation : GFP_ATOMIC; in dn_nsp_send_conninit()
/Linux-v5.4/drivers/misc/mic/scif/
Dscif_ports.c38 struct scif_port *port = kzalloc(sizeof(*port), GFP_ATOMIC); in __scif_get_port()
43 id = idr_alloc(&scif_ports, port, start, end, GFP_ATOMIC); in __scif_get_port()
/Linux-v5.4/samples/connector/
Dcn_test.c53 skb = alloc_skb(size, GFP_ATOMIC);
122 m = kzalloc(sizeof(*m) + sizeof(data), GFP_ATOMIC); in cn_test_timer_func()
135 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
/Linux-v5.4/drivers/usb/serial/
Dcyberjack.c216 result = usb_submit_urb(port->write_urb, GFP_ATOMIC); in cyberjack_write()
292 result = usb_submit_urb(port->read_urb, GFP_ATOMIC); in cyberjack_read_int_callback()
301 result = usb_submit_urb(port->interrupt_in_urb, GFP_ATOMIC); in cyberjack_read_int_callback()
345 result = usb_submit_urb(port->read_urb, GFP_ATOMIC); in cyberjack_read_bulk_callback()
387 result = usb_submit_urb(port->write_urb, GFP_ATOMIC); in cyberjack_write_bulk_callback()
/Linux-v5.4/net/dccp/
Doutput.c387 return dccp_transmit_skb(sk, skb_clone(sk->sk_send_head, GFP_ATOMIC)); in dccp_retransmit_skb()
405 GFP_ATOMIC); in dccp_make_response()
463 skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_ctl_make_reset()
517 skb = sock_wmalloc(sk, sk->sk_prot->max_header, 1, GFP_ATOMIC); in dccp_send_reset()
577 GFP_ATOMIC); in dccp_send_ack()
638 struct sk_buff *skb = alloc_skb(sk->sk_prot->max_header, GFP_ATOMIC); in dccp_send_sync()
671 const gfp_t prio = active ? GFP_KERNEL : GFP_ATOMIC; in dccp_send_close()

12345678910>>...70