Lines Matching refs:GFP_ATOMIC
194 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
202 nskb = skb_clone(skb_copy, GFP_ATOMIC); in hci_send_to_sock()
242 nskb = skb_clone(skb, GFP_ATOMIC); in hci_send_to_channel()
292 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
317 skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC); in create_monitor_event()
331 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
345 skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); in create_monitor_event()
357 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
365 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event()
435 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event()
1471 sk = sk_alloc(net, PF_BLUETOOTH, GFP_ATOMIC, &hci_sk_proto, kern); in hci_sock_create()