/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_cmd.c | 68 GFP_ATOMIC); in _init_cmd_priv() 74 pcmdpriv->rsp_allocated_buf = kmalloc(MAX_RSPSZ + 4, GFP_ATOMIC); in _init_cmd_priv() 92 pevtpriv->evt_allocated_buf = kmalloc(MAX_EVTSZ + 4, GFP_ATOMIC); in _init_evt_priv() 230 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd() 233 psurveyPara = kmalloc(sizeof(*psurveyPara), GFP_ATOMIC); in r8712_sitesurvey_cmd() 263 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd() 266 pbsetdataratepara = kmalloc(sizeof(*pbsetdataratepara), GFP_ATOMIC); in r8712_setdatarate_cmd() 285 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_set_chplan_cmd() 288 psetchplanpara = kmalloc(sizeof(*psetchplanpara), GFP_ATOMIC); in r8712_set_chplan_cmd() 306 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setbasicrate_cmd() [all …]
|
D | rtl871x_io.c | 64 GFP_ATOMIC); in _init_intf_hdl() 115 pio_queue = kmalloc(sizeof(*pio_queue), GFP_ATOMIC); in r8712_alloc_io_queue() 124 GFP_ATOMIC); in r8712_alloc_io_queue()
|
/Linux-v4.19/net/batman-adv/ |
D | hash.c | 58 hash = kmalloc(sizeof(*hash), GFP_ATOMIC); in batadv_hash_new() 62 hash->table = kmalloc_array(size, sizeof(*hash->table), GFP_ATOMIC); in batadv_hash_new() 67 GFP_ATOMIC); in batadv_hash_new()
|
/Linux-v4.19/arch/x86/power/ |
D | hibernate_64.c | 76 p4d = (p4d_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping() 81 pud = (pud_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping() 85 pmd = (pmd_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_text_mapping() 110 return (void *)get_safe_page(GFP_ATOMIC); in alloc_pgt_page() 125 pgd = (pgd_t *)get_safe_page(GFP_ATOMIC); in set_up_temporary_mappings() 156 relocated_restore_code = get_safe_page(GFP_ATOMIC); in relocate_restore_code()
|
D | hibernate_32.c | 40 pmd_table = (pmd_t *)get_safe_page(GFP_ATOMIC); in resume_one_md_table_init() 65 pte_t *page_table = (pte_t *)get_safe_page(GFP_ATOMIC); in resume_one_page_table_init() 152 resume_pg_dir = (pgd_t *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume()
|
/Linux-v4.19/include/acpi/platform/ |
D | aclinuxex.h | 52 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-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_cmd.c | 246 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_sitesurvey_cmd() 250 psurveyPara = kzalloc(sizeof(struct sitesurvey_parm), GFP_ATOMIC); in rtw_sitesurvey_cmd() 328 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_createbss_cmd() 370 pcmd = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_joinbss_cmd() 494 param = kzalloc(sizeof(*param), GFP_ATOMIC); in rtw_disassoc_cmd() 503 cmdobj = kzalloc(sizeof(*cmdobj), GFP_ATOMIC); in rtw_disassoc_cmd() 600 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_clearstakey_cmd() 606 psetstakey_para = kzalloc(sizeof(struct set_stakey_parm), GFP_ATOMIC); in rtw_clearstakey_cmd() 613 psetstakey_rsp = kzalloc(sizeof(struct set_stakey_rsp), GFP_ATOMIC); in rtw_clearstakey_cmd() 645 ph2c = kzalloc(sizeof(struct cmd_obj), GFP_ATOMIC); in rtw_addbareq_cmd() [all …]
|
/Linux-v4.19/drivers/usb/gadget/ |
D | u_f.c | 18 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-v4.19/net/sctp/ |
D | sm_sideeffect.c | 272 transport, GFP_ATOMIC); in sctp_generate_t3_rtx_event() 313 (void *)timeout_type, GFP_ATOMIC); in sctp_generate_timeout_event() 409 transport, GFP_ATOMIC); in sctp_generate_heartbeat_event() 449 asoc->state, asoc->ep, asoc, transport, GFP_ATOMIC); in sctp_generate_proto_unreach_event() 479 transport, GFP_ATOMIC); in sctp_generate_reconf_event() 609 GFP_ATOMIC); in sctp_cmd_init_failed() 635 asoc->stream.si->abort_pd(&asoc->ulpq, GFP_ATOMIC); in sctp_cmd_assoc_failed() 640 GFP_ATOMIC); in sctp_cmd_assoc_failed() 644 GFP_ATOMIC); in sctp_cmd_assoc_failed() 817 GFP_ATOMIC); in sctp_cmd_process_sack() [all …]
|
D | stream.c | 666 GFP_ATOMIC); in sctp_process_strreset_outreq() 743 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_inreq() 812 init_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq() 842 next_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq() 905 if (sctp_stream_alloc_in(stream, incnt, GFP_ATOMIC)) in sctp_process_strreset_addstrm_out() 913 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC); in sctp_process_strreset_addstrm_out() 961 ret = sctp_stream_alloc_out(stream, outcnt, GFP_ATOMIC); in sctp_process_strreset_addstrm_in() 978 0, 0, ntohs(addstrm->number_of_streams), GFP_ATOMIC); in sctp_process_strreset_addstrm_in() 1048 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp() 1063 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp() [all …]
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | usbpipe.c | 141 status = usb_submit_urb(priv->interrupt_urb, GFP_ATOMIC); in vnt_start_interrupt_urb_complete() 166 status = usb_submit_urb(priv->interrupt_urb, GFP_ATOMIC); in vnt_start_interrupt_urb() 209 if (usb_submit_urb(urb, GFP_ATOMIC)) { in vnt_submit_rx_urb_complete() 234 status = usb_submit_urb(urb, GFP_ATOMIC); in vnt_submit_rx_urb() 295 status = usb_submit_urb(urb, GFP_ATOMIC); in vnt_tx_context()
|
/Linux-v4.19/net/psample/ |
D | psample.c | 126 msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in psample_group_notify() 133 PSAMPLE_NL_MCGRP_CONFIG, GFP_ATOMIC); in psample_group_notify() 143 group = kzalloc(sizeof(*group), GFP_ATOMIC); in psample_group_create() 226 nl_skb = genlmsg_new(meta_len + data_len, GFP_ATOMIC); in psample_sample_packet() 277 PSAMPLE_NL_MCGRP_SAMPLE, GFP_ATOMIC); in psample_sample_packet()
|
/Linux-v4.19/drivers/isdn/gigaset/ |
D | i4l.c | 246 commands = kcalloc(AT_NUM, sizeof(*commands), GFP_ATOMIC); in command_from_LL() 254 commands[AT_DIAL] = kmalloc(l, GFP_ATOMIC); in command_from_LL() 260 commands[AT_TYPE] = kstrdup("^SCTP=0\r", GFP_ATOMIC); in command_from_LL() 266 commands[AT_TYPE] = kstrdup("^SCTP=1\r", GFP_ATOMIC); in command_from_LL() 276 commands[AT_MSN] = kmalloc(l, GFP_ATOMIC); in command_from_LL() 286 commands[AT_BC] = kstrdup("^SBC=9090A3\r", GFP_ATOMIC); in command_from_LL() 293 commands[AT_BC] = kstrdup("^SBC=8890\r", GFP_ATOMIC); in command_from_LL() 299 commands[AT_PROTO] = kmalloc(9, GFP_ATOMIC); in command_from_LL() 304 commands[AT_ISO] = kmalloc(9, GFP_ATOMIC); in command_from_LL()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | hibernate.c | 368 dst_ptep = (pte_t *)get_safe_page(GFP_ATOMIC); in copy_pte() 391 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd() 426 dst_pudp = (pud_t *)get_safe_page(GFP_ATOMIC); in copy_pud() 492 tmp_pg_dir = (pgd_t *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume() 506 zero_page = (void *)get_safe_page(GFP_ATOMIC); in swsusp_arch_resume() 526 (void *)get_safe_page, GFP_ATOMIC); in swsusp_arch_resume()
|
/Linux-v4.19/net/netlabel/ |
D | netlabel_kapi.c | 121 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add() 125 entry->domain = kstrdup(domain, GFP_ATOMIC); in netlbl_cfg_unlbl_map_add() 134 addrmap = kzalloc(sizeof(*addrmap), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add() 144 map4 = kzalloc(sizeof(*map4), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add() 161 map6 = kzalloc(sizeof(*map6), GFP_ATOMIC); in netlbl_cfg_unlbl_map_add() 353 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add() 358 entry->domain = kstrdup(domain, GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add() 367 addrmap = kzalloc(sizeof(*addrmap), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add() 373 addrinfo = kzalloc(sizeof(*addrinfo), GFP_ATOMIC); in netlbl_cfg_cipsov4_map_add() 479 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in netlbl_cfg_calipso_map_add() [all …]
|
/Linux-v4.19/drivers/net/usb/ |
D | cdc_eem.c | 64 urb = usb_alloc_urb(0, GFP_ATOMIC); in eem_linkcmd() 71 status = usb_submit_urb(urb, GFP_ATOMIC); in eem_linkcmd() 229 skb2 = skb_clone(skb, GFP_ATOMIC); in eem_rx_fixup() 302 skb2 = skb_clone(skb, GFP_ATOMIC); in eem_rx_fixup()
|
/Linux-v4.19/net/tipc/ |
D | msg.c | 98 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() 436 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract() 479 _skb = tipc_buf_acquire(max, GFP_ATOMIC); in tipc_msg_make_bundle() 528 *skb = tipc_buf_acquire(BASIC_H_SIZE + dlen, GFP_ATOMIC); in tipc_msg_reverse() 638 _skb = __pskb_copy(skb, hdr_len, GFP_ATOMIC); in tipc_msg_reassemble() 647 frag = skb_clone(skb, GFP_ATOMIC); in tipc_msg_reassemble() 670 _skb = pskb_copy(skb, GFP_ATOMIC); in tipc_msg_pskb_copy()
|
D | discover.c | 108 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit() 326 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_timeout() 349 d = kmalloc(sizeof(*d), GFP_ATOMIC); in tipc_disc_create() 352 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create() 374 *skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_create() 410 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_reset()
|
/Linux-v4.19/net/x25/ |
D | x25_forward.c | 66 GFP_ATOMIC)) == NULL){ in x25_forward_call() 79 if ( (skbn = skb_clone(skb, GFP_ATOMIC)) == NULL){ in x25_forward_call() 124 if ( (skbn = pskb_copy(skb, GFP_ATOMIC)) == NULL){ in x25_forward_data()
|
D | x25_dev.c | 108 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame() 158 if ((skb = alloc_skb(1, GFP_ATOMIC)) == NULL) { in x25_establish_link() 192 skb = alloc_skb(1, GFP_ATOMIC); in x25_terminate_link()
|
/Linux-v4.19/net/ieee802154/ |
D | netlink.c | 35 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() 60 return genlmsg_multicast(&nl802154_family, msg, 0, group, GFP_ATOMIC); in ieee802154_nl_mcast() 67 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply()
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_ports.c | 47 struct scif_port *port = kzalloc(sizeof(*port), GFP_ATOMIC); in __scif_get_port() 52 id = idr_alloc(&scif_ports, port, start, end, GFP_ATOMIC); in __scif_get_port()
|
/Linux-v4.19/net/decnet/ |
D | dn_nsp_out.c | 248 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output() 259 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output() 454 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_data_ack() 466 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_oth_ack() 496 dn_send_conn_conf(sk, GFP_ATOMIC); in dn_nsp_retrans_conn_conf() 597 gfp_t gfp = GFP_ATOMIC; in dn_nsp_return_disc() 609 gfp_t gfp = GFP_ATOMIC; in dn_nsp_send_link() 644 gfp_t allocation = (msgflg == NSP_CI) ? sk->sk_allocation : GFP_ATOMIC; in dn_nsp_send_conninit()
|
/Linux-v4.19/samples/connector/ |
D | cn_test.c | 66 skb = alloc_skb(size, GFP_ATOMIC); 135 m = kzalloc(sizeof(*m) + sizeof(data), GFP_ATOMIC); in cn_test_timer_func() 148 cn_netlink_send(m, 0, 0, GFP_ATOMIC); in cn_test_timer_func()
|
/Linux-v4.19/net/mac80211/ |
D | mesh_pathtbl.c | 57 newtbl = kmalloc(sizeof(struct mesh_table), GFP_ATOMIC); in mesh_table_alloc() 187 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue() 256 ret = rhashtable_walk_init(&tbl->rhead, &iter, GFP_ATOMIC); in __mesh_path_lookup_by_idx() 430 new_mpath = mesh_path_new(sdata, dst, GFP_ATOMIC); in mesh_path_add() 476 new_mpath = mesh_path_new(sdata, dst, GFP_ATOMIC); in mpp_path_add() 509 ret = rhashtable_walk_init(&tbl->rhead, &iter, GFP_ATOMIC); in mesh_plink_broken() 577 ret = rhashtable_walk_init(&tbl->rhead, &iter, GFP_ATOMIC); in mesh_path_flush_by_nexthop() 605 ret = rhashtable_walk_init(&tbl->rhead, &iter, GFP_ATOMIC); in mpp_flush_by_proxy() 631 ret = rhashtable_walk_init(&tbl->rhead, &iter, GFP_ATOMIC); in table_flush_by_iface()
|