| /linux/net/rxrpc/ |
| H A D | peer_event.c | 387 int good, trial, bad, jumbo; in rxrpc_input_probe_for_pmtud() local 390 trial = peer->pmtud_trial; in rxrpc_input_probe_for_pmtud() 411 bad = trial; in rxrpc_input_probe_for_pmtud() 417 good = trial; in rxrpc_input_probe_for_pmtud() 436 trial = RXRPC_JUMBO(2); in rxrpc_input_probe_for_pmtud() 438 trial = RXRPC_JUMBO(4); in rxrpc_input_probe_for_pmtud() 440 trial = RXRPC_JUMBO(3); in rxrpc_input_probe_for_pmtud() 442 trial = RXRPC_JUMBO(6); in rxrpc_input_probe_for_pmtud() 444 trial = RXRPC_JUMBO(5); in rxrpc_input_probe_for_pmtud() 446 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/kernel/sched/ |
| H A D | isolation.c | 125 struct cpumask *trial, *old = NULL; in housekeeping_update() 128 trial = kmalloc(cpumask_size(), GFP_KERNEL); in housekeeping_update() 129 if (!trial) in housekeeping_update() 132 cpumask_andnot(trial, housekeeping_cpumask(HK_TYPE_DOMAIN_BOOT), isol_mask); in housekeeping_update() 133 if (!cpumask_intersects(trial, cpu_online_mask)) { in housekeeping_update() 134 kfree(trial); in housekeeping_update() 145 rcu_assign_pointer(housekeeping.cpumasks[HK_TYPE_DOMAIN], trial); in housekeeping_update() 123 struct cpumask *trial, *old = NULL; housekeeping_update() local
|
| H A D | deadline.c | 3985 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 3993 cap = __dl_bw_capacity(trial); in dl_cpuset_cpumask_can_shrink()
|
| H A D | sched.h | 362 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
| H A D | core.c | 8348 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 8355 ret = dl_cpuset_cpumask_can_shrink(cur, trial); in cpuset_cpumask_can_shrink()
|
| /linux/net/tipc/ |
| H A D | discover.c | 154 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; in tipc_disc_addr_trial_msg() local 157 if (!trial) in tipc_disc_addr_trial_msg() 172 if (!trial && !self) { in tipc_disc_addr_trial_msg() 180 return trial; in tipc_disc_addr_trial_msg()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset-v1.c | 346 int cpuset1_validate_change(struct cpuset *cur, struct cpuset *trial) in cpuset1_validate_change() argument 357 if (!is_cpuset_subset(c, trial)) in cpuset1_validate_change() 363 if (par && !is_cpuset_subset(trial, par)) in cpuset1_validate_change() 373 cpumask_empty(trial->cpus_allowed)) in cpuset1_validate_change() 376 nodes_empty(trial->mems_allowed)) in cpuset1_validate_change()
|
| H A D | cpuset-internal.h | 325 int cpuset1_validate_change(struct cpuset *cur, struct cpuset *trial); 340 struct cpuset *trial) { return 0; } in cpuset1_validate_change() argument
|
| /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.
|