Searched refs:start_section (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c610 unsigned long i, start_section, end_section; local
621 start_section = (pfn * PAGE_SIZE) / EHEA_SECTSIZE;
622 end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE);
624 for (i = start_section; i < end_section; i++) {
/linux-master/drivers/md/
H A Ddm-integrity.c2966 static void init_journal(struct dm_integrity_c *ic, unsigned int start_section, argument
2975 i = start_section + n;
2991 write_journal(ic, start_section, n_sections);

Completed in 136 milliseconds