/linux-5.19.10/kernel/cgroup/ |
D | cpuset.c | 567 struct cpuset *trial; in alloc_trial_cpuset() local 569 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL); in alloc_trial_cpuset() 570 if (!trial) in alloc_trial_cpuset() 573 if (alloc_cpumasks(trial, NULL)) { in alloc_trial_cpuset() 574 kfree(trial); in alloc_trial_cpuset() 578 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in alloc_trial_cpuset() 579 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset() 580 return trial; in alloc_trial_cpuset() 597 static int validate_change_legacy(struct cpuset *cur, struct cpuset *trial) in validate_change_legacy() argument 608 if (!is_cpuset_subset(c, trial)) in validate_change_legacy() [all …]
|
/linux-5.19.10/net/tipc/ |
D | discover.c | 151 bool trial = time_before(jiffies, tn->addr_trial_end); 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-5.19.10/arch/arm/mach-s3c/ |
D | sleep-s3c2410.S | 42 teq pc, #0 @ first as a trial-run to load cache
|
/linux-5.19.10/sound/firewire/tascam/ |
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-5.19.10/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 179 int trial = 0; in saa7146_i2c_writeout() local 244 if (++trial < 50 && short_delay) in saa7146_i2c_writeout()
|
/linux-5.19.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_cmd.c | 601 int trial = 0; in dpu_encoder_phys_cmd_prepare_commit() local 627 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US) in dpu_encoder_phys_cmd_prepare_commit() 634 trial++; in dpu_encoder_phys_cmd_prepare_commit()
|
/linux-5.19.10/Documentation/driver-api/media/drivers/ |
D | bttv-devel.rst | 30 (just trial and error...). 93 connected at all and then start trial-and-error ...
|
D | cx2341x-devel.rst | 2773 This list has been worked out through trial and error. There will be mistakes
|
/linux-5.19.10/Documentation/admin-guide/media/ |
D | cx88.rst | 56 trial-and-error using the tuner=<n> insmod option. If you
|
/linux-5.19.10/arch/m68k/ifpsp060/src/ |
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-5.19.10/Documentation/x86/i386/ |
D | IO-APIC.rst | 118 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/linux-5.19.10/arch/arm/boot/dts/ |
D | integratorap.dts | 32 * but painful trial-and-error has proved to me that it
|
/linux-5.19.10/Documentation/locking/ |
D | seqlock.rst | 221 that trial fails (odd sequence counter is returned, which is used as
|
/linux-5.19.10/arch/microblaze/boot/dts/ |
D | system.dts | 290 * to datasheet or trial-and-error with real hardware.
|
/linux-5.19.10/Documentation/hwmon/ |
D | dell-smm-hwmon.rst | 179 .. warning:: The SMM interface was reverse-engineered by trial-and-error
|
/linux-5.19.10/kernel/sched/ |
D | deadline.c | 3006 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 3014 trial_cpus = cpumask_weight(trial); in dl_cpuset_cpumask_can_shrink()
|
D | sched.h | 346 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
D | core.c | 8979 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 8986 ret = dl_cpuset_cpumask_can_shrink(cur, trial); in cpuset_cpumask_can_shrink()
|
/linux-5.19.10/include/linux/ |
D | sched.h | 1815 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 574 Description: You can set the trial count limit for GC urgent high mode with this value.
|
/linux-5.19.10/Documentation/networking/ |
D | arcnet-hardware.rst | 1232 This was difficult to test by trial and error, and the I/O addresses
|