Lines Matching defs:release
51 * @release: function which will be called when refcount hits 0
60 * Note that @release must not sleep - it may potentially be called from RCU
63 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release,
100 data->release = release;
126 * function from are the @ref->release() callback or in init failure path
199 data->release, atomic_long_read(&data->count)) &&
381 * There are no implied RCU grace periods between kill and release.
392 ref->data->release);
456 * If @ref->release() frees @ref then the caller is responsible for
457 * guaranteeing that @ref->release() does not get called while this