Searched refs:nsh (Results 1 – 4 of 4) sorted by relevance
97 struct nsh { struct205 struct nsh *nsh; in dtl1_receive() local230 nsh = (struct nsh *)info->rx_skb->data; in dtl1_receive()239 info->rx_count = nsh->len + (nsh->len & 0x0001); in dtl1_receive()242 bt_cb(info->rx_skb)->pkt_type = nsh->type; in dtl1_receive()245 if (nsh->len & 0x0001) { in dtl1_receive()392 struct nsh nsh; in dtl1_hci_send_frame() local397 nsh.type = 0x81; in dtl1_hci_send_frame()401 nsh.type = 0x82; in dtl1_hci_send_frame()405 nsh.type = 0x83; in dtl1_hci_send_frame()[all …]
344 dsb(nsh); in local_flush_tlb_all()397 dsb(nsh); in local_flush_tlb_mm()454 dsb(nsh); in local_flush_tlb_page()507 dsb(nsh); in local_flush_tlb_kernel_page()
170 dsb nsh // Make sure local tlb invalidation completed
2144 struct stripe_head *osh, *nsh; in resize_stripes() local2170 nsh = alloc_stripe(sc, GFP_KERNEL); in resize_stripes()2171 if (!nsh) in resize_stripes()2174 nsh->raid_conf = conf; in resize_stripes()2175 list_add(&nsh->lru, &newstripes); in resize_stripes()2180 nsh = list_entry(newstripes.next, struct stripe_head, lru); in resize_stripes()2181 list_del(&nsh->lru); in resize_stripes()2182 kmem_cache_free(sc, nsh); in resize_stripes()2194 list_for_each_entry(nsh, &newstripes, lru) { in resize_stripes()2204 nsh->dev[i].page = osh->dev[i].page; in resize_stripes()[all …]