Searched refs:gt_name (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_gtaskqueue.c | 678 snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask"); in taskqgroup_attach() 694 __func__, gtask->gt_name, error); in taskqgroup_attach() 706 snprintf(gtask->gt_name, GROUPTASK_NAMELEN, "%s", name ? name : "grouptask"); in taskqgroup_attach_cpu() 718 printf("%s: qid not found for %s cpu=%d\n", __func__, gtask->gt_name, cpu); in taskqgroup_attach_cpu() 731 __func__, gtask->gt_name, error); in taskqgroup_attach_cpu() 747 panic("%s: task %s not in group", __func__, gtask->gt_name); in taskqgroup_detach()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _task.h | 68 char *gt_name; member
|
| /f-stack/freebsd/sys/ |
| H A D | gtaskqueue.h | 57 char gt_name[GROUPTASK_NAMELEN]; member
|