/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | 0001-Make-CPU-family-warnings-fatal.patch | 35 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 D | discover.c | 152 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 D | cpuset.c | 655 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 D | dpu_hw_pingpong.c | 219 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 D | dpu_hw_intf.c | 479 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 D | tascam-stream.c | 18 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 D | saa7146_i2c.c | 179 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 D | bttv-devel.rst | 30 (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 D | software-architecture.rst | 186 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 D | cx88.rst | 56 trial-and-error using the tuner=<n> insmod option. If you
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 329 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 D | python3-twisted_22.10.0.bb | 123 ${bindir}/trial \ 189 ${libdir}/${PYTHON_DIR}/site-packages/twisted/trial/ \
|
/openbmc/linux/Documentation/arch/x86/i386/ |
H A D | IO-APIC.rst | 118 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SCEA | 51 …ny such action. In addition, each party hereby waives the right to a jury trial in any action or p…
|
H A D | LPL-1.02 | 75 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
|
H A D | IPL-1.0 | 212 party waives its rights to a jury trial in any resulting litigation.
|
H A D | EPL-1.0 | 71 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
|
H A D | CPL-1.0 | 213 after the cause of action arose. Each party waives its rights to a jury trial in
|
H A D | LPL-1.0 | 81 …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 D | seqlock.rst | 221 that trial fails (odd sequence counter is returned, which is used as
|
/openbmc/linux/arch/microblaze/boot/dts/ |
H A D | system.dts | 290 * to datasheet or trial-and-error with real hardware.
|
/openbmc/linux/Documentation/wmi/devices/ |
H A D | dell-wmi-ddv.rst | 21 trial-and-error, please keep that in mind.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dell-smm-hwmon.rst | 182 .. warning:: The SMM interface was reverse-engineered by trial-and-error
|
/openbmc/linux/kernel/sched/ |
H A D | deadline.c | 3034 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 3042 cap = __dl_bw_capacity(trial); in dl_cpuset_cpumask_can_shrink()
|