Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/linux/kernel/sched/
A Dpelt.c149 if (running) in accumulate_sum()
221 runnable = running = 0; in ___update_load_sum()
353 running, in update_rt_rq_load_avg()
354 running, in update_rt_rq_load_avg()
355 running)) { in update_rt_rq_load_avg()
379 running, in update_dl_rq_load_avg()
380 running, in update_dl_rq_load_avg()
381 running)) { in update_dl_rq_load_avg()
434 int update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
443 running = cap_scale(running, arch_scale_freq_capacity(cpu_of(rq))); in update_irq_load_avg()
[all …]
A Dpelt.h7 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running);
8 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running);
31 int update_irq_load_avg(struct rq *rq, u64 running);
34 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
166 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument
172 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument
189 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
/linux/Documentation/scsi/scsi_transport_srp/
A Drport_state_diagram.dot2 node [shape = doublecircle]; running lost;
7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
14running -> running_rta [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nsrp_start_tl_f…
15 …running_rta -> running [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting s…
16running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim…
17running -> failfast [ label = "fast_io_fail_tmo = off and\ndev_loss_tmo = off;\nreconnecting fail…
21 blocked -> running [ label = "reconnecting\nsucceeded" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
24 running -> lost [ label = "srp_stop_rport_timers()" ];
/linux/sound/isa/sb/
A Dsb16_csp.c161 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_free()
210 info.state = p->running; in snd_sb_csp_ioctl()
358 p->running = 0; in snd_sb_csp_riff_load()
455 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_unload()
468 p->running = 0; in snd_sb_csp_unload()
728 p->running = SNDRV_SB_CSP_ST_AUTO; in snd_sb_csp_autoload()
842 p->running |= SNDRV_SB_CSP_ST_RUNNING; in snd_sb_csp_start()
849 p->running |= SNDRV_SB_CSP_ST_QSOUND; in snd_sb_csp_start()
894 p->running &= ~SNDRV_SB_CSP_ST_QSOUND; in snd_sb_csp_stop()
925 p->running |= SNDRV_SB_CSP_ST_PAUSED; in snd_sb_csp_pause()
[all …]
/linux/Documentation/ABI/stable/
A Dsysfs-hypervisor-xen5 Description: If running under Xen:
14 Description: If running under Xen:
23 Description: If running under Xen:
32 Description: If running under Xen:
54 Description: If running under Xen:
63 Description: If running under Xen:
71 Description: If running under Xen:
80 Description: If running under Xen:
87 Description: If running under Xen:
95 Description: If running under Xen:
[all …]
/linux/Documentation/networking/devlink/
A Dnfp.rst46 - stored, running
49 - stored, running
52 - stored, running
55 - stored, running
58 - stored, running
61 - stored, running
64 - stored, running
A Dbnxt.rst66 - stored, running
69 - stored, running
72 - stored, running
75 - running
78 - stored, running
81 - stored, running
A Dice.rst27 - running
32 - running
39 - running
43 - running
53 - running
57 - running
62 - running
68 - running
74 - running
80 - running
[all …]
/linux/tools/perf/arch/x86/tests/
A Drdpmc.c41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
48 running = pc->time_running; in mmap_read_self()
50 if (enabled != running) { in mmap_read_self()
65 if (enabled != running) { in mmap_read_self()
75 running += delta; in mmap_read_self()
77 quot = count / running; in mmap_read_self()
78 rem = count % running; in mmap_read_self()
79 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
/linux/net/core/
A Dgen_stats.c151 struct gnet_stats_basic_sync *b, bool running) in gnet_stats_add_basic() argument
157 WARN_ON_ONCE((cpu || running) && in_hardirq()); in gnet_stats_add_basic()
164 if (running) in gnet_stats_add_basic()
168 } while (running && u64_stats_fetch_retry_irq(&b->syncp, start)); in gnet_stats_add_basic()
176 struct gnet_stats_basic_sync *b, bool running) in gnet_stats_read_basic() argument
203 if (running) in gnet_stats_read_basic()
207 } while (running && u64_stats_fetch_retry_irq(&b->syncp, start)); in gnet_stats_read_basic()
214 int type, bool running) in ___gnet_stats_copy_basic() argument
263 bool running) in gnet_stats_copy_basic() argument
265 return ___gnet_stats_copy_basic(d, cpu, b, TCA_STATS_BASIC, running); in gnet_stats_copy_basic()
[all …]
A Dgen_estimator.c45 bool running; member
69 gnet_stats_add_basic(b, e->cpu_bstats, e->bstats, e->running); in est_fetch_counters()
134 bool running, in gen_new_estimator() argument
163 est->running = running; in gen_new_estimator()
237 bool running, struct nlattr *opt) in gen_replace_estimator() argument
240 lock, running, opt); in gen_replace_estimator()
/linux/sound/pci/ctxfi/
A Dcttimer.c40 unsigned int running:1; member
86 if (ti->running) in ct_systimer_callback()
102 ti->running = 1; in ct_systimer_start()
114 ti->running = 0; in ct_systimer_stop()
150 if (!atimer->running) in ct_xfitimer_irq_rearm()
152 atimer->running = 1; in ct_xfitimer_irq_rearm()
161 atimer->running = 0; in ct_xfitimer_irq_stop()
266 ti->running = 0; in ct_xfitimer_prepare()
297 ti->running = 1; in ct_xfitimer_start()
311 ti->running = 0; in ct_xfitimer_stop()
[all …]
/linux/sound/core/seq/oss/
A Dseq_oss_timer.c44 rec->running = 0; in snd_seq_oss_timer_new()
152 if (timer->running) in snd_seq_oss_timer_start()
162 timer->running = 1; in snd_seq_oss_timer_start()
174 if (! timer->running) in snd_seq_oss_timer_stop()
177 timer->running = 0; in snd_seq_oss_timer_stop()
188 if (timer->running) in snd_seq_oss_timer_continue()
191 timer->running = 1; in snd_seq_oss_timer_continue()
208 if (timer->running) in snd_seq_oss_timer_tempo()
/linux/tools/testing/selftests/powerpc/math/
A Dfpu_preempt.c38 int running; variable
40 extern void preempt_fpu(double *darray, int *threads_starting, int *running);
50 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
64 running = true; in test_preempt_fpu()
87 running = 0; in test_preempt_fpu()
A Dvmx_preempt.c38 int running; variable
40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running);
51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
67 running = true; in test_preempt_vmx()
90 running = 0; in test_preempt_vmx()
A Dfpu_signal.c36 int running; variable
38 extern long preempt_fpu(double *darray, int *threads_starting, int *running);
70 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
85 running = true; in test_signal_fpu()
108 running = 0; in test_signal_fpu()
A Dvsx_preempt.c44 int running; variable
46 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running);
84 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c()
101 running = true; in test_preempt_vsx()
124 running = 0; in test_preempt_vsx()
/linux/Documentation/scheduler/
A Dschedutil.txt29 resume running.
31 Using this we track 2 key metrics: 'running' and 'runnable'. 'Running'
34 two metrics are the same, but once there is contention for the CPU 'running'
45 for 50% at 2GHz, nor is running 50% on a LITTLE CPU the same as running 50% on
94 (DVFS) ramp-up after they are running again.
97 Impulse Response (IIR) EWMA with the 'running' value on dequeue -- when it is
112 the runqueue keeps an max aggregate of these clamps for all running tasks.
124 The basis is the CPU runqueue's 'running' metric, which per the above it is
128 max( running, util_est ); if UTIL_EST
129 u_cfs := { running; otherwise
[all …]
/linux/sound/ppc/
A Dbeep.c20 int running; /* boolean */ member
36 if (beep && beep->running) { in snd_pmac_beep_stop()
37 beep->running = 0; in snd_pmac_beep_stop()
116 if (beep->running) in snd_pmac_beep_event()
129 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event()
133 beep->running = 1; in snd_pmac_beep_event()
242 beep->running = 0; in snd_pmac_attach_beep()
/linux/tools/perf/util/bpf_skel/
A Dbpf_prog_profiler.bpf.c65 diff.running = after->running - before->running; in fexit_update_maps()
71 accum->running += diff.running; in fexit_update_maps()
A Dbperf_cgroup.bpf.c134 val.counter = val.enabled = val.running = 0; in bperf_cgroup_count()
151 delta.running = val.running - prev_val->running; in bperf_cgroup_count()
165 cgrp_val->running += delta.running; in bperf_cgroup_count()
/linux/drivers/gpu/drm/i915/gvt/
A Dexeclist.c101 if (running) { in emulate_execlist_status()
102 status.current_execlist_pointer = !!running->index; in emulate_execlist_status()
103 status.execlist_write_pointer = !!!running->index; in emulate_execlist_status()
105 !!!(running->index); in emulate_execlist_status()
107 !!(running->index); in emulate_execlist_status()
187 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out()
188 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; in emulate_execlist_ctx_schedule_out()
305 if (!running) { in emulate_execlist_schedule_in()
325 ctx0 = &running->ctx[0]; in emulate_execlist_schedule_in()
326 ctx1 = &running->ctx[1]; in emulate_execlist_schedule_in()
[all …]
/linux/include/net/
A Dgen_stats.h51 struct gnet_stats_basic_sync *b, bool running);
54 struct gnet_stats_basic_sync *b, bool running);
57 struct gnet_stats_basic_sync *b, bool running);
74 bool running, struct nlattr *opt);
80 bool running, struct nlattr *opt);
/linux/drivers/input/misc/
A Dgpio-vibra.c33 bool running; member
71 if (vibrator->running) in gpio_vibrator_play_work()
87 vibrator->running = level; in gpio_vibrator_play_effect()
99 vibrator->running = false; in gpio_vibrator_close()
166 if (vibrator->running) in gpio_vibrator_suspend()
177 if (vibrator->running) in gpio_vibrator_resume()
/linux/tools/bpf/bpftool/skeleton/
A Dprofiler.bpf.c82 diff.running = after->running - before->running; in fexit_update_maps()
88 accum->running += diff.running; in fexit_update_maps()

Completed in 33 milliseconds

12345678910>>...43