Searched refs:is_same (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/tools/perf/tests/ |
D | pmu-events.c | 216 static bool is_same(const char *reference, const char *test) in is_same() function 258 if (!is_same(e1->desc, e2->desc)) { in compare_pmu_events() 264 if (!is_same(e1->topic, e2->topic)) { in compare_pmu_events() 270 if (!is_same(e1->long_desc, e2->long_desc)) { in compare_pmu_events() 276 if (!is_same(e1->unit, e2->unit)) { in compare_pmu_events() 282 if (!is_same(e1->perpkg, e2->perpkg)) { in compare_pmu_events() 288 if (!is_same(e1->metric_expr, e2->metric_expr)) { in compare_pmu_events() 294 if (!is_same(e1->metric_name, e2->metric_name)) { in compare_pmu_events() 300 if (!is_same(e1->deprecated, e2->deprecated)) { in compare_pmu_events() 306 if (!is_same(e1->pmu, e2->pmu)) { in compare_pmu_events() [all …]
|
/Linux-v5.15/fs/ |
D | remap_range.c | 192 loff_t len, bool *is_same) in vfs_dedupe_file_range_compare() argument 265 *is_same = same; in vfs_dedupe_file_range_compare() 340 bool is_same = false; in generic_remap_file_range_prep() local 343 inode_out, pos_out, *len, &is_same); in generic_remap_file_range_prep() 346 if (!is_same) in generic_remap_file_range_prep()
|
/Linux-v5.15/fs/ntfs3/ |
D | namei.c | 243 bool is_same, is_bad; in ntfs_rename() local 258 is_same = dentry->d_name.len == new_dentry->d_name.len && in ntfs_rename() 262 if (is_same && dir == new_dir) { in ntfs_rename() 293 if (is_same) { in ntfs_rename()
|
/Linux-v5.15/fs/ceph/ |
D | quota.c | 269 bool is_same; in ceph_quota_is_same_realm() local 287 is_same = (old_realm == new_realm); in ceph_quota_is_same_realm() 295 return is_same; in ceph_quota_is_same_realm()
|
/Linux-v5.15/scripts/kconfig/ |
D | confdata.c | 42 static bool is_same(const char *file1, const char *file2) in is_same() function 934 if (is_same(name, tmpname)) { in conf_write()
|