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