Searched refs:trial (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_pingpong.c221 int trial = 0; local
241 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US)
248 trial++;
H A Ddpu_hw_intf.c481 int trial = 0; local
501 if ((trial * DPU_ENC_MAX_POLL_TIMEOUT_US)
508 trial++;
/linux-master/net/tipc/
H A Ddiscover.c137 /* tipc_disc_addr_trial(): - handle an address uniqueness trial from peer
139 * trial message or we are inside trial period. Otherwise false.
152 bool trial = time_before(jiffies, tn->addr_trial_end) && !self; local
155 if (!trial)
162 /* Otherwise update trial address and restart trial period */
169 /* Apply trial address if we just left trial period */
170 if (!trial
[all...]
/linux-master/sound/firewire/tascam/
H A Dtascam-stream.c18 int trial = 0; local
22 while (trial++ < 5) {
38 if (trial >= 5)
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_i2c.c179 int trial = 0; local
244 if (++trial < 50 && short_delay)
/linux-master/kernel/cgroup/
H A Dcpuset.c688 * alloc_trial_cpuset - allocate a trial cpuset
689 * @cs: the cpuset that the trial cpuset duplicates
693 struct cpuset *trial; local
695 trial = kmemdup(cs, sizeof(*cs), GFP_KERNEL);
696 if (!trial)
699 if (alloc_cpumasks(trial, NULL)) {
700 kfree(trial);
704 cpumask_copy(trial->cpus_allowed, cs->cpus_allowed);
705 cpumask_copy(trial->effective_cpus, cs->effective_cpus);
706 cpumask_copy(trial
747 validate_change_legacy(struct cpuset *cur, struct cpuset *trial) argument
792 validate_change(struct cpuset *cur, struct cpuset *trial) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S329 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-master/include/linux/
H A Dsched.h1749 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
/linux-master/kernel/sched/
H A Ddeadline.c3136 const struct cpumask *trial)
3144 cap = __dl_bw_capacity(trial);
3135 dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial) argument
H A Dsched.h315 extern int dl_cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
H A Dcore.c9334 const struct cpumask *trial)
9341 ret = dl_cpuset_cpumask_can_shrink(cur, trial);
9333 cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial) argument

Completed in 224 milliseconds