Searched refs:gc_rcu (Results 1 – 2 of 2) sorted by relevance
79 struct rcu_head gc_rcu; member
1303 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu); in gss_free_ctx_callback()1310 call_rcu(&ctx->gc_rcu, gss_free_ctx_callback); in gss_free_ctx()