Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_active.c29 struct i915_active *ref; member
77 struct i915_active *ref = addr; in active_debug_hint() local
87 static void debug_active_init(struct i915_active *ref) in debug_active_init() argument
92 static void debug_active_activate(struct i915_active *ref) in debug_active_activate() argument
98 debug_active_deactivate(struct i915_active * ref) debug_active_deactivate() argument
105 debug_active_fini(struct i915_active * ref) debug_active_fini() argument
110 debug_active_assert(struct i915_active * ref) debug_active_assert() argument
117 debug_active_init(struct i915_active * ref) debug_active_init() argument
118 debug_active_activate(struct i915_active * ref) debug_active_activate() argument
119 debug_active_deactivate(struct i915_active * ref) debug_active_deactivate() argument
120 debug_active_fini(struct i915_active * ref) debug_active_fini() argument
121 debug_active_assert(struct i915_active * ref) debug_active_assert() argument
126 __active_retire(struct i915_active * ref) __active_retire() argument
183 struct i915_active *ref = container_of(wrk, typeof(*ref), work); active_work() local
193 active_retire(struct i915_active * ref) active_retire() argument
236 __active_lookup(struct i915_active * ref,u64 idx) __active_lookup() argument
293 active_instance(struct i915_active * ref,u64 idx) active_instance() argument
346 __i915_active_init(struct i915_active * ref,int (* active)(struct i915_active * ref),void (* retire)(struct i915_active * ref),unsigned long flags,struct lock_class_key * mkey,struct lock_class_key * wkey) __i915_active_init() argument
347 __i915_active_init(struct i915_active * ref,int (* active)(struct i915_active * ref),void (* retire)(struct i915_active * ref),unsigned long flags,struct lock_class_key * mkey,struct lock_class_key * wkey) __i915_active_init() argument
348 __i915_active_init(struct i915_active * ref,int (* active)(struct i915_active * ref),void (* retire)(struct i915_active * ref),unsigned long flags,struct lock_class_key * mkey,struct lock_class_key * wkey) __i915_active_init() argument
377 ____active_del_barrier(struct i915_active * ref,struct active_node * node,struct intel_engine_cs * engine) ____active_del_barrier() argument
420 __active_del_barrier(struct i915_active * ref,struct active_node * node) __active_del_barrier() argument
426 replace_barrier(struct i915_active * ref,struct i915_active_fence * active) replace_barrier() argument
439 i915_active_add_request(struct i915_active * ref,struct i915_request * rq) i915_active_add_request() argument
476 __i915_active_set_fence(struct i915_active * ref,struct i915_active_fence * active,struct dma_fence * fence) __i915_active_set_fence() argument
495 i915_active_set_exclusive(struct i915_active * ref,struct dma_fence * f) i915_active_set_exclusive() argument
501 i915_active_acquire_if_busy(struct i915_active * ref) i915_active_acquire_if_busy() argument
507 __i915_active_activate(struct i915_active * ref) __i915_active_activate() argument
515 i915_active_acquire(struct i915_active * ref) i915_active_acquire() argument
542 i915_active_acquire_for_context(struct i915_active * ref,u64 idx) i915_active_acquire_for_context() argument
560 i915_active_release(struct i915_active * ref) i915_active_release() argument
596 flush_lazy_signals(struct i915_active * ref) flush_lazy_signals() argument
613 __i915_active_wait(struct i915_active * ref,int state) __i915_active_wait() argument
663 struct i915_active *ref; global() member
680 __await_barrier(struct i915_active * ref,struct i915_sw_fence * fence) __await_barrier() argument
703 await_active(struct i915_active * ref,unsigned int flags,int (* fn)(void * arg,struct dma_fence * fence),void * arg,struct i915_sw_fence * barrier) await_active() argument
751 i915_request_await_active(struct i915_request * rq,struct i915_active * ref,unsigned int flags) i915_request_await_active() argument
764 i915_sw_fence_await_active(struct i915_sw_fence * fence,struct i915_active * ref,unsigned int flags) i915_sw_fence_await_active() argument
770 i915_active_fini(struct i915_active * ref) i915_active_fini() argument
790 reuse_idle_barrier(struct i915_active * ref,u64 idx) reuse_idle_barrier() argument
873 i915_active_acquire_preallocate_barrier(struct i915_active * ref,struct intel_engine_cs * engine) i915_active_acquire_preallocate_barrier() argument
963 i915_active_acquire_barrier(struct i915_active * ref) i915_active_acquire_barrier() argument
1165 struct kref ref; global() member
1168 i915_active_get(struct i915_active * ref) i915_active_get() argument
1176 auto_release(struct kref * ref) auto_release() argument
1184 i915_active_put(struct i915_active * ref) i915_active_put() argument
1191 auto_active(struct i915_active * ref) auto_active() argument
1197 auto_retire(struct i915_active * ref) auto_retire() argument
[all...]
H A Di915_active.h160 #define i915_active_init(ref, active, retire, flags) do { \ argument
173 static inline int i915_active_wait(struct i915_active *ref) in i915_active_wait()
194 static inline void __i915_active_acquire(struct i915_active *ref) in __i915_active_acquire()
201 i915_active_is_idle(const struct i915_active *ref) in i915_active_is_idle()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dkref.h31 kref_init(struct kref *ref) in kref_init()
37 kref_read(const struct kref *ref) in kref_read()
43 kref_get(struct kref *ref) in kref_get()
49 kref_get_unless_zero(struct kref *ref) in kref_get_unless_zero()
60 kref_put(struct kref *ref, void (*release)(struct kref *ref)) in kref_put()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dunitslabhash.c109 testadd(struct slabhash* table, testdata_type* ref[]) in testadd()
121 testremove(struct slabhash* table, testdata_type* ref[]) in testremove()
132 testlookup(struct slabhash* table, testdata_type* ref[]) in testlookup()
196 testadd_unlim(struct slabhash* table, testdata_type** ref) in testadd_unlim()
209 testremove_unlim(struct slabhash* table, testdata_type** ref) in testremove_unlim()
221 testlookup_unlim(struct slabhash* table, testdata_type** ref) in testlookup_unlim()
246 testdata_type* ref[HASHTESTMAX * 100]; in test_long_table() local
H A Dunitlruhash.c235 testadd(struct lruhash* table, testdata_type* ref[]) in testadd()
247 testremove(struct lruhash* table, testdata_type* ref[]) in testremove()
258 testlookup(struct lruhash* table, testdata_type* ref[]) in testlookup()
313 testadd_unlim(struct lruhash* table, testdata_type** ref) in testadd_unlim()
326 testremove_unlim(struct lruhash* table, testdata_type** ref) in testremove_unlim()
338 testlookup_unlim(struct lruhash* table, testdata_type** ref) in testlookup_unlim()
363 testdata_type* ref[HASHTESTMAX * 100]; in test_long_table() local
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c210 dump_mem_ref (FILE *file, struct mem_ref *ref) in dump_mem_ref()
307 struct mem_ref *ref, *next_r; in release_mem_refs() local
403 tree ref = *ref_p; in analyze_ref() local
437 tree ref, bool write_p, tree stmt) in gather_memory_references_ref()
495 prune_ref_by_self_reuse (struct mem_ref *ref) in prune_ref_by_self_reuse()
540 prune_ref_by_group_reuse (struct mem_ref *ref, struct mem_ref *by, in prune_ref_by_group_reuse()
656 prune_ref_by_reuse (struct mem_ref *ref, struct mem_ref *refs) in prune_ref_by_reuse()
738 should_issue_prefetch_p (struct mem_ref *ref) in should_issue_prefetch_p()
759 struct mem_ref *ref; in schedule_prefetches() local
805 struct mem_ref *ref; in anything_to_prefetch_p() local
[all …]
H A Dtree-ssa-loop-im.c111 tree *ref; /* The reference itself. */ member
790 may_move_till (tree ref, tree *index, void *data) in may_move_till()
858 force_move_till (tree ref, tree *index, void *data) in force_move_till()
888 record_mem_ref_loc (struct mem_ref_loc **mem_refs, tree stmt, tree *ref) in record_mem_ref_loc()
955 gen_lsm_tmp_name (tree ref) in gen_lsm_tmp_name()
1027 get_lsm_tmp_name (tree ref) in get_lsm_tmp_name()
1044 schedule_sm (struct loop *loop, edge *exits, unsigned n_exits, tree ref, in schedule_sm()
1100 bitmap clobbered_vops, struct mem_ref *ref) in determine_lsm_ref()
1156 struct mem_ref *ref; in hoist_memory_references() local
1213 struct mem_ref *ref = NULL; in gather_mem_refs_stmt() local
[all …]
H A Dtree-profile.c108 tree ref = tree_coverage_counter_ref (GCOV_COUNTER_ARCS, edgeno); in tree_gen_edge_profiler() local
140 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_interval_profiler() local
167 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_pow2_profiler() local
190 tree ref = tree_coverage_counter_ref (tag, base), ref_ptr; in tree_gen_one_value_profiler() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/openbsd-src/sys/sys/
H A Dpercpu.h121 counters_enter(struct counters_ref *ref, struct cpumem *cm) in counters_enter()
134 counters_leave(struct counters_ref *ref, struct cpumem *cm) in counters_leave()
146 struct counters_ref ref; in counters_inc() local
157 struct counters_ref ref; in counters_dec() local
168 struct counters_ref ref; in counters_add() local
179 struct counters_ref ref; in counters_pkt() local
/openbsd-src/sys/dev/pci/drm/i915/selftests/
H A Di915_active.c20 struct kref ref; member
35 static void __live_release(struct kref *ref) in __live_release()
279 void i915_active_print(struct i915_active *ref, struct drm_printer *m) in i915_active_print()
315 static void active_flush(struct i915_active *ref, in active_flush()
332 void i915_active_unlock_wait(struct i915_active *ref) in i915_active_unlock_wait()
H A Dlib_sw_fence.c87 struct kref ref; member
122 static void heap_fence_release(struct kref *ref) in heap_fence_release()
/openbsd-src/usr.bin/ctfconv/
H A Dparse.c193 uint16_t enc, uint64_t ref, uint16_t type, unsigned int flags) in it_new()
414 im_new(const char *name, size_t ref, size_t off) in im_new()
462 struct itype *it, *ref, tmp; in cu_resolve() local
834 size_t ref = 0, size = 0; in parse_refers() local
875 size_t ref = 0; in parse_array() local
1063 size_t off = 0, ref = 0, bits = 0; in subparse_member() local
1141 size_t ref = 0; in subparse_arguments() local
1208 size_t ref = 0; in parse_function() local
1258 size_t ref = 0; in parse_funcptr() local
1295 size_t ref = 0; in parse_variable() local
/openbsd-src/usr.sbin/unbound/services/cache/
H A Drrset.c175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
190 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
250 struct rrset_ref ref; in rrset_cache_update_wildcard() local
312 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
331 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
343 struct rrset_ref* ref, size_t count) in rrset_array_unlock_touch()
/openbsd-src/sbin/unwind/libunbound/services/cache/
H A Drrset.c175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
190 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
250 struct rrset_ref ref; in rrset_cache_update_wildcard() local
312 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
331 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
343 struct rrset_ref* ref, size_t count) in rrset_array_unlock_touch()
/openbsd-src/regress/lib/libc/cephes/
H A Dieetst.c438 void chkinternal( ref, tst, string ) in chkinternal() argument
472 void chkscan( ref, tst, string ) in chkscan() argument
492 void chkprint( ref, tst, string ) in chkprint() argument
526 void cmpprint( ref, tst ) in cmpprint() argument
543 void cmpscan( ref, tst ) in cmpscan() argument
565 void cmptrunc( ref, tst ) in cmptrunc() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddf.h48 struct ref *ref; member
66 struct ref struct
68 rtx reg; /* The register referenced. */ argument
69 rtx insn; /* Insn containing ref. */ argument
72 enum df_ref_type type; /* Type of ref. */ argument
74 enum df_ref_flags flags; /* Various flags. */ argument
/openbsd-src/usr.sbin/ospf6d/
H A Dlsupdate.c309 struct lsa_ref *ref; in ls_retrans_list_add() local
580 struct lsa_ref *ref, *old; in lsa_cache_add() local
610 struct lsa_ref *ref; in lsa_cache_get() local
620 lsa_cache_put(struct lsa_ref *ref, struct nbr *nbr) in lsa_cache_put()
638 struct lsa_ref *ref; in lsa_cache_look() local
/openbsd-src/usr.sbin/ospfd/
H A Dlsupdate.c302 struct lsa_ref *ref; in ls_retrans_list_add() local
569 struct lsa_ref *ref, *old; in lsa_cache_add() local
599 struct lsa_ref *ref; lsa_cache_get() local
609 lsa_cache_put(struct lsa_ref * ref,struct nbr * nbr) lsa_cache_put() argument
627 struct lsa_ref *ref; lsa_cache_look() local
[all...]
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_frontbuffer.c205 static int frontbuffer_active(struct i915_active *ref) in frontbuffer_active()
214 static void frontbuffer_retire(struct i915_active *ref) in frontbuffer_retire()
223 static void frontbuffer_release(struct kref *ref) in frontbuffer_release()
/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dreference_wrapper.h71 ref(_Tp& __t) _NOEXCEPT in ref() function
79 ref(reference_wrapper<_Tp> __t) _NOEXCEPT in ref() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp66 std::optional<DIERef> ref = ToDIERef(entry); in ProcessEntry() local
169 std::optional<DIERef> ref = ToDIERef(entry); in GetCompleteObjCClass() local
194 for (DIERef ref : incomplete_types) in GetCompleteObjCClass() local
253 if (std::optional<DIERef> ref = ToDIERef(entry)) { in GetFunctions() local
H A DDWARFIndex.cpp24 const Module::LookupInfo &lookup_info, DIERef ref, SymbolFileDWARF &dwarf, in ProcessFunctionDIE()
102 void DWARFIndex::ReportInvalidDIERef(DIERef ref, llvm::StringRef name) const { in ReportInvalidDIERef()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp93 TypeImpl &SBType::ref() { in ref() function in SBType
99 const TypeImpl &SBType::ref() const { in ref() function in SBType
765 TypeMemberImpl &SBTypeMember::ref() { in ref() function in SBTypeMember
771 const TypeMemberImpl &SBTypeMember::ref() const { return *m_opaque_up; } in ref() function in SBTypeMember
893 TypeMemberFunctionImpl &SBTypeMemberFunction::ref() { in ref() function in SBTypeMemberFunction
899 const TypeMemberFunctionImpl &SBTypeMemberFunction::ref() const { in ref() function in SBTypeMemberFunction
H A DSBTypeEnumMember.cpp94 TypeEnumMemberImpl &SBTypeEnumMember::ref() { in ref() function in SBTypeEnumMember
100 const TypeEnumMemberImpl &SBTypeEnumMember::ref() const { in ref() function in SBTypeEnumMember

12345678910>>...12