Searched refs:is_same (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | pmu-events.c | 122 static bool is_same(const char *reference, const char *test) in is_same() function 182 if (!is_same(table->desc, te->desc)) { in test_pmu_event_table() 188 if (!is_same(table->topic, te->topic)) { in test_pmu_event_table() 195 if (!is_same(table->long_desc, te->long_desc)) { in test_pmu_event_table() 202 if (!is_same(table->unit, te->unit)) { in test_pmu_event_table() 209 if (!is_same(table->perpkg, te->perpkg)) { in test_pmu_event_table() 216 if (!is_same(table->metric_expr, te->metric_expr)) { in test_pmu_event_table() 223 if (!is_same(table->metric_name, te->metric_name)) { in test_pmu_event_table() 230 if (!is_same(table->deprecated, te->deprecated)) { in test_pmu_event_table() 317 if (!is_same(alias->desc, te->desc)) { in __test__pmu_event_aliases() [all …]
|
/Linux-v5.10/fs/ |
D | remap_range.c | 204 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare() argument 277 *is_same = same; in vfs_dedupe_file_range_compare() 352 bool is_same = false; in generic_remap_file_range_prep() local 355 inode_out, pos_out, *len, &is_same); in generic_remap_file_range_prep() 358 if (!is_same) in generic_remap_file_range_prep()
|
/Linux-v5.10/fs/ceph/ |
D | quota.c | 271 bool is_same; in ceph_quota_is_same_realm() local 289 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm() 297 return is_same; in ceph_quota_is_same_realm()
|
/Linux-v5.10/scripts/kconfig/ |
D | confdata.c | 41 static bool is_same(const char *file1, const char *file2) in is_same() function 919 if (is_same(name, tmpname)) { in conf_write()
|