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

/linux-master/tools/perf/util/
H A Dsort.c2213 struct annotated_data_type *left_type = left->mem_type;
2216 if (!left_type) {
2218 left_type = left->mem_type;
2226 return strcmp(left_type->self.type_name, right_type->self.type_name);
2256 struct annotated_data_type *left_type = left->mem_type;
2260 if (!left_type) {
2262 left_type = left->mem_type;
2270 ret = strcmp(left_type->self.type_name, right_type->self.type_name);
2211 struct annotated_data_type *left_type = left->mem_type; local
2254 struct annotated_data_type *left_type = left->mem_type; local
/linux-master/fs/btrfs/
H A Dsend.c6204 u8 left_type; local
6214 left_type = btrfs_file_extent_type(eb, ei);
6216 if (left_type != BTRFS_FILE_EXTENT_REG) {

Completed in 164 milliseconds