Lines Matching defs:release
50 * @release: function which will be called when refcount hits 0
59 * Note that @release must not sleep - it may potentially be called from RCU
62 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release,
99 data->release = release;
125 * function from are the @ref->release() callback or in init failure path
197 data->release, atomic_long_read(&data->count));
374 * There are no implied RCU grace periods between kill and release.
385 ref->data->release);
449 * If @ref->release() frees @ref then the caller is responsible for
450 * guaranteeing that @ref->release() does not get called while this