Searched refs:zeros (Results 1 – 2 of 2) sorted by relevance
84 static const char zeros[] = " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"; in show_irq_gap() local89 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap()90 seq_write(p, zeros, 2 * inc); in show_irq_gap()
581 int zeros; in add_ra_bio_pages() local582 zeros = PAGE_SIZE - zero_offset; in add_ra_bio_pages()584 memset(userpage + zero_offset, 0, zeros); in add_ra_bio_pages()