Lines Matching defs:__rcuref
68 * __rcuref wants to be on a different cache line from
72 rcuref_t __rcuref; /* 64-bit offset 64 */
82 rcuref_t __rcuref; /* 32-bit offset 64 */
89 * __rcuref under contention of __rcuref. This also puts the
91 * __rcuref cache line.
238 * the placement of __rcuref in struct dst_entry
240 BUILD_BUG_ON(offsetof(struct dst_entry, __rcuref) & 63);
241 WARN_ON(!rcuref_get(&dst->__rcuref));
305 return rcuref_get(&dst->__rcuref);