Lines Matching defs:cur
92 unsigned int cur = 0;
100 subpage_info->uptodate_offset = cur;
101 cur += nr_bits;
103 subpage_info->dirty_offset = cur;
104 cur += nr_bits;
106 subpage_info->writeback_offset = cur;
107 cur += nr_bits;
109 subpage_info->ordered_offset = cur;
110 cur += nr_bits;
112 subpage_info->checked_offset = cur;
113 cur += nr_bits;
115 subpage_info->total_nr_bits = cur;