Searched refs:possible (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/usr/include/
H A Dheaders_check.pl121 for my $possible ( @file_paths ) {
122 if (not $import_stack{$possible} and open($fh, '<', $possible)) {
123 $import_path = $possible;
/linux-master/drivers/net/phy/
H A Dbcm84881.c34 unsigned long *possible = phydev->possible_interfaces; local
36 __set_bit(PHY_INTERFACE_MODE_SGMII, possible);
37 __set_bit(PHY_INTERFACE_MODE_2500BASEX, possible);
38 __set_bit(PHY_INTERFACE_MODE_10GBASER, possible);
H A Dmarvell10g.c809 unsigned long *possible = phydev->possible_interfaces; local
813 __set_bit(priv->mactype->interface_10g, possible);
816 __set_bit(PHY_INTERFACE_MODE_5GBASER, possible);
817 __set_bit(PHY_INTERFACE_MODE_2500BASEX, possible);
818 __set_bit(PHY_INTERFACE_MODE_SGMII, possible);
/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c213 * Register present and possible CPUs in the domain
298 * This returns the number of possible units according to the enumerated
302 * counts the number of possible cores in the package to which @apicid
382 unsigned int possible = nr_cpu_ids; local
386 possible = 1;
389 possible = min_t(unsigned int, max_possible_cpus, possible);
391 if (possible < nr_cpu_ids) {
392 pr_info("Limiting to %u possible CPUs\n", possible);
[all...]
/linux-master/drivers/acpi/
H A Dpci_link.c61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member in struct:acpi_pci_link_irq
82 * set context (link) possible list from resource list
112 link->irq.possible[i] = p->interrupts[i];
138 link->irq.possible[i] = p->interrupts[i];
167 acpi_handle_debug(handle, "Found %d possible IRQs\n",
411 * Note that PCI IRQ routers have a list of possible IRQs,
469 if (link->irq.possible[i] == irq)
501 * reflect the possible and active irqs in the penalty table --
510 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS)
512 possible[
[all...]
/linux-master/arch/loongarch/kernel/
H A Dsetup.c399 * low memory as small as possible before swiotlb_init(), so make
570 int i, possible; local
572 possible = num_processors + disabled_cpus;
573 if (possible > nr_cpu_ids)
574 possible = nr_cpu_ids;
577 possible, max((possible - num_processors), 0));
579 for (i = 0; i < possible; i++)
584 set_nr_cpu_ids(possible);
/linux-master/drivers/infiniband/hw/hfi1/
H A Daffinity.c95 int possible, curr_cpu, i, ht; local
105 possible = cpumask_weight(&node_affinity.real_cpu_mask);
114 for (i = 0; i < possible / ht; i++)
120 for (; i < possible; i++) {
584 * starts as possible cpus with threads reset
595 int curr_cpu, possible, i, ret; local
628 possible = cpumask_weight(&entry->def_intr.mask);
631 if (possible == 1) {
966 int possible, curr_cpu, i; local
974 possible
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set
131 fmulx (%sp)+,%fp0 |possible exception
H A Dx_operr.S128 cmpw #0x3FFE,%d0 |this is the only possible exponent value
175 cmpw #0x3FFE,%d0 |this is the only possible exponent value
202 cmpw #0x3FFE,%d0 |this is the only possible exponent value
321 | It is possible to have either inex2 or inex1 exceptions with the
H A Dx_unimp.S69 fsave -(%a7) |capture possible exc state
H A Dstanh.S166 fmovex X(%a6),%fp0 |last inst - possible exception set
H A Dstan.S247 fdivx %fp1,%fp0 |last inst - possible exception set
287 fdivx (%sp)+,%fp0 |last inst - possible exception set
301 fmovex (%sp)+,%fp0 |last inst - possible exception set
H A Dx_unfl.S80 | It is possible to have either inex2 or inex1 exceptions with the
/linux-master/arch/mips/kernel/
H A Dsetup.c657 * to this point is possible to only reserve physical memory
671 * low memory as small as possible before plat_swiotlb_setup(), so
739 int i, possible = num_possible_cpus(); local
741 if (possible > nr_cpu_ids)
742 possible = nr_cpu_ids;
744 for (i = 0; i < possible; i++)
749 set_nr_cpu_ids(possible);
/linux-master/drivers/net/phy/qcom/
H A Dqca808x.c172 unsigned long *possible = phydev->possible_interfaces; local
174 __set_bit(PHY_INTERFACE_MODE_SGMII, possible);
177 __set_bit(PHY_INTERFACE_MODE_2500BASEX, possible);
/linux-master/lib/
H A Dcpumask_kunit.c119 EXPECT_FOR_EACH_CPU_BUILTIN_EQ(test, possible);
/linux-master/drivers/misc/sgi-xp/
H A Dxp.h50 * exceeds the absolute MAXIMUM number of channels possible (eight), then one
53 * The absolute maximum number of channels possible is limited to eight for
64 #error XPC_MAX_NCHANNELS exceeds absolute MAXIMUM possible.
69 * that wants to fit as many msg entries as possible in a given memory size
/linux-master/arch/s390/kernel/
H A Dsmp.c917 /* Handle possible pending IPIs */
957 unsigned int possible, sclp_max, cpu; local
962 possible = setup_possible_cpus ?: nr_cpu_ids;
963 possible = min(possible, sclp_max);
964 for (cpu = 0; cpu < possible && cpu < nr_cpu_ids; cpu++)
H A Dentry.S221 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
549 * Iterate over all possible CPU addresses in the range 0..0xffff
/linux-master/arch/arm/mach-pxa/
H A Dsleep.S108 @ as possible to eliminate messing about with the refresh clock
/linux-master/include/linux/
H A Dcpumask.h92 * possible, present, active and online cpus.
99 * If !CONFIG_HOTPLUG_CPU, present == possible, and active == online.
102 * that it is possible might ever be plugged in at anytime during the
118 * cpu_{online,possible,present}_masks are placebos. Changing them
1005 /* Uniprocessor: the possible/online/present masks are always "1" */
1026 set_cpu_possible(unsigned int cpu, bool possible) argument
1028 if (possible)
1085 * We pre-generate all the 64 (or 32) possible bit positions, with enough
/linux-master/arch/arm/lib/
H A Ddiv64.S140 @ If possible, branch for another shift in the division loop.
/linux-master/arch/powerpc/kernel/
H A Dinterrupt_64.S118 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS
305 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS
438 stb r11,PACAIRQHAPPENED(r13) # clear out possible HARD_DIS
563 // No HARD_MASK pending, clear possible HARD_DIS set by interrupt
590 * If there are none, it is be possible that the interrupt still
602 stb r11,PACAIRQHAPPENED(r13) // clear the possible HARD_DIS
/linux-master/samples/hid/
H A DMakefile81 $(warning WARNING: Detected possible issues with include path.)
/linux-master/scripts/
H A Dcheckpatch.pl107 --list-types list the possible message types
121 'values', 'possible', 'type', and 'attr' (default
1358 NOTE: perl $^V is not modern enough to detect all possible issues.
2272 sub possible { subroutine
2273 my ($possible, $line) = @_;
2293 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
2294 if ($possible !~ $notPermitted) {
2296 $possible =~ s/\s*$Storage\s*//g;
2297 $possible =~ s/\s*$Sparse\s*//g;
2298 if ($possible
[all...]

Completed in 226 milliseconds

12