Searched refs:line_sz (Results 1 – 3 of 3) sorted by relevance
153 unsigned long sets, line_sz, assoc; in mips_sc_probe_cm3() local163 line_sz = cfg & CM_GCR_L2_CONFIG_LINE_SIZE; in mips_sc_probe_cm3()164 line_sz >>= __ffs(CM_GCR_L2_CONFIG_LINE_SIZE); in mips_sc_probe_cm3()165 if (line_sz) in mips_sc_probe_cm3()166 c->scache.linesz = 2 << line_sz; in mips_sc_probe_cm3()
148 size_t line_sz = 0; in netstat_read() local163 while (getline(&line, &line_sz, fnetstat) != -1) in netstat_read()172 while (getline(&line, &line_sz, fnetstat) != -1) in netstat_read()
95 const int line_sz = 1<<7; variable402 assert((fifo_in = (char *)(uintptr_t)aligned_alloc(line_sz, in decompress_file()404 assert((fifo_out = (char *)(uintptr_t)aligned_alloc(line_sz, in decompress_file()405 fifo_out_len + page_sz + line_sz)) != NULL); in decompress_file()407 fifo_out = fifo_out + line_sz; in decompress_file()434 - line_sz); in decompress_file()