Searched defs:nsh (Results 1 - 2 of 2) sorted by relevance

/drivers/bluetooth/
H A Ddtl1_cs.c204 nsh_t *nsh; local
227 nsh = (nsh_t *)info->rx_skb->data;
236 info->rx_count = nsh->len + (nsh->len & 0x0001);
239 bt_cb(info->rx_skb)->pkt_type = nsh->type;
242 if (nsh->len & 0x0001) {
391 nsh_t nsh; local
403 nsh.type = 0x81;
407 nsh.type = 0x82;
411 nsh
430 memcpy(skb_push(s, NSHL), &nsh, NSHL); local
[all...]
/drivers/md/
H A Draid5.c1505 struct stripe_head *osh, *nsh; local
1528 nsh = kmem_cache_zalloc(sc, GFP_KERNEL);
1529 if (!nsh)
1532 nsh->raid_conf = conf;
1534 init_waitqueue_head(&nsh->ops.wait_for_ops);
1537 list_add(&nsh->lru, &newstripes);
1542 nsh = list_entry(newstripes.next, struct stripe_head, lru);
1543 list_del(&nsh->lru);
1544 kmem_cache_free(sc, nsh);
1553 list_for_each_entry(nsh,
[all...]

Completed in 61 milliseconds