| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | 0001-Make-CPU-family-warnings-fatal.patch | 35 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 D | cpuset.c | 534 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 D | discover.c | 151 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 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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | sleep-s3c2410.S | 42 teq pc, #0 @ first as a trial-run to load cache
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 ...
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | cx88.rst | 56 trial-and-error using the tuner=<n> insmod option. If you
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-twisted_22.2.0.bb | 121 ${bindir}/trial \ 187 ${libdir}/${PYTHON_DIR}/site-packages/twisted/trial/ \
|
| /OK3568_Linux_fs/kernel/Documentation/x86/i386/ |
| H A D | IO-APIC.rst | 118 Use smart trial-and-error techniques to find out the correct pirq line ...
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | seqlock.rst | 221 that trial fails (odd sequence counter is returned, which is used as
|
| /OK3568_Linux_fs/yocto/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 | LPL-1.0 | 81 …r after the cause of action arose. Each party waives its rights to a jury trial in any resulting l…
|
| 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 | IPL-1.0 | 212 party waives its rights to a jury trial in any resulting litigation.
|
| H A D | CPL-1.0 | 213 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 D | 0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 51 @@ -4243,6 +4243,13 @@ eligible_for_sibcall_delay (rtx_insn *trial)
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch | 48 @@ -4200,6 +4200,13 @@ eligible_for_sibcall_delay (rtx_insn *trial)
|
| /OK3568_Linux_fs/kernel/arch/microblaze/boot/dts/ |
| H A D | system.dts | 290 * to datasheet or trial-and-error with real hardware.
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | deadline.c | 2832 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 D | sched.h | 1689 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | what-i-wish-id-known.rst | 42 Consequently, it is often trial and error, checking the mailing lists, or
|