Home
last modified time | relevance | path

Searched refs:thread_registry (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
A Dthread-registry.h12 struct thread_registry { struct
23 void vdo_initialize_thread_registry(struct thread_registry *registry); argument
25 void vdo_register_thread(struct thread_registry *registry,
28 void vdo_unregister_thread(struct thread_registry *registry);
30 const void *vdo_lookup_thread(struct thread_registry *registry);
A Dthread-registry.c18 void vdo_initialize_thread_registry(struct thread_registry *registry) in vdo_initialize_thread_registry()
25 void vdo_register_thread(struct thread_registry *registry, in vdo_register_thread()
55 void vdo_unregister_thread(struct thread_registry *registry) in vdo_unregister_thread()
78 const void *vdo_lookup_thread(struct thread_registry *registry) in vdo_lookup_thread()
A Dthread-device.c9 static struct thread_registry device_id_thread_registry;
A Dmemory-alloc.c21 static struct thread_registry allocating_threads;

Completed in 7 milliseconds