Searched refs:osh (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
H A Dbarrier.h46 #define dma_rmb() dmb(osh)
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.h52 * regval = R_REG(osh, &regs->regfoo);
55 * W_REG(osh, &regs->regfoo, regval);
/linux-4.1.27/drivers/md/
H A Draid5.c2144 struct stripe_head *osh, *nsh; resize_stripes() local
2200 osh = get_free_stripe(conf, hash); resize_stripes()
2204 nsh->dev[i].page = osh->dev[i].page; resize_stripes()
2205 nsh->dev[i].orig_page = osh->dev[i].page; resize_stripes()
2208 kmem_cache_free(conf->slab_cache, osh); resize_stripes()

Completed in 183 milliseconds