| 6310 | } |
| 6311 | |
| 6312 | void |
| 6313 | iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu, const char *name) |
| 6314 | { |
| 6315 | |
| 6316 | taskqgroup_attach_cpu(qgroup_if_io_tqg, gt, uniq, cpu, NULL, NULL, |
| 6317 | name); |
| 6318 | } |
| 6319 | |
| 6320 | void |
| 6321 | iflib_config_gtask_init(void *ctx, struct grouptask *gtask, gtask_fn_t *fn, |
nothing calls this directly
no test coverage detected