Searched refs:gt_name (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | subr_gtaskqueue.c | 675 snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask"); in taskqgroup_attach() 691 __func__, gtask->gt_name, error); in taskqgroup_attach() 703 snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask"); in taskqgroup_attach_cpu() 715 printf("%s: qid not found for %s cpu=%d\n", __func__, gtask->gt_name, cpu); in taskqgroup_attach_cpu() 728 __func__, gtask->gt_name, error); in taskqgroup_attach_cpu() 744 panic("%s: task %s not in group", __func__, gtask->gt_name); in taskqgroup_detach()
|
/freebsd/sys/sys/ |
H A D | gtaskqueue.h | 55 char gt_name[GROUPTASK_NAMELEN]; member
|