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

/linux-master/drivers/md/dm-vdo/
H A Dcpu.h51 unsigned int cache_lines = (1 + ((size + offset) / L1_CACHE_BYTES)); local
53 while (cache_lines-- > 0) {
/linux-master/arch/sparc/mm/
H A Dsrmmu.c1030 int cache_lines; local
1047 cache_lines = prom_getint(nd, "cache-nlines");
1048 if (cache_lines == -1) {
1053 vac_cache_size = cache_lines * vac_line_size;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npa.c430 rsp->cache_lines = (cfg >> 1) & 0x3F;
H A Dmbox.h766 u8 cache_lines; /*BATCH ALLOC DMA */ member in struct:npa_lf_alloc_rsp

Completed in 113 milliseconds