Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/mm/
H A Dflush.c92 dmb(osh); in arch_wb_cache_pmem()
/linux-6.15/arch/arm/include/asm/
H A Dbarrier.h67 #define dma_rmb() dmb(osh)
/linux-6.15/arch/arm64/include/asm/
H A Dbarrier.h64 #define __dma_mb() dmb(osh)
/linux-6.15/drivers/md/
H A Draid5.c2537 struct stripe_head *osh, *nsh; in resize_stripes() local
2587 osh = get_free_stripe(conf, hash); in resize_stripes()
2591 for (i = 0; i < osh->nr_pages; i++) { in resize_stripes()
2592 nsh->pages[i] = osh->pages[i]; in resize_stripes()
2593 osh->pages[i] = NULL; in resize_stripes()
2597 nsh->dev[i].page = osh->dev[i].page; in resize_stripes()
2598 nsh->dev[i].orig_page = osh->dev[i].page; in resize_stripes()
2599 nsh->dev[i].offset = osh->dev[i].offset; in resize_stripes()
2602 free_stripe(conf->slab_cache, osh); in resize_stripes()