Lines Matching defs:refcount
228 struct kref refcount;
241 struct kref refcount;
273 struct kref refcount;
315 map = container_of(ref, struct fastrpc_map, refcount);
353 kref_put(&map->refcount, fastrpc_free_map);
361 return kref_get_unless_zero(&map->refcount) ? 0 : -ENOENT;
465 cctx = container_of(ref, struct fastrpc_channel_ctx, refcount);
472 kref_get(&cctx->refcount);
477 kref_put(&cctx->refcount, fastrpc_channel_ctx_free);
487 ctx = container_of(ref, struct fastrpc_invoke_ctx, refcount);
509 kref_get(&ctx->refcount);
514 kref_put(&ctx->refcount, fastrpc_context_free);
636 kref_init(&ctx->refcount);
771 kref_init(&map->refcount);
2329 kref_init(&data->refcount);