/linux-6.3-rc2/kernel/cgroup/ |
A D | cpuset.c | 654 struct cpuset *trial; in alloc_trial_cpuset() local 657 if (!trial) in alloc_trial_cpuset() 660 if (alloc_cpumasks(trial, NULL)) { in alloc_trial_cpuset() 661 kfree(trial); in alloc_trial_cpuset() 667 return trial; in alloc_trial_cpuset() 695 if (!is_cpuset_subset(c, trial)) in validate_change_legacy() 701 if (par && !is_cpuset_subset(trial, par)) in validate_change_legacy() 738 ret = validate_change_legacy(cur, trial); in validate_change() 755 cpumask_empty(trial->cpus_allowed)) in validate_change() 758 nodes_empty(trial->mems_allowed)) in validate_change() [all …]
|
/linux-6.3-rc2/net/tipc/ |
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-6.3-rc2/sound/firewire/tascam/ |
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()
|
/linux-6.3-rc2/drivers/media/common/saa7146/ |
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-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_encoder_phys_cmd.c | 594 int trial = 0; in dpu_encoder_phys_cmd_prepare_commit() local 620 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US) in dpu_encoder_phys_cmd_prepare_commit() 627 trial++; in dpu_encoder_phys_cmd_prepare_commit()
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | bttv-devel.rst | 30 (just trial and error...). 93 connected at all and then start trial-and-error ...
|
A D | cx2341x-devel.rst | 2773 This list has been worked out through trial and error. There will be mistakes
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | cx88.rst | 56 trial-and-error using the tuner=<n> insmod option. If you
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
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-6.3-rc2/Documentation/x86/i386/ |
A D | IO-APIC.rst | 118 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
/linux-6.3-rc2/Documentation/locking/ |
A D | seqlock.rst | 221 that trial fails (odd sequence counter is returned, which is used as
|
/linux-6.3-rc2/arch/microblaze/boot/dts/ |
A D | system.dts | 290 * to datasheet or trial-and-error with real hardware.
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | dell-smm-hwmon.rst | 182 .. warning:: The SMM interface was reverse-engineered by trial-and-error
|
/linux-6.3-rc2/kernel/sched/ |
A D | deadline.c | 3018 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 3026 cap = __dl_bw_capacity(trial); in dl_cpuset_cpumask_can_shrink()
|
A D | sched.h | 332 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
A D | core.c | 9182 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 9189 ret = dl_cpuset_cpumask_can_shrink(cur, trial); in cpuset_cpumask_can_shrink()
|
/linux-6.3-rc2/include/linux/ |
A D | sched.h | 1848 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-fs-f2fs | 612 Description: You can set the trial count limit for GC urgent and idle mode with this value.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | arcnet-hardware.rst | 1232 This was difficult to test by trial and error, and the I/O addresses
|