Home
last modified time | relevance | path

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

/external/kernel-headers/original/asm-mips/
Dcpu-features.h210 #define cpu_dcache_line_size() cpu_data[0].dcache.linesz
213 #define cpu_icache_line_size() cpu_data[0].icache.linesz
216 #define cpu_scache_line_size() cpu_data[0].scache.linesz
Dcpu-info.h24 unsigned char linesz; /* Size of line in bytes */ member
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c382 size_t linesz = 0; in INTDEF() local
383 size_t n = getline (&line, &linesz, f); in INTDEF()
390 while ((n = getline (&line, &linesz, f)) > 1 && line[n - 2] != ']') in INTDEF()
829 size_t linesz = 0; in INTDEF() local
833 while (getline (&line, &linesz, f) > 0 in INTDEF()
Dlinux-proc-maps.c152 size_t linesz; in proc_maps_report() local
154 while ((len = getline (&line, &linesz, f)) > 0) in proc_maps_report()