Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_active.c33 struct i915_active *ref; member
81 struct i915_active *ref = addr; in active_debug_hint() local
91 static void debug_active_init(struct i915_active *ref) in debug_active_init()
96 static void debug_active_activate(struct i915_active *ref) in debug_active_activate()
103 static void debug_active_deactivate(struct i915_active *ref) in debug_active_deactivate()
110 static void debug_active_fini(struct i915_active *ref) in debug_active_fini()
115 static void debug_active_assert(struct i915_active *ref) in debug_active_assert()
122 static inline void debug_active_init(struct i915_active *ref) { } in debug_active_init()
123 static inline void debug_active_activate(struct i915_active *ref) { } in debug_active_activate()
124 static inline void debug_active_deactivate(struct i915_active *ref) { } in debug_active_deactivate()
[all …]
H A Di915_active.h159 #define i915_active_init(ref, active, retire) do { \ argument
171 i915_active_add_request(struct i915_active *ref, struct i915_request *rq) in i915_active_add_request()
181 static inline bool i915_active_has_exclusive(struct i915_active *ref) in i915_active_has_exclusive()
187 static inline int i915_active_wait(struct i915_active *ref) in i915_active_wait()
208 static inline void __i915_active_acquire(struct i915_active *ref) in __i915_active_acquire()
215 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle()
/OK3568_Linux_fs/kernel/lib/
H A Dpercpu-refcount.c41 static unsigned long __percpu *percpu_count_ptr(struct percpu_ref *ref) in percpu_count_ptr()
62 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
107 static void __percpu_ref_exit(struct percpu_ref *ref) in __percpu_ref_exit()
129 void percpu_ref_exit(struct percpu_ref *ref) in percpu_ref_exit()
153 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu() local
170 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu() local
203 static void percpu_ref_noop_confirm_switch(struct percpu_ref *ref) in percpu_ref_noop_confirm_switch()
207 static void __percpu_ref_switch_to_atomic(struct percpu_ref *ref, in __percpu_ref_switch_to_atomic()
230 static void __percpu_ref_switch_to_percpu(struct percpu_ref *ref) in __percpu_ref_switch_to_percpu()
258 static void __percpu_ref_switch_mode(struct percpu_ref *ref, in __percpu_ref_switch_mode()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-refcount.h102 struct percpu_ref *ref; member
147 static inline void percpu_ref_kill(struct percpu_ref *ref) in percpu_ref_kill()
158 static inline bool __ref_is_percpu(struct percpu_ref *ref, in __ref_is_percpu()
198 static inline void percpu_ref_get_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_get_many()
220 static inline void percpu_ref_get(struct percpu_ref *ref) in percpu_ref_get()
235 static inline bool percpu_ref_tryget_many(struct percpu_ref *ref, in percpu_ref_tryget_many()
264 static inline bool percpu_ref_tryget(struct percpu_ref *ref) in percpu_ref_tryget()
284 static inline bool percpu_ref_tryget_live(struct percpu_ref *ref) in percpu_ref_tryget_live()
313 static inline void percpu_ref_put_many(struct percpu_ref *ref, unsigned long nr) in percpu_ref_put_many()
336 static inline void percpu_ref_put(struct percpu_ref *ref) in percpu_ref_put()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_ref.cpp30 #define setup_mpp_enc_ref_cfg(ref) \ argument
35 MPP_RET _check_is_mpp_enc_ref_cfg(const char *func, void *ref) in _check_is_mpp_enc_ref_cfg()
50 MPP_RET mpp_enc_ref_cfg_init(MppEncRefCfg *ref) in mpp_enc_ref_cfg_init()
71 MPP_RET mpp_enc_ref_cfg_deinit(MppEncRefCfg *ref) in mpp_enc_ref_cfg_deinit()
86 MPP_RET mpp_enc_ref_cfg_reset(MppEncRefCfg ref) in mpp_enc_ref_cfg_reset()
100 MPP_RET mpp_enc_ref_cfg_set_cfg_cnt(MppEncRefCfg ref, RK_S32 lt_cnt, RK_S32 st_cnt) in mpp_enc_ref_cfg_set_cfg_cnt()
137 MPP_RET mpp_enc_ref_cfg_add_lt_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefLtFrmCfg *frm) in mpp_enc_ref_cfg_add_lt_cfg()
155 MPP_RET mpp_enc_ref_cfg_add_st_cfg(MppEncRefCfg ref, RK_S32 cnt, MppEncRefStFrmCfg *frm) in mpp_enc_ref_cfg_add_st_cfg()
175 MPP_RET mpp_enc_ref_cfg_check(MppEncRefCfg ref) in mpp_enc_ref_cfg_check()
343 MPP_RET mpp_enc_ref_cfg_set_keep_cpb(MppEncRefCfg ref, RK_S32 keep) in mpp_enc_ref_cfg_set_keep_cpb()
[all …]
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgrant-table.c169 int ref, rc = 0; in get_free_entries() local
218 static void put_free_entry(grant_ref_t ref) in put_free_entry()
240 static void gnttab_update_entry_v1(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v1()
249 static void gnttab_update_entry_v2(grant_ref_t ref, domid_t domid, in gnttab_update_entry_v2()
261 void gnttab_grant_foreign_access_ref(grant_ref_t ref, domid_t domid, in gnttab_grant_foreign_access_ref()
272 int ref; in gnttab_grant_foreign_access() local
284 static int gnttab_end_foreign_access_ref_v1(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v1()
300 static int gnttab_end_foreign_access_ref_v2(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref_v2()
323 static inline int _gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in _gnttab_end_foreign_access_ref()
328 int gnttab_end_foreign_access_ref(grant_ref_t ref, int readonly) in gnttab_end_foreign_access_ref()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/mxs/
H A Dclk-ref.c33 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_enable() local
42 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_disable() local
50 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_recalc_rate() local
86 struct clk_ref *ref = to_clk_ref(hw); in clk_ref_set_rate() local
124 struct clk_ref *ref; in mxs_clk_ref() local
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dxattr.c444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref()
506 static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in save_xattr_ref()
554 struct jffs2_xattr_ref *ref; in create_xattr_ref() local
576 static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in delete_xattr_ref()
600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local
618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local
640 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; in check_xattr_ref_inode() local
743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local
777 struct jffs2_xattr_ref *ref, *_ref; in jffs2_build_xattr_subsystem() local
967 struct jffs2_xattr_ref *ref, **pref; in jffs2_listxattr() local
[all …]
H A Dreadinode.c33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data() local
568 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) in jffs2_first_valid_node()
586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry()
713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode()
888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown()
940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more()
984 struct jffs2_raw_node_ref *ref, *valid_ref; in jffs2_get_inode_nodes() local
/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Drefcount.c9 static void overflow_check(refcount_t *ref) in overflow_check()
84 static void check_zero(refcount_t *ref) in check_zero()
119 static void check_negative(refcount_t *ref, int start) in check_negative()
185 static void check_from_zero(refcount_t *ref) in check_from_zero()
252 static void check_saturated(refcount_t *ref) in check_saturated()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_active.c19 struct kref ref; member
34 static void __live_release(struct kref *ref) in __live_release()
278 void i915_active_print(struct i915_active *ref, struct drm_printer *m) in i915_active_print()
314 static void active_flush(struct i915_active *ref, in active_flush()
331 void i915_active_unlock_wait(struct i915_active *ref) in i915_active_unlock_wait()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c158 HEVCFrame *ref = NULL; in mpp_hevc_set_new_ref() local
199 HEVCFrame *ref = &s->DPB[i]; in find_ref_idx() local
207 HEVCFrame *ref = &s->DPB[i]; in find_ref_idx() local
246 HEVCFrame *ref = find_ref_idx(s, poc); in add_candidate_ref() local
328 HEVCFrame *ref = &s->DPB[i]; in mpp_hevc_frame_rps() local
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A De500_mmu_host.c189 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[tlbsel][esel].ref; in inval_gtlbe_on_host() local
245 static inline void kvmppc_e500_ref_setup(struct tlbe_ref *ref, in kvmppc_e500_ref_setup()
262 static inline void kvmppc_e500_ref_release(struct tlbe_ref *ref) in kvmppc_e500_ref_release()
288 struct tlbe_ref *ref = in clear_tlb_privs() local
307 int tsize, struct tlbe_ref *ref, u64 gvaddr, in kvmppc_e500_setup_stlbe()
325 struct tlbe_ref *ref) in kvmppc_e500_shadow_map()
515 struct tlbe_ref *ref; in kvmppc_e500_tlb0_map() local
535 struct tlbe_ref *ref, in kvmppc_e500_tlb1_map_tlb1()
563 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[1][esel].ref; in kvmppc_e500_tlb1_map() local
/OK3568_Linux_fs/kernel/net/mac80211/
H A Drate.h37 static inline void *rate_control_alloc_sta(struct rate_control_ref *ref, in rate_control_alloc_sta()
46 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_free_sta() local
56 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_add_sta_debugfs() local
H A Drate.c33 struct rate_control_ref *ref = sta->rate_ctrl; in rate_control_rate_init() local
73 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_tx_status() local
95 struct rate_control_ref *ref = local->rate_ctrl; in rate_control_rate_update() local
217 struct rate_control_ref *ref = file->private_data; in rcname_read() local
234 struct rate_control_ref *ref; in rate_control_alloc() local
901 struct rate_control_ref *ref = sdata->local->rate_ctrl; in rate_control_get_rate() local
975 struct rate_control_ref *ref; in ieee80211_init_rate_ctrl_alg() local
1006 struct rate_control_ref *ref; in rate_control_deinitialize() local
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddebug.c293 struct dma_debug_entry *ref, in __hash_bucket_find()
343 struct dma_debug_entry *ref) in bucket_find_exact()
349 struct dma_debug_entry *ref, in bucket_find_contain()
946 static void check_unmap(struct dma_debug_entry *ref) in check_unmap()
1088 struct dma_debug_entry *ref, in check_sync()
1242 struct dma_debug_entry ref; in debug_dma_mapping_error() local
1281 struct dma_debug_entry ref = { in debug_dma_unmap_page() local
1332 struct dma_debug_entry *ref) in get_nr_mapped_entries()
1361 struct dma_debug_entry ref = { in debug_dma_unmap_sg() local
1419 struct dma_debug_entry ref = { in debug_dma_free_coherent() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_frontbuffer.c200 static int frontbuffer_active(struct i915_active *ref) in frontbuffer_active()
210 static void frontbuffer_retire(struct i915_active *ref) in frontbuffer_retire()
219 static void frontbuffer_release(struct kref *ref) in frontbuffer_release()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dimc-pmu.c347 struct imc_pmu_ref *ref; in ppc_nest_imc_cpu_offline() local
448 struct imc_pmu_ref *ref; in nest_imc_counters_release() local
503 struct imc_pmu_ref *ref; in nest_imc_event_init() local
665 struct imc_pmu_ref *ref; in ppc_core_imc_cpu_offline() local
753 struct imc_pmu_ref *ref; in core_imc_counters_release() local
809 struct imc_pmu_ref *ref; in core_imc_event_init() local
1115 struct imc_pmu_ref *ref; in thread_imc_event_add() local
1157 struct imc_pmu_ref *ref; in thread_imc_event_del() local
1351 struct imc_pmu_ref *ref = NULL; in trace_imc_event_add() local
1401 struct imc_pmu_ref *ref = NULL; in trace_imc_event_del() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dref-verify.c51 struct ref_entry ref; member
162 struct ref_entry *ref) in insert_ref_entry()
235 struct ref_entry *ref; in free_block_entry() local
314 struct ref_entry *ref = NULL, *exist; in add_tree_block() local
359 struct ref_entry *ref; in add_shared_data_ref() local
389 struct ref_entry *ref; in add_extent_data_ref() local
635 struct ref_entry *ref; in dump_block_entry() local
674 struct ref_entry *ref = NULL, *exist; in btrfs_ref_tree_mod() local
H A Ddelayed-ref.c417 struct btrfs_delayed_ref_node *ref) in drop_delayed_ref()
432 struct btrfs_delayed_ref_node *ref, in merge_ref()
481 struct btrfs_delayed_ref_node *ref; in btrfs_merge_delayed_refs() local
597 struct btrfs_delayed_ref_node *ref) in insert_delayed_ref()
898 struct btrfs_delayed_ref_node *ref, in init_delayed_ref_common()
933 struct btrfs_delayed_tree_ref *ref; in btrfs_add_delayed_tree_ref() local
1028 struct btrfs_delayed_data_ref *ref; in btrfs_add_delayed_data_ref() local
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dpids.c31 struct obj_ref *ref; in add_ref() local
182 struct obj_ref *ref; in emit_obj_refs_json() local
211 struct obj_ref *ref; in emit_obj_refs_plain() local
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Dnamei.c25 struct orangefs_object_kref ref; in orangefs_create() local
224 struct orangefs_object_kref ref; in orangefs_symlink() local
310 struct orangefs_object_kref ref; in orangefs_mkdir() local
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_mutex.h25 #define RET_CHECK_REF(ref, ret) \ argument
140 explicit inline RtAutoRef(RtReference* ref) in RtAutoRef()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c40 struct v4l2_ctrl_ref *ref; member
2194 struct v4l2_ctrl_ref *ref) in req_to_user()
2319 static void new_to_req(struct v4l2_ctrl_ref *ref) in new_to_req()
2328 static void cur_to_req(struct v4l2_ctrl_ref *ref) in cur_to_req()
2337 static void req_to_new(struct v4l2_ctrl_ref *ref) in req_to_new()
2472 struct v4l2_ctrl_ref *ref, *next_ref; in v4l2_ctrl_handler_free() local
2526 struct v4l2_ctrl_ref *ref; in find_private_ref() local
2547 struct v4l2_ctrl_ref *ref; in find_ref() local
2575 struct v4l2_ctrl_ref *ref = NULL; in find_ref_lock() local
2588 struct v4l2_ctrl_ref *ref = find_ref_lock(hdl, id); in v4l2_ctrl_find() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_aligned_storage.hpp67 T const& ref() const { return *ptr_ref(); } in ref() function in boost::optional_detail::aligned_storage
68 T & ref() { return *ptr_ref(); } in ref() function in boost::optional_detail::aligned_storage

12345678910>>...24