Symbol: bt_skb_alloc
drivers/bluetooth/bfusb.c
215
skb = bt_skb_alloc(size, GFP_ATOMIC);
drivers/bluetooth/bfusb.c
306
skb = bt_skb_alloc(pkt_len, GFP_ATOMIC);
drivers/bluetooth/bfusb.c
476
nskb = bt_skb_alloc(count + 32, GFP_KERNEL);
drivers/bluetooth/btintel_pcie.c
1375
skb = bt_skb_alloc(pkt_len, GFP_KERNEL);
drivers/bluetooth/btintel_pcie.c
1434
skb = bt_skb_alloc(len, GFP_KERNEL);
drivers/bluetooth/btintel_pcie.c
2099
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);
drivers/bluetooth/btmrvl_main.c
167
skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_KERNEL);
drivers/bluetooth/btmrvl_sdio.c
737
skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_KERNEL);
drivers/bluetooth/btmtk.c
1097
skb = bt_skb_alloc(HCI_MAX_ISO_SIZE, GFP_ATOMIC);
drivers/bluetooth/btmtk.c
499
skb = bt_skb_alloc(HCI_WMT_MAX_EVENT_SIZE, GFP_ATOMIC);
drivers/bluetooth/btmtksdio.c
474
skb = bt_skb_alloc(rx_size, GFP_KERNEL);
drivers/bluetooth/btnxpuart.c
1338
skb = bt_skb_alloc(3, GFP_ATOMIC);
drivers/bluetooth/btqca.c
553
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);
drivers/bluetooth/btqcomsmd.c
33
skb = bt_skb_alloc(count, GFP_ATOMIC);
drivers/bluetooth/btrtl.c
1147
skb = bt_skb_alloc(sizeof(*cmd), GFP_KERNEL);
drivers/bluetooth/btsdio.c
126
skb = bt_skb_alloc(len - 4, GFP_KERNEL);
drivers/bluetooth/btusb.c
1261
skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
drivers/bluetooth/btusb.c
1343
skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);
drivers/bluetooth/btusb.c
1429
skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);
drivers/bluetooth/btusb.c
1865
skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC);
drivers/bluetooth/btusb.c
2668
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);
drivers/bluetooth/btusb.c
3000
skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
drivers/bluetooth/btusb.c
3755
skb = bt_skb_alloc(2, GFP_KERNEL);
drivers/bluetooth/hci_bcm.c
426
skb = bt_skb_alloc(3, GFP_KERNEL);
drivers/bluetooth/hci_bcm4377.c
686
skb = bt_skb_alloc(len, GFP_ATOMIC);
drivers/bluetooth/hci_bcsp.c
679
bcsp->rx_skb = bt_skb_alloc(0x1005, GFP_ATOMIC);
drivers/bluetooth/hci_h4.c
181
skb = bt_skb_alloc((&pkts[i])->maxlen,
drivers/bluetooth/hci_h5.c
519
h5->rx_skb = bt_skb_alloc(H5_MAX_LEN, GFP_ATOMIC);
drivers/bluetooth/hci_intel.c
166
skb = bt_skb_alloc(sizeof(suspend), GFP_KERNEL);
drivers/bluetooth/hci_intel.c
211
skb = bt_skb_alloc(0, GFP_KERNEL);
drivers/bluetooth/hci_intel.c
250
skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL);
drivers/bluetooth/hci_intel.c
439
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);
drivers/bluetooth/hci_intel.c
496
skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL);
drivers/bluetooth/hci_ll.c
95
skb = bt_skb_alloc(1, GFP_ATOMIC);
drivers/bluetooth/hci_mrvl.c
152
skb = bt_skb_alloc(0, GFP_ATOMIC);
drivers/bluetooth/hci_mrvl.c
343
skb = bt_skb_alloc(mrvl->tx_len, GFP_KERNEL);
drivers/bluetooth/hci_nokia.c
228
skb = bt_skb_alloc(len, GFP_KERNEL);
drivers/bluetooth/hci_nokia.c
268
skb = bt_skb_alloc(len, GFP_KERNEL);
drivers/bluetooth/hci_qca.c
1354
skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);
drivers/bluetooth/hci_qca.c
1586
skb = bt_skb_alloc(QCA_CRASHBYTE_PACKET_LEN, GFP_KERNEL);
drivers/bluetooth/hci_qca.c
373
skb = bt_skb_alloc(1, GFP_ATOMIC);
drivers/bluetooth/hci_vhci.c
427
skb = bt_skb_alloc(4, GFP_KERNEL);
drivers/bluetooth/hci_vhci.c
506
skb = bt_skb_alloc(len, GFP_KERNEL);
net/bluetooth/6lowpan.c
838
skb = bt_skb_alloc(hdr_len + len, GFP_ATOMIC);
net/bluetooth/coredump.c
253
skb = bt_skb_alloc(size, GFP_ATOMIC);
net/bluetooth/hci_core.c
2857
skb = bt_skb_alloc(3, GFP_ATOMIC);
net/bluetooth/hci_drv.c
20
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*ev), GFP_KERNEL);
net/bluetooth/hci_drv.c
45
skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*ev) + rp_len, GFP_KERNEL);
net/bluetooth/hci_sock.c
453
skb = bt_skb_alloc(6 + data_len, GFP_ATOMIC);
net/bluetooth/hci_sock.c
488
skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC);
net/bluetooth/hci_sock.c
503
skb = bt_skb_alloc(0, GFP_ATOMIC);
net/bluetooth/hci_sock.c
516
skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC);
net/bluetooth/hci_sock.c
528
skb = bt_skb_alloc(0, GFP_ATOMIC);
net/bluetooth/hci_sock.c
536
skb = bt_skb_alloc(0, GFP_ATOMIC);
net/bluetooth/hci_sock.c
589
skb = bt_skb_alloc(14 + TASK_COMM_LEN, GFP_ATOMIC);
net/bluetooth/hci_sock.c
636
skb = bt_skb_alloc(4, GFP_ATOMIC);
net/bluetooth/hci_sock.c
664
skb = bt_skb_alloc(6 + len, GFP_ATOMIC);
net/bluetooth/hci_sock.c
698
skb = bt_skb_alloc(len + 1, GFP_ATOMIC);
net/bluetooth/hci_sock.c
789
skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC);
net/bluetooth/hci_sync.c
58
skb = bt_skb_alloc(len, GFP_ATOMIC);
net/bluetooth/iso.c
2716
conn->rx_skb = bt_skb_alloc(len, GFP_KERNEL);
net/bluetooth/l2cap_core.c
1182
skb = bt_skb_alloc(hlen, GFP_KERNEL);
net/bluetooth/l2cap_core.c
3027
skb = bt_skb_alloc(count, GFP_KERNEL);
net/bluetooth/l2cap_core.c
3057
*frag = bt_skb_alloc(count, GFP_KERNEL);
net/bluetooth/l2cap_core.c
7714
conn->rx_skb = bt_skb_alloc(len, GFP_KERNEL);
net/bluetooth/mgmt_util.c
36
skb = bt_skb_alloc(6 + len, GFP_ATOMIC);
net/bluetooth/smp.c
3177
skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL);