Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Ddelayed-ref.c287 if (ref1->type < ref2->type) in comp_refs()
289 if (ref1->type > ref2->type) in comp_refs()
292 ref1->type == BTRFS_SHARED_DATA_REF_KEY) { in comp_refs()
293 if (ref1->parent < ref2->parent) in comp_refs()
295 if (ref1->parent > ref2->parent) in comp_refs()
298 if (ref1->ref_root < ref2->ref_root) in comp_refs()
300 if (ref1->ref_root > ref2->ref_root) in comp_refs()
302 if (ref1->type == BTRFS_EXTENT_DATA_REF_KEY) in comp_refs()
303 ret = comp_data_refs(ref1, ref2); in comp_refs()
308 if (ref1->seq < ref2->seq) in comp_refs()
[all …]
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()
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 …]
A Dextent-tree.c586 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local
596 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref()
598 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref()
618 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref()
631 struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local
647 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count()
648 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
654 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count()
656 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
/linux/arch/x86/kernel/
A Dtsc.c756 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local
801 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
810 if (ref1 == ref2) in pit_hpet_ptimer_calibrate_cpu()
819 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
821 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
862 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
881 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
/linux/drivers/thermal/
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/Documentation/devicetree/bindings/phy/
A Dxlnx,zynqmp-psgtr.yaml101 clock-names = "ref1", "ref2", "ref3";
/linux/arch/arm64/boot/dts/xilinx/
A Dzynqmp-sck-kv-g-revB.dtso104 clock-names = "ref0", "ref1", "ref2";
A Dzynqmp-sck-kv-g-revA.dtso96 clock-names = "ref0", "ref1", "ref2";
A Dzynqmp-zc1751-xm015-dc1.dts352 clock-names = "ref1", "ref2", "ref3";
A Dzynqmp-zcu104-revA.dts437 clock-names = "ref1", "ref2", "ref3";
A Dzynqmp-zcu104-revC.dts449 clock-names = "ref1", "ref2", "ref3";
A Dzynqmp-zcu100-revC.dts487 clock-names = "ref0", "ref1";
A Dzynqmp-zcu111-revA.dts787 clock-names = "ref1", "ref2", "ref3";
A Dzynqmp-zcu102-revA.dts951 clock-names = "ref0", "ref1", "ref2", "ref3";
A Dzynqmp-zcu106-revA.dts957 clock-names = "ref1", "ref2", "ref3";

Completed in 38 milliseconds