Home
last modified time | relevance | path

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

12345678910>>...44

/linux/kernel/sched/
H A Dpelt.c103 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument
129 * runnable = running = 0; in accumulate_sum()
145 if (running) in accumulate_sum()
181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument
206 * running is a subset of runnable (weight) so running can't be set if in ___update_load_sum()
209 * This means that weight will be 0 but not running for a sched_entity in ___update_load_sum()
217 runnable = running = 0; in ___update_load_sum()
226 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum()
346 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument
372 update_dl_rq_load_avg(u64 now,struct rq * rq,int running) update_dl_rq_load_avg() argument
430 update_irq_load_avg(struct rq * rq,u64 running) update_irq_load_avg() argument
[all...]
H 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);
32 int update_irq_load_avg(struct rq *rq, u64 running);
35 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg()
86 * computation done during the running delta time but then sync back to
145 * considered as an always running rq without idle time to in update_idle_rq_clock_pelt()
194 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg()
200 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg()
217 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg()
34 update_irq_load_avg(struct rq * rq,u64 running) update_irq_load_avg() argument
193 update_rt_rq_load_avg(u64 now,struct rq * rq,int running) update_rt_rq_load_avg() argument
199 update_dl_rq_load_avg(u64 now,struct rq * rq,int running) update_dl_rq_load_avg() argument
216 update_irq_load_avg(struct rq * rq,u64 running) update_irq_load_avg() argument
/linux/Documentation/scsi/scsi_transport_srp/
H 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/Documentation/networking/devlink/
H A Dsfc.rst22 - running
26 - running
30 - running
33 - running
36 - running
39 - running
42 - running
45 - running
48 - running
51 - running
[all …]
H A Dnfp.rst49 - stored, running
52 - stored, running
55 - stored, running
58 - stored, running
61 - stored, running
64 - stored, running
67 - stored, running
H A Dbnxt.rst66 - stored, running
69 - stored, running
72 - stored, running
75 - running
78 - stored, running
81 - stored, running
H A Di40e.rst27 - running
32 - running
38 - running
42 - running
52 - running
56 - running
/linux/Documentation/ABI/stable/
H 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/sound/isa/sb/
H 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()
219 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl()
223 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl()
227 /* change CSP running state */ in snd_sb_csp_ioctl()
359 p->running = 0; in snd_sb_csp_riff_load()
443 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load()
456 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_unload()
458 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload()
469 p->running in snd_sb_csp_unload()
[all...]
/linux/tools/verification/models/
H A Dwwnr.dot5 {node [shape = plaintext] "running"};
9 "not_running" -> "running" [ label = "switch_in" ];
10 "running" [label = "running"];
11 "running" -> "not_running" [ label = "switch_out" ];
/linux/net/core/
H 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(&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(&b->syncp, start)); in gnet_stats_read_basic()
214 int type, bool running) in ___gnet_stats_copy_basic() argument
218 gnet_stats_read_basic(&bstats_bytes, &bstats_packets, cpu, b, running); in ___gnet_stats_copy_basic()
263 bool running) in gnet_stats_copy_basic() argument
[all …]
H 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/tools/testing/selftests/powerpc/math/
H A Dfpu_preempt.c36 int running; variable
38 extern int preempt_fpu(double *darray, int *threads_starting, int *running);
46 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
60 running = true; in test_preempt_fpu()
83 running = 0; in test_preempt_fpu()
H A Dvmx_preempt.c38 int running; variable
40 extern int preempt_vmx(vector int *varray, int *threads_starting, int *running);
52 rc = preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c()
69 running = true; in test_preempt_vmx()
92 running = 0; in test_preempt_vmx()
H A Dfpu_signal.c35 int running; variable
37 extern long preempt_fpu(double *darray, int *threads_starting, int *running);
66 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c()
81 running = true; in test_signal_fpu()
104 running = 0; in test_signal_fpu()
H 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/sound/pci/ctxfi/
H A Dcttimer.c40 unsigned int running:1; member
55 unsigned int running:1; /* global timer running */ 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()
157 if (atimer->running) { in ct_xfitimer_irq_stop()
161 atimer->running = 0; in ct_xfitimer_irq_stop()
236 if (ti->running && ti->need_update) { in ct_xfitimer_check_period()
[all …]
/linux/sound/core/seq/oss/
H 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/sound/ppc/
H 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/Documentation/scheduler/
H A Dschedutil.rst33 resume running.
35 Using this we track 2 key metrics: 'running' and 'runnable'. 'Running'
38 two metrics are the same, but once there is contention for the CPU 'running'
49 for 50% at 2GHz, nor is running 50% on a LITTLE CPU the same as running 50% on
83 The result is that the above 'running' and 'runnable' metrics become invariant
97 though when running their expected utilization will be the same, they suffer a
98 (DVFS) ramp-up after they are running again.
101 Impulse Response (IIR) EWMA with the 'running' value on dequeue -- when it is
115 the runqueue keeps an max aggregate of these clamps for all running tasks.
127 The basis is the CPU runqueue's 'running' metric, which per the above it is
[all …]
/linux/tools/bpf/bpftool/skeleton/
H A Dprofiler.bpf.c10 __u64 running; member
88 diff.running = after->running - before->running; in fexit_update_maps()
94 accum->running += diff.running; in fexit_update_maps()
/linux/tools/perf/util/bpf_skel/
H 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()
/linux/include/net/
H 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/sound/core/seq/
H A Dseq_timer.c70 t->running = 0; in snd_seq_timer_delete()
87 tmr->running = 0; in snd_seq_timer_defaults()
132 if (!tmr->running) in snd_seq_timer_interrupt()
185 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq()
321 if (!tmr->running) in seq_timer_stop()
323 tmr->running = 0; in seq_timer_stop()
368 if (tmr->running) in seq_timer_start()
374 tmr->running = 1; in seq_timer_start()
389 if (tmr->running) in seq_timer_continue()
397 tmr->running = 1; in seq_timer_continue()
[all …]
/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c90 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_status() local
101 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()
185 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_ctx_schedule_out() local
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()
276 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_schedule_in() local
[all …]

12345678910>>...44