Home
last modified time | relevance | path

Searched refs:nsh (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
Ddtl1_cs.c97 struct nsh { struct
205 struct nsh *nsh; in dtl1_receive() local
230 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() local
397 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 …]
/linux-4.1.27/arch/arm/include/asm/
Dtlbflush.h344 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()
/linux-4.1.27/arch/arm64/mm/
Dproc.S170 dsb nsh // Make sure local tlb invalidation completed
/linux-4.1.27/drivers/md/
Draid5.c2144 struct stripe_head *osh, *nsh; in resize_stripes() local
2170 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 …]