Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch35 trial = 'mips'
37 - if trial not in known_cpu_families:
38 - mlog.warning(f'Unknown CPU family {trial!r}, please report this at '
41 + if trial not in known_cpu_families and trail != "riscv":
42 …wn CPU family %s, see https://wiki.yoctoproject.org/wiki/Meson/UnknownCPU for directions.' % trial)
44 return trial
/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/kernel/cgroup/
H A Dcpuset.c655 struct cpuset *trial; in alloc_trial_cpuset() local
658 if (!trial) in alloc_trial_cpuset()
661 if (alloc_cpumasks(trial, NULL)) { in alloc_trial_cpuset()
662 kfree(trial); in alloc_trial_cpuset()
668 return trial; in alloc_trial_cpuset()
696 if (!is_cpuset_subset(c, trial)) in validate_change_legacy()
702 if (par && !is_cpuset_subset(trial, par)) in validate_change_legacy()
739 ret = validate_change_legacy(cur, trial); in validate_change()
756 cpumask_empty(trial->cpus_allowed)) in validate_change()
759 nodes_empty(trial->mems_allowed)) in validate_change()
[all …]
/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/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/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dsoftware-architecture.rst186 capsule verification. It changes the state of the system to trial state and
188 block to get the information on the boot bank. In the successful trial stage,
189 the acknowledgment from the host moves the state of the system from trial to
190 regular. Any failure in the trial stage or system hangs leads to a system
/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-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.10.0.bb123 ${bindir}/trial \
189 ${libdir}/${PYTHON_DIR}/site-packages/twisted/trial/ \
/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 DIPL-1.0212 party waives its rights to a jury trial in any resulting litigation.
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 DCPL-1.0213 after the cause of action arose. Each party waives its rights to a jury trial in
H A DLPL-1.081 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
/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
/openbmc/linux/kernel/sched/
H A Ddeadline.c3034 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument
3042 cap = __dl_bw_capacity(trial); in dl_cpuset_cpumask_can_shrink()

12