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

/linux-master/tools/perf/util/
H A Dsort.c2212 struct annotated_data_type *right_type = right->mem_type; local
2219 if (!right_type) {
2221 right_type = right->mem_type;
2224 return strcmp(left_type->self.type_name, right_type->self.type_name);
2255 struct annotated_data_type *right_type = right->mem_type; local
2263 if (!right_type) {
2265 right_type = right->mem_type;
2268 ret = strcmp(left_type->self.type_name, right_type->self.type_name);
/linux-master/fs/btrfs/
H A Dsend.c6205 u8 right_type; local
6276 right_type = btrfs_file_extent_type(eb, ei);
6277 if (right_type != BTRFS_FILE_EXTENT_REG &&
6278 right_type != BTRFS_FILE_EXTENT_INLINE) {
6283 if (right_type == BTRFS_FILE_EXTENT_INLINE) {
6308 if (right_type == BTRFS_FILE_EXTENT_INLINE) {

Completed in 203 milliseconds