Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dthread-device.c27 pointer = vdo_lookup_thread(&device_id_thread_registry); in vdo_get_thread_device_id()
H A Dthread-registry.h30 const void *vdo_lookup_thread(struct thread_registry *registry);
H A Dthread-registry.c78 const void *vdo_lookup_thread(struct thread_registry *registry) in vdo_lookup_thread() function
H A Dmemory-alloc.c25 return vdo_lookup_thread(&allocating_threads) != NULL; in allocations_allowed()