Searched refs:in_workq_name (Results 1 – 2 of 2) sorted by relevance
703 snprintf(cx->in_workq_name, sizeof(cx->in_workq_name), "%s-in", in cx18_create_in_workq()705 cx->in_work_queue = alloc_ordered_workqueue("%s", 0, cx->in_workq_name); in cx18_create_in_workq()
648 char in_workq_name[11]; /* "cx18-NN-in" */ member