Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch35 trial = 'ppc64'
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
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcpuset.c534 struct cpuset *trial; in alloc_trial_cpuset() local
536 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL); in alloc_trial_cpuset()
537 if (!trial) in alloc_trial_cpuset()
540 if (alloc_cpumasks(trial, NULL)) { in alloc_trial_cpuset()
541 kfree(trial); in alloc_trial_cpuset()
545 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in alloc_trial_cpuset()
546 cpumask_copy(trial->cpus_requested, cs->cpus_requested); in alloc_trial_cpuset()
547 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset()
548 return trial; in alloc_trial_cpuset()
581 static int validate_change(struct cpuset *cur, struct cpuset *trial) in validate_change() argument
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Ddiscover.c151 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg() local
154 if (!trial) in tipc_disc_addr_trial_msg()
169 if (!trial && !self) { in tipc_disc_addr_trial_msg()
177 return trial; in tipc_disc_addr_trial_msg()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dsleep-s3c2410.S42 teq pc, #0 @ first as a trial-run to load cache
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dbttv-devel.rst30 (just trial and error...).
93 connected at all and then start trial-and-error ...
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dcx88.rst56 trial-and-error using the tuner=<n> insmod option. If you
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.2.0.bb121 ${bindir}/trial \
187 ${libdir}/${PYTHON_DIR}/site-packages/twisted/trial/ \
/OK3568_Linux_fs/kernel/Documentation/x86/i386/
H A DIO-APIC.rst118 Use smart trial-and-error techniques to find out the correct pirq line ...
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dintegratorap.dts32 * but painful trial-and-error has proved to me that it
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dseqlock.rst221 that trial fails (odd sequence counter is returned, which is used as
/OK3568_Linux_fs/yocto/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 DLPL-1.081 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
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.
H A DCPL-1.0213 after the cause of action arose. Each party waives its rights to a jury trial in
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch51 @@ -4243,6 +4243,13 @@ eligible_for_sibcall_delay (rtx_insn *trial)
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch48 @@ -4200,6 +4200,13 @@ eligible_for_sibcall_delay (rtx_insn *trial)
/OK3568_Linux_fs/kernel/arch/microblaze/boot/dts/
H A Dsystem.dts290 * to datasheet or trial-and-error with real hardware.
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c2832 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument
2840 trial_cpus = cpumask_weight(trial); in dl_cpuset_cpumask_can_shrink()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1689 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dwhat-i-wish-id-known.rst42 Consequently, it is often trial and error, checking the mailing lists, or

12