Searched refs:prev_type (Results 1 – 7 of 7) sorted by relevance
203 u32 t32, off, asize, prev_type; in mi_enum_attr() local224 prev_type = 0; in mi_enum_attr()235 prev_type = le32_to_cpu(attr->type); in mi_enum_attr()261 if (t32 < prev_type) in mi_enum_attr()
200 enum stack_type prev_type = info->type; in update_stack_state() local234 if (state->orig_sp && state->stack_info.type == prev_type && in update_stack_state()
97 u32 prev_type; member
2643 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_chunk()2671 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_chunk()
1993 if (chunk->prev_type == chunk->type && in ath11k_qmi_alloc_target_mem_chunk()2001 chunk->prev_size, chunk->prev_type); in ath11k_qmi_alloc_target_mem_chunk()2032 chunk->prev_type = chunk->type; in ath11k_qmi_alloc_target_mem_chunk()
1191 u64 prev_type = 0; in evsel__apply_config_terms() 1221 prev_type = evsel_prev->core.attr.sample_type; in evsel__apply_config_terms() 1223 if (!(prev_type & PERF_SAMPLE_PERIOD)) { in evsel__apply_config_terms() 1115 u64 prev_type = 0; evsel__apply_ratio_to_prev() local
17877 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local17879 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()17884 *prev_type = type; in save_aux_ptr_type()17885 } else if (reg_type_mismatch(type, *prev_type)) { in save_aux_ptr_type()17895 bpf_is_ptr_to_mem_or_btf_id(*prev_type)) { in save_aux_ptr_type()17903 *prev_type = merge_ptr_types(type, *prev_type); in save_aux_ptr_type()