Home
last modified time | relevance | path

Searched defs:possible (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c95 int possible, curr_cpu, i, ht; in init_real_cpu_mask() local
595 int curr_cpu, possible, i, ret; in hfi1_dev_affinity_init() local
966 int possible, curr_cpu, i; in find_hw_thread_mask() local
/openbmc/qemu/scripts/
H A Dcheckpatch.pl1248 sub possible { subroutine
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl1900 sub possible { subroutine
/openbmc/linux/scripts/
H A Dcheckpatch.pl2271 sub possible { subroutine
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c590 int i, possible; in prefill_possible_map() local
/openbmc/dbus-sensors/src/
H A DUtils.hpp347 [interface](const std::string& possible) { in getConfiguration()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c747 int i, possible = num_possible_cpus(); in prefill_possible_map() local
/openbmc/linux/drivers/acpi/
H A Dpci_link.c61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member
/openbmc/linux/arch/ia64/kernel/
H A Dacpi.c761 int possible, disabled_cpus; in prefill_possible_map() local
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c64 SpaprCapPossible *possible; member
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c1309 int i, possible; in prefill_possible_map() local
/openbmc/linux/arch/s390/kernel/
H A Dsmp.c1003 unsigned int possible, sclp_max, cpu; in smp_fill_possible_mask() local
/openbmc/linux/include/linux/
H A Dcpumask.h990 set_cpu_possible(unsigned int cpu, bool possible) in set_cpu_possible()
/openbmc/linux/kernel/sched/
H A Dcore.c3555 enum { cpuset, possible, fail } state = cpuset; in select_fallback_rq() enumerator