Home
last modified time | relevance | path

Searched refs:trial (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch34 trial = 'mips'
36 - if trial not in known_cpu_families:
37 - mlog.warning(f'Unknown CPU family {trial!r}, please report this at '
40 + if trial not in known_cpu_families and trail != "riscv":
41 …wn CPU family %s, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.' % trial)
43 return trial
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c655 struct cpuset *trial; in alloc_trial_cpuset() local
657 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL); in alloc_trial_cpuset()
658 if (!trial) in alloc_trial_cpuset()
661 if (alloc_cpumasks(trial, NULL)) { in alloc_trial_cpuset()
662 kfree(trial); in alloc_trial_cpuset()
666 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in alloc_trial_cpuset()
667 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset()
668 return trial; in alloc_trial_cpuset()
685 static int validate_change_legacy(struct cpuset *cur, struct cpuset *trial) in validate_change_legacy() argument
696 if (!is_cpuset_subset(c, trial)) in validate_change_legacy()
[all …]
/openbmc/linux/net/tipc/
H A Ddiscover.c152 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg() local
155 if (!trial) in tipc_disc_addr_trial_msg()
170 if (!trial && !self) { in tipc_disc_addr_trial_msg()
178 return trial; in tipc_disc_addr_trial_msg()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.c219 int trial = 0; in dpu_hw_pp_disable_autorefresh() local
239 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US) in dpu_hw_pp_disable_autorefresh()
246 trial++; in dpu_hw_pp_disable_autorefresh()
H A Ddpu_hw_intf.c479 int trial = 0; in dpu_hw_intf_disable_autorefresh() local
499 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US) in dpu_hw_intf_disable_autorefresh()
506 trial++; in dpu_hw_intf_disable_autorefresh()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-incremental_24.7.2.bb26 # The tests require unit testing tool 'trial' from the twisted package
H A Dpython3-twisted_24.11.0.bb96 ${bindir}/trial \
108 ${PYTHON_SITEPACKAGES_DIR}/twisted/trial \
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-stream.c18 int trial = 0; in get_clock() local
22 while (trial++ < 5) { in get_clock()
38 if (trial >= 5) in get_clock()
/openbmc/linux/drivers/media/common/saa7146/
H A Dsaa7146_i2c.c179 int trial = 0; in saa7146_i2c_writeout() local
244 if (++trial < 50 && short_delay) in saa7146_i2c_writeout()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst30 (just trial and error...).
93 connected at all and then start trial-and-error ...
/openbmc/linux/Documentation/admin-guide/media/
H A Dcx88.rst56 trial-and-error using the tuner=<n> insmod option. If you
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S329 clr.l %d1 # %d1 will hold trial quotient
348 mov.w &0xffff, %d1 # use max trial quotient word
358 # now test the trial quotient and adjust. This step plus the
359 # normalization assures (according to Knuth) that the trial
394 mov.l %d5, %d2 # now %d2,%d3 are trial*divisor
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dsoftware-architecture.rst267 capsule verification. It changes the state of the system to trial state and
271 block to get the information on the boot bank. In the successful trial stage,
272 the acknowledgment from the host moves the state of the system from trial to
273 regular. Any failure in the trial stage or system hangs leads to a system
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch151 /* Change system state to trial bank state */
/openbmc/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst118 Use smart trial-and-error techniques to find out the correct pirq line ...
/openbmc/linux/arch/arm/boot/dts/arm/
H A Dintegratorap.dts32 * but painful trial-and-error has proved to me that it
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSCEA51 …ny such action. In addition, each party hereby waives the right to a jury trial in any action or p…
H A DLPL-1.0275 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
H A DCPL-1.0213 after the cause of action arose. Each party waives its rights to a jury trial in
H A DEPL-1.071 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
H A DIPL-1.0212 party waives its rights to a jury trial in any resulting litigation.
/openbmc/linux/Documentation/locking/
H A Dseqlock.rst221 that trial fails (odd sequence counter is returned, which is used as
/openbmc/linux/arch/microblaze/boot/dts/
H A Dsystem.dts290 * to datasheet or trial-and-error with real hardware.
/openbmc/linux/Documentation/wmi/devices/
H A Ddell-wmi-ddv.rst21 trial-and-error, please keep that in mind.
/openbmc/linux/Documentation/hwmon/
H A Ddell-smm-hwmon.rst182 .. warning:: The SMM interface was reverse-engineered by trial-and-error

12