bt_skb_alloc      998 net/bluetooth/hci_core.c 			skb = bt_skb_alloc(len, GFP_ATOMIC);
bt_skb_alloc     1145 net/bluetooth/hci_core.c 	skb = bt_skb_alloc(len, GFP_ATOMIC);
bt_skb_alloc     1910 net/bluetooth/hci_event.c 	skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC);
bt_skb_alloc     1326 net/bluetooth/l2cap.c 	skb = bt_skb_alloc(count, GFP_ATOMIC);
bt_skb_alloc     1352 net/bluetooth/l2cap.c 		*frag = bt_skb_alloc(count, GFP_ATOMIC);
bt_skb_alloc     2380 net/bluetooth/l2cap.c 		if (!(conn->rx_skb = bt_skb_alloc(len, GFP_ATOMIC)))