Lines Matching refs:first_valid
4698 unsigned int first_valid; in cpuid_advance() local
4707 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in cpuid_advance()
4714 cpuid = first_valid; in cpuid_advance()
4885 unsigned int first_valid; in get_ctx_core_offset() local
4889 first_valid = CPU_FFS(&ctx->ifc_cpus) - 1; in get_ctx_core_offset()
4906 if (base_cpuid < first_valid || base_cpuid > last_valid) { in get_ctx_core_offset()
4908 base_cpuid += first_valid; in get_ctx_core_offset()
4910 base_cpuid = (base_cpuid - first_valid) % in get_ctx_core_offset()
4911 (last_valid - first_valid + 1); in get_ctx_core_offset()
4946 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, true), in get_ctx_core_offset()
4949 CPU_SET(get_cpuid_for_queue(ctx, first_valid, i, false), in get_ctx_core_offset()
4966 base_cpuid = first_valid; in get_ctx_core_offset()