/linux-2.4.37.9/net/irda/ |
D | irias_object.c | 60 new_str = kmalloc(len + 1, GFP_ATOMIC); in strndup() 86 GFP_ATOMIC); in irias_new_object() 319 GFP_ATOMIC); in irias_add_integer_attrib() 354 GFP_ATOMIC); in irias_add_octseq_attrib() 387 GFP_ATOMIC); in irias_add_string_attrib() 412 value = kmalloc(sizeof(struct ias_value), GFP_ATOMIC); in irias_new_integer_value() 437 value = kmalloc(sizeof(struct ias_value), GFP_ATOMIC); in irias_new_string_value() 464 value = kmalloc(sizeof(struct ias_value), GFP_ATOMIC); in irias_new_octseq_value() 477 value->t.oct_seq = kmalloc(len, GFP_ATOMIC); in irias_new_octseq_value() 491 value = kmalloc(sizeof(struct ias_value), GFP_ATOMIC); in irias_new_missing_value()
|
/linux-2.4.37.9/drivers/sbus/ |
D | sbus.c | 191 this_dev->next = kmalloc(sizeof(struct sbus_dev), GFP_ATOMIC); in sbus_do_child_siblings() 201 GFP_ATOMIC); in sbus_do_child_siblings() 391 sbus = sbus_root = kmalloc(sizeof(struct sbus_bus), GFP_ATOMIC); in sbus_init() 439 sbus->devices = kmalloc(sizeof(struct sbus_dev), GFP_ATOMIC); in sbus_init() 452 GFP_ATOMIC); in sbus_init() 469 GFP_ATOMIC); in sbus_init() 482 GFP_ATOMIC); in sbus_init() 523 sbus->next = kmalloc(sizeof(struct sbus_bus), GFP_ATOMIC); in sbus_init()
|
D | dvma.c | 92 dma = kmalloc(sizeof(struct sbus_dma), GFP_ATOMIC); in dvma_init() 128 dma = kmalloc(sizeof(struct sbus_dma), GFP_ATOMIC); in sun4_dvma_init()
|
/linux-2.4.37.9/drivers/scsi/ |
D | scsi_dma.c | 311 kmalloc(size, GFP_ATOMIC); in scsi_resize_dma_pool() 317 kmalloc(size, GFP_ATOMIC); in scsi_resize_dma_pool() 333 __get_free_pages(GFP_ATOMIC | GFP_DMA, 0); in scsi_resize_dma_pool() 423 kmalloc(size, GFP_ATOMIC); in scsi_init_minimal_dma_pool() 429 GFP_ATOMIC); in scsi_init_minimal_dma_pool() 433 __get_free_pages(GFP_ATOMIC | GFP_DMA, 0); in scsi_init_minimal_dma_pool()
|
D | hosts.c | 128 GFP_DMA : 0) | GFP_ATOMIC); in scsi_register() 157 shn = (Scsi_Host_Name *) kmalloc(sizeof(Scsi_Host_Name), GFP_ATOMIC); in scsi_register() 163 shn->name = kmalloc(hname_len + 1, GFP_ATOMIC); in scsi_register()
|
/linux-2.4.37.9/net/x25/ |
D | x25_link.c | 130 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in x25_transmit_restart_request() 159 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in x25_transmit_restart_confirmation() 186 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in x25_transmit_diagnostic() 215 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in x25_transmit_clear_request() 288 if ((x25_neigh = kmalloc(sizeof(*x25_neigh), GFP_ATOMIC)) == NULL) in x25_link_device_up()
|
/linux-2.4.37.9/net/decnet/ |
D | dn_nsp_out.c | 273 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output() 284 reduce_win = dn_nsp_clone_and_send(skb, GFP_ATOMIC); in dn_nsp_output() 469 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_data_ack() 481 if ((skb = dn_alloc_skb(sk, 9, GFP_ATOMIC)) == NULL) in dn_nsp_send_oth_ack() 522 dn_send_conn_conf(sk, GFP_ATOMIC); in dn_nsp_retrans_conn_conf() 622 int gfp = GFP_ATOMIC; in dn_nsp_return_disc() 635 int gfp = GFP_ATOMIC; in dn_nsp_send_link() 675 if ((skb = dn_alloc_skb(sk, 200, (msgflg == NSP_CI) ? sk->allocation : GFP_ATOMIC)) == NULL) in dn_nsp_send_conninit()
|
/linux-2.4.37.9/net/sctp/ |
D | sm_sideeffect.c | 247 transport, GFP_ATOMIC); in sctp_generate_t3_rtx_event() 287 (void *)timeout_type, GFP_ATOMIC); in sctp_generate_timeout_event() 363 transport, GFP_ATOMIC); in sctp_generate_heartbeat_event() 444 GFP_ATOMIC); in sctp_cmd_init_failed() 469 sctp_ulpq_abort_pd(&asoc->ulpq, GFP_ATOMIC); in sctp_cmd_assoc_failed() 473 GFP_ATOMIC); in sctp_cmd_assoc_failed() 633 GFP_ATOMIC); in sctp_cmd_process_sack() 1049 sctp_ulpq_abort_pd(&asoc->ulpq, GFP_ATOMIC); in sctp_cmd_interpreter() 1074 new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC, in sctp_cmd_interpreter() 1153 GFP_ATOMIC); in sctp_cmd_interpreter() [all …]
|
D | sm_statefuns.c | 175 0, 0, 0, GFP_ATOMIC); in sctp_sf_do_4_C() 325 new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC); in sctp_sf_do_5_1B_init() 333 GFP_ATOMIC)) in sctp_sf_do_5_1B_init() 348 if (sctp_assoc_set_bind_addr_from_ep(new_asoc, GFP_ATOMIC) < 0) in sctp_sf_do_5_1B_init() 351 repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len); in sctp_sf_do_5_1B_init() 630 new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error, in sctp_sf_do_5_1D_ce() 681 peer_init, GFP_ATOMIC)) in sctp_sf_do_5_1D_ce() 699 GFP_ATOMIC); in sctp_sf_do_5_1D_ce() 712 GFP_ATOMIC); in sctp_sf_do_5_1D_ce() 804 GFP_ATOMIC); in sctp_sf_do_5_1E_ca() [all …]
|
/linux-2.4.37.9/net/rose/ |
D | rose_link.c | 185 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in rose_transmit_restart_request() 214 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in rose_transmit_restart_confirmation() 241 if ((skb = alloc_skb(len, GFP_ATOMIC)) == NULL) in rose_transmit_diagnostic() 276 if ((skb = alloc_skb(len + faclen, GFP_ATOMIC)) == NULL) in rose_transmit_clear_request()
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | initializers.c | 71 bcb = kmalloc(sizeof *bcb, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_ucr61s2b_init() 75 bcs = kmalloc(sizeof *bcs, in_interrupt() ? GFP_ATOMIC : GFP_NOIO); in usb_stor_ucr61s2b_init()
|
/linux-2.4.37.9/drivers/bluetooth/ |
D | hci_usb.c | 188 buf = kmalloc(size, GFP_ATOMIC); in hci_usb_intr_rx_submit() 192 _urb = _urb_alloc(0, GFP_ATOMIC); in hci_usb_intr_rx_submit() 223 buf = kmalloc(size, GFP_ATOMIC); in hci_usb_bulk_rx_submit() 227 _urb = _urb_alloc(0, GFP_ATOMIC); in hci_usb_bulk_rx_submit() 264 buf = kmalloc(size, GFP_ATOMIC); in hci_usb_isoc_rx_submit() 268 _urb = _urb_alloc(HCI_MAX_ISOC_FRAMES, GFP_ATOMIC); in hci_usb_isoc_rx_submit() 439 _urb = _urb_alloc(0, GFP_ATOMIC); in hci_usb_send_ctrl() 444 dr = kmalloc(sizeof(*dr), GFP_ATOMIC); in hci_usb_send_ctrl() 475 _urb = _urb_alloc(0, GFP_ATOMIC); in hci_usb_send_bulk() 500 _urb = _urb_alloc(HCI_MAX_ISOC_FRAMES, GFP_ATOMIC); in hci_usb_send_isoc() [all …]
|
/linux-2.4.37.9/drivers/isdn/tpam/ |
D | tpam_commands.c | 552 if (!(finaldata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_writebuf_skb() 568 if (!(tempdata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_writebuf_skb() 895 if (!(tempdata = (void *)__get_free_page(GFP_ATOMIC))) { in tpam_recv_U3DataInd() 902 if (!(result = alloc_skb(templen, GFP_ATOMIC))) { in tpam_recv_U3DataInd() 913 if (!(result = alloc_skb(len, GFP_ATOMIC))) { in tpam_recv_U3DataInd() 925 if (!(loopskb = alloc_skb(skb->len, GFP_ATOMIC))) { in tpam_recv_U3DataInd() 1004 GFP_ATOMIC))) { in tpam_statcallb() 1010 GFP_ATOMIC))) { in tpam_statcallb()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | setup64.c | 123 __get_free_pages(GFP_ATOMIC, IRQSTACK_ORDER); in pda_init() 126 level4 = (pml4_t *)__get_free_pages(GFP_ATOMIC, 0); in pda_init() 237 estack = __get_free_pages(GFP_ATOMIC, EXCEPTION_STK_ORDER); in cpu_init()
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_input.c | 63 if ((skb = skb_share_check(skb, GFP_ATOMIC)) == NULL) in ipv6_rcv() 181 buff = skb_clone(skb, GFP_ATOMIC); in ip6_input_finish() 243 skb2 = skb_clone(skb, GFP_ATOMIC); in ip6_mc_input()
|
/linux-2.4.37.9/drivers/video/ |
D | fbcmap.c | 109 if (!(cmap->red = kmalloc(size, GFP_ATOMIC))) in fb_alloc_cmap() 111 if (!(cmap->green = kmalloc(size, GFP_ATOMIC))) in fb_alloc_cmap() 113 if (!(cmap->blue = kmalloc(size, GFP_ATOMIC))) in fb_alloc_cmap() 116 if (!(cmap->transp = kmalloc(size, GFP_ATOMIC))) in fb_alloc_cmap()
|
/linux-2.4.37.9/drivers/net/ |
D | ethertap.c | 195 skb = skb_clone(skb, GFP_ATOMIC); /* Clone the buffer */ in ethertap_start_xmit() 208 netlink_broadcast(lp->nl, skb, 0, ~0, GFP_ATOMIC); in ethertap_start_xmit() 211 netlink_broadcast(lp->nl, skb, 0, ~0, GFP_ATOMIC); in ethertap_start_xmit() 221 netlink_broadcast(lp->nl, skb, 0, ethertap_mc_hash(eth->h_dest), GFP_ATOMIC); in ethertap_start_xmit()
|
/linux-2.4.37.9/net/802/ |
D | llc_sendpdu.c | 118 skb = alloc_skb(16 + fl, GFP_ATOMIC); in llc_sendpdu() 216 tmp=skb_clone(skb, GFP_ATOMIC); in llc_sendipdu() 282 tmp=skb_clone(skb, GFP_ATOMIC); in llc_resend_ipdu()
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_iface.c | 66 if ((protocol = kmalloc(sizeof(*protocol), GFP_ATOMIC)) == NULL) in ax25_protocol_register() 121 if ((linkfail = kmalloc(sizeof(*linkfail), GFP_ATOMIC)) == NULL) in ax25_linkfail_register() 178 if ((listen = kmalloc(sizeof(*listen), GFP_ATOMIC)) == NULL) in ax25_listen_register()
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_snmp_basic.c | 399 *octets = kmalloc(eoc - ctx->pointer, GFP_ATOMIC); in asn1_octets_decode() 450 *oid = kmalloc(size * sizeof(unsigned long), GFP_ATOMIC); in asn1_oid_decode() 725 GFP_ATOMIC); in snmp_object_decode() 741 GFP_ATOMIC); in snmp_object_decode() 757 *obj = kmalloc(sizeof(struct snmp_object), GFP_ATOMIC); in snmp_object_decode() 777 *obj = kmalloc(sizeof(struct snmp_object) + len, GFP_ATOMIC); in snmp_object_decode() 797 *obj = kmalloc(sizeof(struct snmp_object) + len, GFP_ATOMIC); in snmp_object_decode() 816 *obj = kmalloc(sizeof(struct snmp_object) + len, GFP_ATOMIC); in snmp_object_decode() 1164 obj = kmalloc(sizeof(struct snmp_object), GFP_ATOMIC); in snmp_parse_mangle()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | zero.c | 491 req = usb_ep_alloc_request (ep, GFP_ATOMIC); in alloc_ep_req() 495 &req->dma, GFP_ATOMIC); in alloc_ep_req() 612 status = usb_ep_queue (ep, req, GFP_ATOMIC); in source_sink_complete() 716 status = usb_ep_queue (dev->in_ep, req, GFP_ATOMIC); in loopback_complete() 728 status = usb_ep_queue (dev->out_ep, req, GFP_ATOMIC); in loopback_complete() 805 result = usb_ep_queue (ep, req, GFP_ATOMIC); in set_loopback_config() 991 value = zero_set_config (dev, ctrl->wValue, GFP_ATOMIC); in zero_setup() 1020 zero_set_config (dev, config, GFP_ATOMIC); in zero_setup() 1078 value = usb_ep_queue (gadget->ep0, req, GFP_ATOMIC); in zero_setup()
|
/linux-2.4.37.9/drivers/isdn/hysdn/ |
D | hycapi.c | 169 if (!(skb = alloc_skb(len, GFP_ATOMIC))) { in hycapi_register_internal() 208 skb = skb_copy(hycapi_applications[i].listen_req[ctrl->cnr-1], GFP_ATOMIC); in hycapi_restart_internal() 277 if (!(skb = alloc_skb(len, GFP_ATOMIC))) { in hycapi_release_internal() 420 if (!(hycapi_applications[appl_id-1].listen_req[ctrl->cnr-1] = skb_copy(skb, GFP_ATOMIC))) in hycapi_send_message() 554 if (!(skb = alloc_skb(len2, GFP_ATOMIC))) { in hycapi_rx_capipkt() 565 if (!(skb = alloc_skb(len, GFP_ATOMIC))) { in hycapi_rx_capipkt() 782 cinfo = (hycapictrl_info *) kmalloc(sizeof(hycapictrl_info), GFP_ATOMIC); in hycapi_capi_create()
|
/linux-2.4.37.9/net/bridge/ |
D | br_forward.c | 100 if ((skb2 = skb_clone(skb, GFP_ATOMIC)) == NULL) { in br_flood() 116 if ((skb2 = skb_clone(skb, GFP_ATOMIC)) == NULL) { in br_flood()
|
/linux-2.4.37.9/net/ipv4/ |
D | tcp_output.c | 449 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcp_fragment() 453 buff = tcp_alloc_skb(sk, nsize, GFP_ATOMIC); in tcp_fragment() 594 if (tcp_transmit_skb(sk, skb_clone(skb, GFP_ATOMIC))) in tcp_write_xmit() 896 pskb_copy(skb, GFP_ATOMIC): in tcp_retransmit_skb() 897 skb_clone(skb, GFP_ATOMIC))); in tcp_retransmit_skb() 1100 struct sk_buff *nskb = skb_copy(skb, GFP_ATOMIC); in tcp_send_synack() 1114 return tcp_transmit_skb(sk, skb_clone(skb, GFP_ATOMIC)); in tcp_send_synack() 1128 skb = sock_wmalloc(sk, MAX_TCP_HEADER + 15, 1, GFP_ATOMIC); in tcp_make_synack() 1340 buff = alloc_skb(MAX_TCP_HEADER, GFP_ATOMIC); in tcp_send_ack() 1378 skb = alloc_skb(MAX_TCP_HEADER, GFP_ATOMIC); in tcp_xmit_probe_skb() [all …]
|
D | ip_input.c | 180 struct sk_buff *skb2 = skb_clone(skb, GFP_ATOMIC); in ip_call_ra_chain() 207 skb2 = skb_clone(skb, GFP_ATOMIC); in ip_run_ipprot() 388 if ((skb = skb_share_check(skb, GFP_ATOMIC)) == NULL) in ip_rcv()
|