Searched refs:allocating_threads (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dmemory-alloc.c18 * must be careful to not do a memory allocation that does an I/O request. The 'allocating_threads'
21 static struct thread_registry allocating_threads; variable in typeref:struct:thread_registry
25 return vdo_lookup_thread(&allocating_threads) != NULL;
49 vdo_register_thread(&allocating_threads, new_thread, flag_ptr);
55 vdo_unregister_thread(&allocating_threads);
383 vdo_initialize_thread_registry(&allocating_threads);

Completed in 204 milliseconds