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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c181 cpuset_t ifc_cpus; member in struct:iflib_ctx
4780 * Advance forward by n members of the cpuset ctx->ifc_cpus starting from
4790 MPASS(CPU_ISSET(cpuid, &ctx->ifc_cpus));
4793 MPASS(!CPU_EMPTY(&ctx->ifc_cpus));
4795 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1;
4796 last_valid = CPU_FLS(&ctx->ifc_cpus) - 1;
4797 n = n % CPU_COUNT(&ctx->ifc_cpus);
4803 } while (!CPU_ISSET(cpuid, &ctx->ifc_cpus));
4983 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1;
4984 last_valid = CPU_FLS(&ctx->ifc_cpus)
[all...]

Completed in 69 milliseconds