Searched refs:temp_ca_size (Results 1 – 1 of 1) sorted by relevance
498 size_t temp_ca_size; in kpb_allocate_history_buffer() local567 temp_ca_size = ca_size - KPB_ALLOCATION_STEP; in kpb_allocate_history_buffer()568 ca_size = (ca_size < temp_ca_size) ? 0 : temp_ca_size; in kpb_allocate_history_buffer()