Searched refs:nsh (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/net/openvswitch/
H A Dactions.c641 flow_key->nsh.base.flags = flags;
644 flow_key->nsh.base.ttl = ttl;
648 flow_key->nsh.base.path_hdr = nh->path_hdr;
656 memcpy(flow_key->nsh.context, nh->md1.context,
660 memset(flow_key->nsh.context, 0,
661 sizeof(flow_key->nsh.context));
/linux-master/drivers/md/
H A Draid5.c2541 struct stripe_head *osh, *nsh; local
2562 nsh = alloc_stripe(sc, GFP_KERNEL, newsize, conf);
2563 if (!nsh)
2566 list_add(&nsh->lru, &newstripes);
2571 nsh = list_entry(newstripes.next, struct stripe_head, lru);
2572 list_del(&nsh->lru);
2573 free_stripe(sc, nsh);
2585 list_for_each_entry(nsh, &newstripes, lru) {
2596 nsh->pages[i] = osh->pages[i];
2601 nsh
[all...]
/linux-master/arch/arm/kernel/
H A Dentry-common.S153 dsb nsh
H A Dentry-armv.S903 dsb nsh
/linux-master/arch/arm64/kernel/
H A Dmte.c318 dsb(nsh);
H A Dentry.S454 dsb nsh
638 dsb nsh
/linux-master/drivers/perf/
H A Darm_spe_pmu.c552 dsb(nsh);
572 dsb(nsh);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c320 dsb(nsh);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c212 dsb(nsh);

Completed in 135 milliseconds

12