Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c203 static int comp_tree_refs(struct btrfs_delayed_tree_ref *ref1, in comp_tree_refs() argument
206 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) { in comp_tree_refs()
207 if (ref1->root < ref2->root) in comp_tree_refs()
209 if (ref1->root > ref2->root) in comp_tree_refs()
212 if (ref1->parent < ref2->parent) in comp_tree_refs()
214 if (ref1->parent > ref2->parent) in comp_tree_refs()
223 static int comp_data_refs(struct btrfs_delayed_data_ref *ref1, in comp_data_refs() argument
226 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) { in comp_data_refs()
227 if (ref1->root < ref2->root) in comp_data_refs()
229 if (ref1->root > ref2->root) in comp_data_refs()
[all …]
H A 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()
H A Dbackref.c174 * A -1 return indicates ref1 is a 'lower' block than ref2, while 1
177 static int prelim_ref_compare(struct prelim_ref *ref1, in prelim_ref_compare() argument
180 if (ref1->level < ref2->level) in prelim_ref_compare()
182 if (ref1->level > ref2->level) in prelim_ref_compare()
184 if (ref1->root_id < ref2->root_id) in prelim_ref_compare()
186 if (ref1->root_id > ref2->root_id) in prelim_ref_compare()
188 if (ref1->key_for_search.type < ref2->key_for_search.type) in prelim_ref_compare()
190 if (ref1->key_for_search.type > ref2->key_for_search.type) in prelim_ref_compare()
192 if (ref1->key_for_search.objectid < ref2->key_for_search.objectid) in prelim_ref_compare()
194 if (ref1->key_for_search.objectid > ref2->key_for_search.objectid) in prelim_ref_compare()
[all …]
H A Dextent-tree.c598 struct btrfs_extent_data_ref *ref1 = NULL; in remove_extent_data_ref() local
608 ref1 = btrfs_item_ptr(leaf, path->slots[0], in remove_extent_data_ref()
610 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in remove_extent_data_ref()
631 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs); in remove_extent_data_ref()
644 struct btrfs_extent_data_ref *ref1; in extent_data_ref_count() local
661 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset); in extent_data_ref_count()
662 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
668 ref1 = btrfs_item_ptr(leaf, path->slots[0], in extent_data_ref_count()
670 num_refs = btrfs_extent_data_ref_count(leaf, ref1); in extent_data_ref_count()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c718 u64 tsc1, tsc2, delta, ref1, ref2; in pit_hpet_ptimer_calibrate_cpu() local
763 tsc1 = tsc_read_refs(&ref1, hpet); in pit_hpet_ptimer_calibrate_cpu()
772 if (ref1 == ref2) in pit_hpet_ptimer_calibrate_cpu()
781 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
783 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in pit_hpet_ptimer_calibrate_cpu()
824 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
843 if (!hpet && !ref1 && !ref2) { in pit_hpet_ptimer_calibrate_cpu()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_base.h29 // save fd for curr/ref0/ref1 for reg_gen
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.c489 struct probe_trace_arg_ref *ref1, *ref2; in compare_tev_args() local
498 ref1 = arg1->ref; in compare_tev_args()
501 while (ref1 && ref2) { in compare_tev_args()
502 ret = ref2->offset - ref1->offset; in compare_tev_args()
506 ref1 = ref1->next; in compare_tev_args()
510 if (ref1 || ref2) in compare_tev_args()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/mpg4d/
H A Dhal_m4vd_com.h38 // save fd for curr/ref0/ref1 for reg_gen
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dxlnx,zynqmp-psgtr.yaml101 clock-names = "ref1", "ref2", "ref3";
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A 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>"
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu2_reg.h200 RK_U32 ref1; member
H A Dhal_m2vd_vdpu2.c286 p_regs->sw148.ref1 = mpp_buffer_get_fd(framebuf); //just index need map in hal_m2vd_vdpu2_gen_regs()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dofnode.h197 static inline bool ofnode_equal(ofnode ref1, ofnode ref2) in ofnode_equal() argument
200 return ref1.of_offset == ref2.of_offset; in ofnode_equal()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1516 // output current frame and do not change ref0 and ref1 in mpp_mpg4_parser_update_dpb()
1539 // release ref1 in mpp_mpg4_parser_update_dpb()
1544 // swap ref0 to ref1, current to ref0 in mpp_mpg4_parser_update_dpb()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-stm32mp1.c1676 MUX(NO_ID, "ref1", ref12_parents, CLK_OPS_PARENT_ENABLE, RCC_RCK12SELR,
1686 PLL(PLL1, "pll1", "ref1", CLK_IGNORE_UNUSED, RCC_PLL1CR),
1687 PLL(PLL2, "pll2", "ref1", CLK_IGNORE_UNUSED, RCC_PLL2CR),
H A Dclk-ast2600.c60 * ref0 and ref1 are essential for the SoC to operate
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp1400 gain_glb_ref1 = (mIso / 50 * gain_ratio);//ref1 in mfnr_fix_transfer_v1()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_mfnr.cpp1531 gain_glb_ref1 = (mIso / 50 * gain_ratio);//ref1 in mfnr_fix_transfer()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/Android/armeabi-v7a/
HDlibmpp.so__cxa_finalize LIBC libc.so libmpp.so __cxa_atexit show_mpp_version mpp_env_get_u32 _mpp_log_l __stack_chk_fail __stack_chk_guard get_mpp_version mpp_frame_deinit mpp_packet_deinit _ZN5Mutex8AutolockD2Ev pthread_mutex_unlock ...