Home
last modified time | relevance | path

Searched refs:left_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dsort.c2343 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse() local
2346 if (!left_type) { in sort__type_collapse()
2348 left_type = left->mem_type; in sort__type_collapse()
2386 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort() local
2390 if (!left_type) { in sort__typeoff_sort()
2392 left_type = left->mem_type; in sort__typeoff_sort()
2400 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()
2442 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort() local
2447 if (!left_type) { in sort__typecln_sort()
2449 left_type = left->mem_type; in sort__typecln_sort()
[all …]
/linux-6.15/fs/btrfs/
H A Dsend.c6206 u8 left_type; in is_extent_unchanged() local
6216 left_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()
6218 if (left_type != BTRFS_FILE_EXTENT_REG) { in is_extent_unchanged()