| /linux/net/rxrpc/ |
| H A D | peer_event.c | 372 int good, trial, bad, jumbo; in rxrpc_input_probe_for_pmtud() local 375 trial = peer->pmtud_trial; in rxrpc_input_probe_for_pmtud() 396 bad = trial; in rxrpc_input_probe_for_pmtud() 402 good = trial; in rxrpc_input_probe_for_pmtud() 421 trial = RXRPC_JUMBO(2); in rxrpc_input_probe_for_pmtud() 423 trial = RXRPC_JUMBO(4); in rxrpc_input_probe_for_pmtud() 425 trial = RXRPC_JUMBO(3); in rxrpc_input_probe_for_pmtud() 427 trial = RXRPC_JUMBO(6); in rxrpc_input_probe_for_pmtud() 429 trial = RXRPC_JUMBO(5); in rxrpc_input_probe_for_pmtud() 431 trial = RXRPC_JUMBO(8); in rxrpc_input_probe_for_pmtud() [all …]
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_chacha.c | 94 for (unsigned int trial = 0; trial < TRIALS; ++trial) { in main() local 106 ksft_exit_fail_msg("Main loop outputs do not match on trial %u, split %u\n", trial, split); in main() 108 ksft_exit_fail_msg("Main loop counters do not match on trial %u, split %u\n", trial, split); in main()
|
| /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()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 534 struct cpuset *trial; in dup_or_alloc_cpuset() local 537 trial = cs ? kmemdup(cs, sizeof(*cs), GFP_KERNEL) : in dup_or_alloc_cpuset() 539 if (!trial) in dup_or_alloc_cpuset() 544 &trial->cpus_allowed, in dup_or_alloc_cpuset() 545 &trial->effective_cpus, in dup_or_alloc_cpuset() 546 &trial->effective_xcpus, in dup_or_alloc_cpuset() 547 &trial->exclusive_cpus in dup_or_alloc_cpuset() 551 kfree(trial); in dup_or_alloc_cpuset() 557 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in dup_or_alloc_cpuset() 558 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in dup_or_alloc_cpuset() [all …]
|
| H A D | cpuset-internal.h | 295 int cpuset1_validate_change(struct cpuset *cur, struct cpuset *trial); 305 struct cpuset *trial) { return 0; } in cpuset1_validate_change() argument
|
| H A D | cpuset-v1.c | 351 int cpuset1_validate_change(struct cpuset *cur, struct cpuset *trial) in cpuset1_validate_change() argument 362 if (!is_cpuset_subset(c, trial)) in cpuset1_validate_change() 368 if (par && !is_cpuset_subset(trial, par)) in cpuset1_validate_change()
|
| /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()
|
| /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 ...
|
| H A D | cx2341x-devel.rst | 2773 This list has been worked out through trial and error. There will be mistakes
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cx88.rst | 56 trial-and-error using the tuner=<n> insmod option. If you
|
| /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
|
| /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 ...
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
| /linux/arch/microblaze/boot/dts/ |
| H A D | system.dts | 290 * to datasheet or trial-and-error with real hardware.
|
| /linux/Documentation/wmi/devices/ |
| H A D | dell-wmi-ddv.rst | 21 trial-and-error, please keep that in mind.
|
| /linux/kernel/sched/ |
| H A D | deadline.c | 3673 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 3681 cap = __dl_bw_capacity(trial); in dl_cpuset_cpumask_can_shrink()
|
| H A D | sched.h | 359 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
| H A D | core.c | 7947 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 7954 ret = dl_cpuset_cpumask_can_shrink(cur, trial); in cpuset_cpumask_can_shrink()
|
| /linux/include/linux/ |
| H A D | sched.h | 1837 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 630 Description: You can set the trial count limit for GC urgent and idle mode with this value.
|