Lines Matching refs:max_count
1565 u32 cp, max_count; in generic_map_delete_batch() local
1577 max_count = attr->batch.count; in generic_map_delete_batch()
1578 if (!max_count) in generic_map_delete_batch()
1588 for (cp = 0; cp < max_count; cp++) { in generic_map_delete_batch()
1623 u32 value_size, cp, max_count; in generic_map_update_batch() local
1639 max_count = attr->batch.count; in generic_map_update_batch()
1640 if (!max_count) in generic_map_update_batch()
1657 for (cp = 0; cp < max_count; cp++) { in generic_map_update_batch()
1693 u32 value_size, cp, max_count; in generic_map_lookup_batch() local
1704 max_count = attr->batch.count; in generic_map_lookup_batch()
1705 if (!max_count) in generic_map_lookup_batch()
1730 for (cp = 0; cp < max_count;) { in generic_map_lookup_batch()