Searched refs:GUC_LOG_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
24 #define GUC_LOG_CHUNK_SIZE SZ_2M macro129 snapshot->num_chunks = DIV_ROUND_UP(snapshot->size, GUC_LOG_CHUNK_SIZE); in xe_guc_log_snapshot_alloc()138 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_alloc()206 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_capture()209 i * GUC_LOG_CHUNK_SIZE, size); in xe_guc_log_snapshot_capture()254 size_t size = min(GUC_LOG_CHUNK_SIZE, remain); in xe_guc_log_snapshot_print()435 int chunk_from = from % GUC_LOG_CHUNK_SIZE; in xe_guc_log_print_chunks()436 int chunk_id = from / GUC_LOG_CHUNK_SIZE; in xe_guc_log_print_chunks()437 int to_chunk_id = to / GUC_LOG_CHUNK_SIZE; in xe_guc_log_print_chunks()438 int chunk_to = to % GUC_LOG_CHUNK_SIZE; in xe_guc_log_print_chunks()[all …]