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

/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c385 * @thread_param_type: The type of thread specified.
394 static int process_one_thread_config_spec(const char *thread_param_type, argument
399 if (strcmp(thread_param_type, "bioRotationInterval") == 0) {
411 if (strcmp(thread_param_type, "logical") == 0) {
420 if (strcmp(thread_param_type, "physical") == 0) {
432 MAXIMUM_VDO_THREADS, thread_param_type);
435 if (strcmp(thread_param_type, "hash") == 0) {
439 if (strcmp(thread_param_type, "cpu") == 0) {
447 if (strcmp(thread_param_type, "ack") == 0) {
451 if (strcmp(thread_param_type, "bi
[all...]

Completed in 159 milliseconds