Home
last modified time | relevance | path

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

12345678910>>...92

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A 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()
180 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_sitesurvey_cmd()
183 psurveyPara = kmalloc(sizeof(*psurveyPara), GFP_ATOMIC); in r8712_sitesurvey_cmd()
215 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setdatarate_cmd()
218 pbsetdataratepara = kmalloc(sizeof(*pbsetdataratepara), GFP_ATOMIC); in r8712_setdatarate_cmd()
237 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_set_chplan_cmd()
240 psetchplanpara = kmalloc(sizeof(*psetchplanpara), GFP_ATOMIC); in r8712_set_chplan_cmd()
257 ph2c = kmalloc(sizeof(*ph2c), GFP_ATOMIC); in r8712_setrfreg_cmd()
[all …]
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/power/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhibernate.c193 pudp = (void *)get_safe_page(GFP_ATOMIC); in trans_pgd_map_page()
201 pudp = (void *)get_safe_page(GFP_ATOMIC); in trans_pgd_map_page()
209 pmdp = (void *)get_safe_page(GFP_ATOMIC); in trans_pgd_map_page()
217 ptep = (void *)get_safe_page(GFP_ATOMIC); in trans_pgd_map_page()
245 void *page = (void *)get_safe_page(GFP_ATOMIC); in create_safe_exec_page()
255 trans_pgd = (void *)get_safe_page(GFP_ATOMIC); in create_safe_exec_page()
499 dst_ptep = (pte_t *)get_safe_page(GFP_ATOMIC); in copy_pte()
522 dst_pmdp = (pmd_t *)get_safe_page(GFP_ATOMIC); in copy_pmd()
557 dst_pudp = (pud_t *)get_safe_page(GFP_ATOMIC); in copy_pud()
627 pgd_t *trans_pgd = (pgd_t *)get_safe_page(GFP_ATOMIC); in trans_pgd_create_copy()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_cmd.c249 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_sitesurvey_cmd()
253 psurveyPara = kzalloc(sizeof(*psurveyPara), GFP_ATOMIC); in rtw_sitesurvey_cmd()
334 pcmd = kzalloc(sizeof(*pcmd), GFP_ATOMIC); in rtw_createbss_cmd()
377 pcmd = kzalloc(sizeof(*pcmd), GFP_ATOMIC); in rtw_joinbss_cmd()
508 param = kzalloc(sizeof(*param), GFP_ATOMIC); in rtw_disassoc_cmd()
517 cmdobj = kzalloc(sizeof(*cmdobj), GFP_ATOMIC); in rtw_disassoc_cmd()
615 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_clearstakey_cmd()
621 psetstakey_para = kzalloc(sizeof(*psetstakey_para), GFP_ATOMIC); in rtw_clearstakey_cmd()
628 psetstakey_rsp = kzalloc(sizeof(*psetstakey_rsp), GFP_ATOMIC); in rtw_clearstakey_cmd()
660 ph2c = kzalloc(sizeof(*ph2c), GFP_ATOMIC); in rtw_addbareq_cmd()
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A 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()
/OK3568_Linux_fs/kernel/net/sctp/
H A 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()
468 transport, GFP_ATOMIC); in sctp_generate_reconf_event()
601 GFP_ATOMIC); in sctp_cmd_init_failed()
627 asoc->stream.si->abort_pd(&asoc->ulpq, GFP_ATOMIC); in sctp_cmd_assoc_failed()
632 GFP_ATOMIC); in sctp_cmd_assoc_failed()
636 GFP_ATOMIC); in sctp_cmd_assoc_failed()
807 GFP_ATOMIC); in sctp_cmd_process_sack()
[all …]
H A Dstream.c597 SCTP_STREAM_RESET_INCOMING_SSN, nums, str_p, GFP_ATOMIC); in sctp_process_strreset_outreq()
740 init_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq()
770 next_tsn, GFP_ATOMIC); in sctp_process_strreset_tsnreq()
810 if (sctp_stream_alloc_in(stream, incnt, GFP_ATOMIC)) in sctp_process_strreset_addstrm_out()
841 0, ntohs(addstrm->number_of_streams), 0, GFP_ATOMIC); in sctp_process_strreset_addstrm_out()
889 ret = sctp_stream_alloc_out(stream, outcnt, GFP_ATOMIC); in sctp_process_strreset_addstrm_in()
973 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp()
990 nums, str_p, GFP_ATOMIC); in sctp_process_strreset_resp()
1012 stsn, GFP_ATOMIC); in sctp_process_strreset_resp()
1038 stsn, rtsn, GFP_ATOMIC); in sctp_process_strreset_resp()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dosdep_service_linux.h208 pbuf = rtkm_kmalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_malloc()
210 pbuf = kmalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_malloc()
234 void *pbuf = rtkm_kzalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_zmalloc()
237 void *pbuf = kzalloc( sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_zmalloc()
272 return usb_alloc_coherent(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); in _rtw_usb_buffer_alloc()
274 return usb_buffer_alloc(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); in _rtw_usb_buffer_alloc()
594 return __dev_alloc_skb(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_alloc()
604 return skb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_copy()
609 return skb_clone(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_clone()
620 return pskb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_pskb_copy()
[all …]
/OK3568_Linux_fs/kernel/include/acpi/platform/
H A 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()
/OK3568_Linux_fs/kernel/net/netlabel/
H A 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 …]
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_forward.c86 skb = __pskb_copy(skb_in, skb_headroom(skb_in) - HSR_HLEN, GFP_ATOMIC); in create_stripped_skb_hsr()
122 return skb_clone(frame->skb_std, GFP_ATOMIC); in hsr_get_untagged_frame()
136 GFP_ATOMIC); in prp_get_untagged_frame()
145 return skb_clone(frame->skb_std, GFP_ATOMIC); in prp_get_untagged_frame()
249 return skb_clone(frame->skb_hsr, GFP_ATOMIC); in hsr_create_tagged_frame()
254 skb_headroom(frame->skb_std) + HSR_HLEN, GFP_ATOMIC); in hsr_create_tagged_frame()
291 return skb_clone(frame->skb_prp, GFP_ATOMIC); in prp_create_tagged_frame()
296 GFP_ATOMIC); in prp_create_tagged_frame()
H A Dhsr_netlink.c194 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_ringerror()
212 genlmsg_multicast(&hsr_genl_family, skb, 0, 0, GFP_ATOMIC); in hsr_nl_ringerror()
236 skb = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_nl_nodedown()
249 genlmsg_multicast(&hsr_genl_family, skb, 0, 0, GFP_ATOMIC); in hsr_nl_nodedown()
309 skb_out = genlmsg_new(NLMSG_GOODSIZE, GFP_ATOMIC); in hsr_get_node_status()
436 skb_out = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_ATOMIC); in hsr_get_node_list()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dosdep_service_linux.h206 pbuf = rtkm_kmalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_malloc()
208 pbuf = kmalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_malloc()
232 void *pbuf = rtkm_kzalloc(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_zmalloc()
235 void *pbuf = kzalloc( sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_zmalloc()
270 return usb_alloc_coherent(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); in _rtw_usb_buffer_alloc()
272 return usb_buffer_alloc(dev, size, (in_interrupt() ? GFP_ATOMIC : GFP_KERNEL), dma); in _rtw_usb_buffer_alloc()
596 return __dev_alloc_skb(sz, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_alloc()
606 return skb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_copy()
611 return skb_clone(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_clone()
622 return pskb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_pskb_copy()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c106 buf = tipc_buf_acquire(hdr_sz + data_sz, GFP_ATOMIC); in tipc_msg_create()
154 frag = skb_unshare(frag, GFP_ATOMIC); in tipc_buf_append()
265 skb = skb_copy_expand(skb, BUF_HEADROOM, 0, GFP_ATOMIC); in tipc_msg_validate()
336 _skb = tipc_buf_acquire(INT_H_SIZE + eat, GFP_ATOMIC); in tipc_msg_fragment()
552 GFP_ATOMIC))) in tipc_msg_try_bundle()
600 *iskb = tipc_buf_acquire(imsz, GFP_ATOMIC); in tipc_msg_extract()
651 *skb = tipc_buf_acquire(hlen + dlen, GFP_ATOMIC); in tipc_msg_reverse()
682 _skb = skb_clone(skb, GFP_ATOMIC); in tipc_msg_skb_clone()
771 _skb = __pskb_copy(skb, hdr_len, GFP_ATOMIC); in tipc_msg_reassemble()
780 frag = skb_clone(skb, GFP_ATOMIC); in tipc_msg_reassemble()
[all …]
H A Ddiscover.c109 skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_msg_xmit()
332 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_timeout()
355 d = kmalloc(sizeof(*d), GFP_ATOMIC); in tipc_disc_create()
358 d->skb = tipc_buf_acquire(MAX_H_SIZE + NODE_ID_LEN, GFP_ATOMIC); in tipc_disc_create()
380 *skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_create()
415 skb = skb_clone(d->skb, GFP_ATOMIC); in tipc_disc_reset()
/OK3568_Linux_fs/kernel/net/decnet/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/usb/cx231xx/
H A Dcx231xx-audio.c162 status = usb_submit_urb(urb, GFP_ATOMIC); in cx231xx_audio_isocirq()
249 status = usb_submit_urb(urb, GFP_ATOMIC); in cx231xx_audio_bulkirq()
275 dev->adev.transfer_buffer[i] = kmalloc(sb_size, GFP_ATOMIC); in cx231xx_init_audio_isoc()
280 urb = usb_alloc_urb(CX231XX_ISO_NUM_AUDIO_PACKETS, GFP_ATOMIC); in cx231xx_init_audio_isoc()
309 errCode = usb_submit_urb(dev->adev.urb[i], GFP_ATOMIC); in cx231xx_init_audio_isoc()
336 dev->adev.transfer_buffer[i] = kmalloc(sb_size, GFP_ATOMIC); in cx231xx_init_audio_bulk()
341 urb = usb_alloc_urb(CX231XX_NUM_AUDIO_PACKETS, GFP_ATOMIC); in cx231xx_init_audio_bulk()
364 errCode = usb_submit_urb(dev->adev.urb[i], GFP_ATOMIC); in cx231xx_init_audio_bulk()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A 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()
/OK3568_Linux_fs/kernel/net/x25/
H A 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()
H A Dx25_dev.c103 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
155 if ((skb = alloc_skb(1, GFP_ATOMIC)) == NULL) { in x25_establish_link()
189 skb = alloc_skb(1, GFP_ATOMIC); in x25_terminate_link()
/OK3568_Linux_fs/kernel/net/ieee802154/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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()
388 result = usb_submit_urb(port->write_urb, GFP_ATOMIC); in cyberjack_write_bulk_callback()

12345678910>>...92