Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/
H A Dcpu.h51 unsigned int cache_lines = (1 + ((size + offset) / L1_CACHE_BYTES)); in uds_prefetch_range() local
53 while (cache_lines-- > 0) { in uds_prefetch_range()
/linux-6.15/arch/sparc/mm/
H A Dsrmmu.c1022 int cache_lines; in init_vac_layout() local
1039 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout()
1040 if (cache_lines == -1) { in init_vac_layout()
1045 vac_cache_size = cache_lines * vac_line_size; in init_vac_layout()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c430 rsp->cache_lines = (cfg >> 1) & 0x3F; in rvu_mbox_handler_npa_lf_alloc()
H A Dmbox.h780 u8 cache_lines; /*BATCH ALLOC DMA */ member