Searched refs:trial (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/kernel/cgroup/ |
D | cpuset.c | 427 struct cpuset *trial; in alloc_trial_cpuset() local 429 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL); in alloc_trial_cpuset() 430 if (!trial) in alloc_trial_cpuset() 433 if (!alloc_cpumask_var(&trial->cpus_allowed, GFP_KERNEL)) in alloc_trial_cpuset() 435 if (!alloc_cpumask_var(&trial->effective_cpus, GFP_KERNEL)) in alloc_trial_cpuset() 438 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in alloc_trial_cpuset() 439 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset() 440 return trial; in alloc_trial_cpuset() 443 free_cpumask_var(trial->cpus_allowed); in alloc_trial_cpuset() 445 kfree(trial); in alloc_trial_cpuset() [all …]
|
/Linux-v4.19/net/tipc/ |
D | discover.c | 149 bool trial = time_before(jiffies, tn->addr_trial_end); in tipc_disc_addr_trial_msg() local 153 if (!trial) in tipc_disc_addr_trial_msg() 168 if (!trial && !self) { in tipc_disc_addr_trial_msg() 175 return trial; in tipc_disc_addr_trial_msg()
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | sleep-s3c2410.S | 43 teq pc, #0 @ first as a trial-run to load cache
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 182 int trial = 0; in saa7146_i2c_writeout() local 247 if (++trial < 50 && short_delay) in saa7146_i2c_writeout()
|
/Linux-v4.19/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-v4.19/Documentation/media/v4l-drivers/ |
D | cx88.rst | 54 trial-and-error using the tuner=<n> insmod option. If you
|
D | bttv.rst | 463 (just trial and error...). 531 connected at all and then start trial-and-error ...
|
D | cx2341x.rst | 2771 This list has been worked out through trial and error. There will be mistakes
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | integratorap.dts | 31 * but painful trial-and-error has proved to me that it
|
/Linux-v4.19/Documentation/x86/i386/ |
D | IO-APIC.txt | 112 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/Linux-v4.19/kernel/sched/ |
D | deadline.c | 2713 const struct cpumask *trial) in dl_cpuset_cpumask_can_shrink() argument 2721 trial_cpus = cpumask_weight(trial); in dl_cpuset_cpumask_can_shrink()
|
D | sched.h | 317 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
D | core.c | 5432 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 5439 ret = dl_cpuset_cpumask_can_shrink(cur, trial); in cpuset_cpumask_can_shrink()
|
/Linux-v4.19/include/linux/ |
D | sched.h | 1480 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
/Linux-v4.19/Documentation/networking/ |
D | arcnet-hardware.txt | 1191 This was difficult to test by trial and error, and the I/O addresses
|