Searched refs:dso_data (Results 1 – 1 of 1) sorted by relevance
104 struct dso_data { struct176 struct dso_data *dso_data; /* DSO this thread accesses. */ member224 struct dso_data *dso_data) in _alloc_thread_status() argument240 ret->dso_data = dso_data; in _alloc_thread_status()258 static struct dso_data *_alloc_dso_data(struct message_data *data) in _alloc_dso_data()260 struct dso_data *ret = (typeof(ret)) dm_malloc(sizeof(*ret)); in _alloc_dso_data()286 static void _free_dso_data(struct dso_data *data) in _free_dso_data()656 return thread->dso_data->register_device(thread->device.name, in _do_register_device()666 return thread->dso_data->unregister_device(thread->device.name, in _do_unregister_device()676 thread->dso_data->process_event(task, thread->current_events, &(thread->dso_private)); in _do_process_event()[all …]