Searched defs:dc_size (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/mips/txx9/generic/
H A Dsetup.c186 unsigned int dc_size = 1 << (12 + ((conf & CONF_DC) >> 6)); early_flush_dcache() local
234 unsigned int dc_size = 1 << (10 + ((conf & TX39_CONF_DCS_MASK) >> early_flush_dcache() local
/linux-4.4.14/arch/parisc/include/asm/
H A Dpdc.h78 unsigned long dc_size; /* size in bytes */ member in struct:pdc_cache_info
/linux-4.4.14/fs/reiserfs/
H A Dreiserfs.h2037 __le16 dc_size; /* Disk child's used space. */ member in struct:disk_child
2043 #define dc_size(dc_p) (le16_to_cpu((dc_p)->dc_size)) macro

Completed in 151 milliseconds