Searched refs:trial (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/kernel/ |
D | cpuset.c | 401 struct cpuset *trial; in alloc_trial_cpuset() local 403 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL); in alloc_trial_cpuset() 404 if (!trial) in alloc_trial_cpuset() 407 if (!alloc_cpumask_var(&trial->cpus_allowed, GFP_KERNEL)) in alloc_trial_cpuset() 409 if (!alloc_cpumask_var(&trial->effective_cpus, GFP_KERNEL)) in alloc_trial_cpuset() 412 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed); in alloc_trial_cpuset() 413 cpumask_copy(trial->effective_cpus, cs->effective_cpus); in alloc_trial_cpuset() 414 return trial; in alloc_trial_cpuset() 417 free_cpumask_var(trial->cpus_allowed); in alloc_trial_cpuset() 419 kfree(trial); in alloc_trial_cpuset() [all …]
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | sleep-s3c2410.S | 57 teq pc, #0 @ first as a trial-run to load cache
|
/linux-4.4.14/drivers/media/common/saa7146/ |
D | saa7146_i2c.c | 181 int trial = 0; in saa7146_i2c_writeout() local 246 if (++trial < 50 && short_delay) in saa7146_i2c_writeout()
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.cx88 | 58 trial-and-error using the tuner=<n> insmod option. If you
|
/linux-4.4.14/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-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 24 (just trial and error...). 90 connected at all and then start trial-and-error ...
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 112 Use smart trial-and-error techniques to find out the correct pirq line ...
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 4 This list has been worked out through trial and error. There will be mistakes
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Introduction | 317 and it is more or less trial and error.
|
/linux-4.4.14/include/linux/ |
D | sched.h | 2226 const struct cpumask *trial);
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 5044 const struct cpumask *trial) in cpuset_cpumask_can_shrink() argument 5055 trial_cpus = cpumask_weight(trial); in cpuset_cpumask_can_shrink()
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 1191 This was difficult to test by trial and error, and the I/O addresses
|