HomeSort by: relevance | last modified time | path
    Searched refs:urcu_ref (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/include/urcu/
ref.h 21 struct urcu_ref { struct
25 static inline void urcu_ref_set(struct urcu_ref *ref, long val)
30 static inline void urcu_ref_init(struct urcu_ref *ref)
36 urcu_ref_get_safe(struct urcu_ref *ref)
54 static inline void urcu_ref_get(struct urcu_ref *ref)
60 static inline void urcu_ref_put(struct urcu_ref *ref,
61 void (*release)(struct urcu_ref *))
79 static inline bool urcu_ref_get_unless_zero(struct urcu_ref *ref)
  /src/external/lgpl2/userspace-rcu/dist/src/
workqueue.c 68 struct urcu_ref ref;
361 void free_completion(struct urcu_ref *ref)
urcu-call-rcu-impl.h 62 struct urcu_ref ref;
848 void free_completion(struct urcu_ref *ref)

Completed in 56 milliseconds