Lines Matching full:reference
2 * css_get - obtain a reference on the specified css
5 * The caller must already have a reference.
20 * The caller must already have a reference. in CGROUP_REF_EXPORT()
31 * css_tryget - try to obtain a reference on the specified css in CGROUP_REF_EXPORT()
34 * Obtain a reference on @css unless it already has reached zero and is in CGROUP_REF_EXPORT()
37 * but doesn't have to be holding a reference on it - IOW, RCU protected in CGROUP_REF_EXPORT()
38 * access is good enough for this function. Returns %true if a reference in CGROUP_REF_EXPORT()
51 * css_tryget_online - try to obtain a reference on the specified css if online in CGROUP_REF_EXPORT()
54 * Obtain a reference on @css if it's online. The caller naturally needs in CGROUP_REF_EXPORT()
56 * reference on it - IOW, RCU protected access is good enough for this in CGROUP_REF_EXPORT()
57 * function. Returns %true if a reference count was successfully obtained; in CGROUP_REF_EXPORT()
70 * css_put - put a css reference in CGROUP_REF_EXPORT()
73 * Put a reference obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT()