MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iflib_io_tqg_attach

Function iflib_io_tqg_attach

freebsd/net/iflib.c:6312–6318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6310}
6311
6312void
6313iflib_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
6320void
6321iflib_config_gtask_init(void *ctx, struct grouptask *gtask, gtask_fn_t *fn,

Callers

nothing calls this directly

Calls 1

taskqgroup_attach_cpuFunction · 0.85

Tested by

no test coverage detected