Home
last modified time | relevance | path

Searched refs:ref1 (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.c291 if (ref1->type < ref2->type) in comp_refs()
293 if (ref1->type > ref2->type) in comp_refs()
296 ref1->type == BTRFS_SHARED_DATA_REF_KEY) { in comp_refs()
297 if (ref1->parent < ref2->parent) in comp_refs()
299 if (ref1->parent > ref2->parent) in comp_refs()
302 if (ref1->ref_root < ref2->ref_root) in comp_refs()
304 if (ref1->ref_root > ref2->ref_root) in comp_refs()
306 if (ref1->type == BTRFS_EXTENT_DATA_REF_KEY) in comp_refs()
307 ret = comp_data_refs(ref1, ref2); in comp_refs()
312 if (ref1->seq < ref2->seq) in comp_refs()
[all …]
H A Dref-verify.c143 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()
H A Dbackref.c222 static int prelim_ref_compare(const struct prelim_ref *ref1, in prelim_ref_compare() argument
225 if (ref1->level < ref2->level) in prelim_ref_compare()
227 if (ref1->level > ref2->level) in prelim_ref_compare()
229 if (ref1->root_id < ref2->root_id) in prelim_ref_compare()
231 if (ref1->root_id > ref2->root_id) in prelim_ref_compare()
233 if (ref1->key_for_search.type < ref2->key_for_search.type) in prelim_ref_compare()
235 if (ref1->key_for_search.type > ref2->key_for_search.type) in prelim_ref_compare()
241 if (ref1->key_for_search.offset < ref2->key_for_search.offset) in prelim_ref_compare()
243 if (ref1->key_for_search.offset > ref2->key_for_search.offset) in prelim_ref_compare()
245 if (ref1->parent < ref2->parent) in prelim_ref_compare()
[all …]
H A Dextent-tree.c581 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local
591 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref()
593 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref()
613 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref()
625 struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local
641 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count()
642 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
648 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count()
650 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
/linux-6.15/arch/x86/kernel/
H A Dtsc.c759 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local
804 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
813 if (ref1 == ref2) in pit_hpet_ptimer_calibrate_cpu()
822 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
824 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
865 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
884 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
/linux-6.15/drivers/thermal/
H A Dk3_j72xx_bandgap.c85 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-6.15/Documentation/devicetree/bindings/phy/
H A Dxlnx,zynqmp-psgtr.yaml101 clock-names = "ref1", "ref2", "ref3";
/linux-6.15/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-sck-kv-g-revB.dtso104 clock-names = "ref0", "ref1", "ref2";
H A Dzynqmp-sck-kv-g-revA.dtso96 clock-names = "ref0", "ref1", "ref2";
H A Dzynqmp-zc1751-xm015-dc1.dts352 clock-names = "ref1", "ref2", "ref3";
H A Dzynqmp-zcu104-revA.dts437 clock-names = "ref1", "ref2", "ref3";
H A Dzynqmp-zcu104-revC.dts449 clock-names = "ref1", "ref2", "ref3";
H A Dzynqmp-zcu100-revC.dts487 clock-names = "ref0", "ref1";
H A Dzynqmp-zcu111-revA.dts787 clock-names = "ref1", "ref2", "ref3";
H A Dzynqmp-zcu102-revA.dts951 clock-names = "ref0", "ref1", "ref2", "ref3";
H A Dzynqmp-zcu106-revA.dts957 clock-names = "ref1", "ref2", "ref3";