Searched refs:pg_num (Results 1 – 2 of 2) sorted by relevance
294 unsigned int pg_num; in upl_abort_range() local297 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_abort_range()298 assert(pg_num == target_offset / PAGE_SIZE); in upl_abort_range()303 needed = upl->page_list[pg_num].needed; in upl_abort_range()310 if (bitmap_test(upl->lite_list, pg_num)) { in upl_abort_range()311 bitmap_clear(upl->lite_list, pg_num); in upl_abort_range()780 unsigned int pg_num; in upl_commit_range() local787 pg_num = (unsigned int) (target_offset / PAGE_SIZE); in upl_commit_range()788 assert(pg_num == target_offset / PAGE_SIZE); in upl_commit_range()790 if (bitmap_test(upl->lite_list, pg_num)) { in upl_commit_range()[all …]
6193 unsigned int pg_num; local6195 pg_num = (unsigned int) ((dst_offset - offset) / PAGE_SIZE);6196 assert(pg_num == (dst_offset - offset) / PAGE_SIZE);6197 bitmap_set(upl->lite_list, pg_num);6441 unsigned int pg_num; local6443 pg_num = (unsigned int) ((dst_offset - offset) / PAGE_SIZE);6444 assert(pg_num == (dst_offset - offset) / PAGE_SIZE);6445 bitmap_set(upl->lite_list, pg_num);7331 unsigned int pg_num; local7355 pg_num = (unsigned int) (new_offset / PAGE_SIZE);[all …]