Lines Matching defs:refcount
24 struct kref refcount;
332 kref_get(&debug_data->refcount);
348 debug_data = container_of(ref, struct smsdvb_debugfs, refcount);
373 kref_get(&debug_data->refcount);
378 kref_put(&debug_data->refcount, smsdvb_debugfs_data_release);
389 kref_get(&debug_data->refcount);
422 kref_put(&debug_data->refcount, smsdvb_debugfs_data_release);
435 kref_put(&debug_data->refcount, smsdvb_debugfs_data_release);
488 kref_init(&debug_data->refcount);
503 kref_put(&client->debug_data->refcount, smsdvb_debugfs_data_release);