Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 2 of 2) sorted by relevance

/fs/proc/
Dstat.c84 static const char zeros[] = " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"; in show_irq_gap() local
89 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()
/fs/btrfs/
Dcompression.c581 int zeros; in add_ra_bio_pages() local
582 zeros = PAGE_SIZE - zero_offset; in add_ra_bio_pages()
584 memset(userpage + zero_offset, 0, zeros); in add_ra_bio_pages()