Home
last modified time | relevance | path

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

/linux-4.4.14/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()
387 struct nsh nsh; in dtl1_hci_send_frame() local
392 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 …]
/linux-4.4.14/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.4.14/arch/arm64/mm/
Dproc.S122 dsb nsh // Make sure local tlb invalidation completed
153 dsb nsh
/linux-4.4.14/arch/arm64/include/asm/
Dcacheflush.h121 dsb(nsh); in __local_flush_icache_all()
Dtlbflush.h70 dsb(nsh); in local_flush_tlb_all()
/linux-4.4.14/arch/arm64/kernel/
Dsleep.S142 dsb nsh
Dhead.S648 dsb nsh
/linux-4.4.14/drivers/md/
Draid5.c2146 struct stripe_head *osh, *nsh; in resize_stripes() local
2172 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 …]