/Linux-v6.6/fs/btrfs/ |
D | delayed-ref.c | 214 static int comp_tree_refs(struct btrfs_delayed_tree_ref *ref1, in comp_tree_refs() argument 217 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs() 218 if (ref1->root < ref2->root) in comp_tree_refs() 220 if (ref1->root > ref2->root) in comp_tree_refs() 223 if (ref1->parent < ref2->parent) in comp_tree_refs() 225 if (ref1->parent > ref2->parent) in comp_tree_refs() 234 static int comp_data_refs(struct btrfs_delayed_data_ref *ref1, in comp_data_refs() argument 237 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) { in comp_data_refs() 238 if (ref1->root < ref2->root) in comp_data_refs() 240 if (ref1->root > ref2->root) in comp_data_refs() [all …]
|
D | ref-verify.c | 143 static int comp_refs(struct ref_entry *ref1, struct ref_entry *ref2) in comp_refs() argument 145 if (ref1->root_objectid < ref2->root_objectid) in comp_refs() 147 if (ref1->root_objectid > ref2->root_objectid) in comp_refs() 149 if (ref1->parent < ref2->parent) in comp_refs() 151 if (ref1->parent > ref2->parent) in comp_refs() 153 if (ref1->owner < ref2->owner) in comp_refs() 155 if (ref1->owner > ref2->owner) in comp_refs() 157 if (ref1->offset < ref2->offset) in comp_refs() 159 if (ref1->offset > ref2->offset) in comp_refs()
|
D | backref.c | 225 static int prelim_ref_compare(struct prelim_ref *ref1, in prelim_ref_compare() argument 228 if (ref1->level < ref2->level) in prelim_ref_compare() 230 if (ref1->level > ref2->level) in prelim_ref_compare() 232 if (ref1->root_id < ref2->root_id) in prelim_ref_compare() 234 if (ref1->root_id > ref2->root_id) in prelim_ref_compare() 236 if (ref1->key_for_search.type < ref2->key_for_search.type) in prelim_ref_compare() 238 if (ref1->key_for_search.type > ref2->key_for_search.type) in prelim_ref_compare() 240 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid) in prelim_ref_compare() 242 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid) in prelim_ref_compare() 244 if (ref1->key_for_search.offset < ref2->key_for_search.offset) in prelim_ref_compare() [all …]
|
D | extent-tree.c | 591 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local 601 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref() 603 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref() 623 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref() 636 struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local 652 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count() 653 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count() 659 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count() 661 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
|
/Linux-v6.6/arch/x86/kernel/ |
D | tsc.c | 755 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local 800 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu() 809 if (ref1 == ref2) in pit_hpet_ptimer_calibrate_cpu() 818 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu() 820 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu() 861 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu() 880 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
|
/Linux-v6.6/drivers/thermal/ |
D | k3_j72xx_bandgap.c | 85 int m = 0, c, num, den, i, err, idx1, idx2, err1, err2, ref1, ref2; in create_table_segments() local 95 ref1 = err_vals->refs[seg]; in create_table_segments() 102 num = ref2 - ref1; in create_table_segments()
|
/Linux-v6.6/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-sck-kv-g-revB.dtso | 76 clock-names = "ref0", "ref1", "ref2";
|
D | zynqmp-sck-kv-g-revA.dtso | 80 clock-names = "ref0", "ref1", "ref2";
|
D | zynqmp-zc1751-xm015-dc1.dts | 348 clock-names = "ref1", "ref2", "ref3";
|
D | zynqmp-zcu104-revA.dts | 437 clock-names = "ref1", "ref2", "ref3";
|
D | zynqmp-zcu104-revC.dts | 449 clock-names = "ref1", "ref2", "ref3";
|
D | zynqmp-zcu100-revC.dts | 487 clock-names = "ref0", "ref1";
|
D | zynqmp-zcu111-revA.dts | 787 clock-names = "ref1", "ref2", "ref3";
|
D | zynqmp-zcu102-revA.dts | 950 clock-names = "ref0", "ref1", "ref2", "ref3";
|
D | zynqmp-zcu106-revA.dts | 957 clock-names = "ref1", "ref2", "ref3";
|