Searched refs:nsh (Results 1 – 8 of 8) 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()387 struct nsh nsh; in dtl1_hci_send_frame() local392 nsh.type = 0x81; in dtl1_hci_send_frame()396 nsh.type = 0x82; in dtl1_hci_send_frame()400 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()
122 dsb nsh // Make sure local tlb invalidation completed153 dsb nsh
121 dsb(nsh); in __local_flush_icache_all()
70 dsb(nsh); in local_flush_tlb_all()
142 dsb nsh
648 dsb nsh
2146 struct stripe_head *osh, *nsh; in resize_stripes() local2172 nsh = alloc_stripe(sc, GFP_KERNEL); in resize_stripes()2173 if (!nsh) in resize_stripes()2176 nsh->raid_conf = conf; in resize_stripes()2177 list_add(&nsh->lru, &newstripes); in resize_stripes()2182 nsh = list_entry(newstripes.next, struct stripe_head, lru); in resize_stripes()2183 list_del(&nsh->lru); in resize_stripes()2184 kmem_cache_free(sc, nsh); in resize_stripes()2196 list_for_each_entry(nsh, &newstripes, lru) { in resize_stripes()2206 nsh->dev[i].page = osh->dev[i].page; in resize_stripes()[all …]