Home
last modified time | relevance | path

Searched refs:prev_type (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs3/
H A Drecord.c203 u32 t32, off, asize, prev_type; in mi_enum_attr() local
224 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()
/linux/arch/x86/kernel/
H A Dunwind_frame.c200 enum stack_type prev_type = info->type; in update_stack_state() local
234 if (state->orig_sp && state->stack_info.type == prev_type && in update_stack_state()
/linux/drivers/net/wireless/ath/ath12k/
H A Dqmi.h97 u32 prev_type; member
H A Dqmi.c2643 if (chunk->prev_type == chunk->type && in ath12k_qmi_alloc_chunk()
2671 chunk->prev_type = chunk->type; in ath12k_qmi_alloc_chunk()
/linux/drivers/net/wireless/ath/ath11k/
H A Dqmi.c1993 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()
/linux/tools/perf/util/
H A Devsel.c1191 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
/linux/kernel/bpf/
H A Dverifier.c17877 enum bpf_reg_type *prev_type = &env->insn_aux_data[env->insn_idx].ptr_type; in save_aux_ptr_type() local
17879 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()