Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2384 struct annotated_data_type *left_type = left->mem_type; in sort__type_collapse() local
2387 if (!left_type) { in sort__type_collapse()
2389 left_type = left->mem_type; in sort__type_collapse()
2397 return strcmp(left_type->self.type_name, right_type->self.type_name); in sort__type_collapse()
2427 struct annotated_data_type *left_type = left->mem_type; in sort__typeoff_sort() local
2431 if (!left_type) { in sort__typeoff_sort()
2433 left_type = left->mem_type; in sort__typeoff_sort()
2441 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in sort__typeoff_sort()
2483 struct annotated_data_type *left_type = left->mem_type; in sort__typecln_sort() local
2488 if (!left_type) { in sort__typecln_sort()
[all …]
/linux/fs/btrfs/
H A Dsend.c6154 u8 left_type; in is_extent_unchanged() local
6164 left_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()
6166 if (left_type != BTRFS_FILE_EXTENT_REG) in is_extent_unchanged()