Home
last modified time | relevance | path

Searched full:ref1 (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/fs/btrfs/
Ddelayed-ref.c228 static int comp_tree_refs(struct btrfs_delayed_tree_ref *ref1, in comp_tree_refs() argument
231 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
232 if (ref1->root < ref2->root) in comp_tree_refs()
234 if (ref1->root > ref2->root) in comp_tree_refs()
237 if (ref1->parent < ref2->parent) in comp_tree_refs()
239 if (ref1->parent > ref2->parent) in comp_tree_refs()
248 static int comp_data_refs(struct btrfs_delayed_data_ref *ref1, in comp_data_refs() argument
251 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) { in comp_data_refs()
252 if (ref1->root < ref2->root) in comp_data_refs()
254 if (ref1->root > ref2->root) in comp_data_refs()
[all …]
Dref-verify.c140 static int comp_refs(struct ref_entry *ref1, struct ref_entry *ref2) in comp_refs() argument
142 if (ref1->root_objectid < ref2->root_objectid) in comp_refs()
144 if (ref1->root_objectid > ref2->root_objectid) in comp_refs()
146 if (ref1->parent < ref2->parent) in comp_refs()
148 if (ref1->parent > ref2->parent) in comp_refs()
150 if (ref1->owner < ref2->owner) in comp_refs()
152 if (ref1->owner > ref2->owner) in comp_refs()
154 if (ref1->offset < ref2->offset) in comp_refs()
156 if (ref1->offset > ref2->offset) in comp_refs()
Dbackref.c175 * A -1 return indicates ref1 is a 'lower' block than ref2, while 1
178 static int prelim_ref_compare(struct prelim_ref *ref1, in prelim_ref_compare() argument
181 if (ref1->level < ref2->level) in prelim_ref_compare()
183 if (ref1->level > ref2->level) in prelim_ref_compare()
185 if (ref1->root_id < ref2->root_id) in prelim_ref_compare()
187 if (ref1->root_id > ref2->root_id) in prelim_ref_compare()
189 if (ref1->key_for_search.type < ref2->key_for_search.type) in prelim_ref_compare()
191 if (ref1->key_for_search.type > ref2->key_for_search.type) in prelim_ref_compare()
193 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid) in prelim_ref_compare()
195 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid) in prelim_ref_compare()
[all …]
Dextent-tree.c604 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local
614 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref()
616 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref()
636 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref()
649 struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local
666 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count()
667 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
673 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count()
675 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
/Linux-v6.1/arch/x86/kernel/
Dtsc.c719 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local
764 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
773 if (ref1 == ref2) in pit_hpet_ptimer_calibrate_cpu()
782 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
784 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
825 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
844 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dxlnx,zynqmp-psgtr.yaml101 clock-names = "ref1", "ref2", "ref3";
/Linux-v6.1/drivers/thermal/
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-v6.1/tools/perf/util/
Dbpf-loader.c731 struct probe_trace_arg_ref *ref1, *ref2; in compare_tev_args() local
740 ref1 = arg1->ref; in compare_tev_args()
743 while (ref1 && ref2) { in compare_tev_args()
744 ret = ref2->offset - ref1->offset; in compare_tev_args()
748 ref1 = ref1->next; in compare_tev_args()
752 if (ref1 || ref2) in compare_tev_args()
/Linux-v6.1/include/xen/interface/io/
Dblkif.h70 * /local/domain/1/device/vbd/0/queue-0/ring-ref1 = "<ring-ref#1>"
74 * /local/domain/1/device/vbd/0/queue-1/ring-ref1 = "<ring-ref#3>"
/Linux-v6.1/arch/arm64/boot/dts/xilinx/
Dzynqmp-sck-kv-g-revB.dts75 clock-names = "ref0", "ref1", "ref2";
Dzynqmp-sck-kv-g-revA.dts79 clock-names = "ref0", "ref1", "ref2";
Dzynqmp-zc1751-xm015-dc1.dts341 clock-names = "ref1", "ref2", "ref3";
Dzynqmp-zcu104-revA.dts423 clock-names = "ref1", "ref2", "ref3";
Dzynqmp-zcu104-revC.dts435 clock-names = "ref1", "ref2", "ref3";
Dzynqmp-zcu100-revC.dts467 clock-names = "ref0", "ref1";
Dzynqmp-zcu111-revA.dts772 clock-names = "ref1", "ref2", "ref3";
Dzynqmp-zcu102-revA.dts936 clock-names = "ref0", "ref1", "ref2", "ref3";
Dzynqmp-zcu106-revA.dts930 clock-names = "ref1", "ref2", "ref3";
/Linux-v6.1/drivers/clk/
Dclk-ast2600.c60 * ref0 and ref1 are essential for the SoC to operate