Home
last modified time | relevance | path

Searched refs:ifc_cpus (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Diflib.c163 cpuset_t ifc_cpus; member
4663 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in get_ctx_core_offset()
4681 CPU_COPY(&ctx->ifc_cpus, &op->set); in get_ctx_core_offset()
4697 if (CPU_CMP(&ctx->ifc_cpus, &op->set) == 0) { in unref_ctx_core_offset()
4813 if (bus_get_cpus(dev, INTR_CPUS, sizeof(ctx->ifc_cpus), &ctx->ifc_cpus) != 0) { in iflib_device_register()
4815 CPU_COPY(&all_cpus, &ctx->ifc_cpus); in iflib_device_register()
4817 MPASS(CPU_COUNT(&ctx->ifc_cpus) > 0); in iflib_device_register()
5938 CPU_COPY(&ctx->ifc_cpus, &cpus); in find_nth()
6038 return qid / CPU_COUNT(&ctx->ifc_cpus) + 1; in get_core_offset()
6042 return qid / CPU_COUNT(&ctx->ifc_cpus); in get_core_offset()
[all …]