Home
last modified time | relevance | path

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

12345678910>>...84

/openbmc/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()" ];
/openbmc/linux/kernel/sched/
H A Dpelt.c145 if (running) in accumulate_sum()
217 runnable = running = 0; in ___update_load_sum()
349 running, in update_rt_rq_load_avg()
350 running, in update_rt_rq_load_avg()
351 running)) { in update_rt_rq_load_avg()
375 running, in update_dl_rq_load_avg()
376 running, in update_dl_rq_load_avg()
377 running)) { in update_dl_rq_load_avg()
430 int update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
439 running = cap_scale(running, arch_scale_freq_capacity(cpu_of(rq))); in update_irq_load_avg()
[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);
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
193 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument
199 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument
216 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
/openbmc/qemu/tests/qemu-iotests/
H A D219.out6 {"return": [{"current-progress": "FILTERED", "id": "job0", "status": "running", "total-progress": "…
17 {"return": [{"current-progress": 131072, "id": "job0", "status": "running", "total-progress": 41943…
39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
131 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
134 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
[all …]
H A D234.out18 {"return": {"running": false, "singlestep": false, "status": "postmigrate"}}
19 {"return": {"running": true, "singlestep": false, "status": "running"}}
35 {"return": {"running": true, "singlestep": false, "status": "running"}}
36 {"return": {"running": false, "singlestep": false, "status": "postmigrate"}}
/openbmc/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.rst46 - stored, running
49 - stored, running
52 - stored, running
55 - stored, running
58 - stored, running
61 - stored, running
64 - stored, running
H A Dbnxt.rst66 - stored, running
69 - stored, running
72 - stored, running
75 - running
78 - stored, running
81 - stored, running
/openbmc/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" ];
/openbmc/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 …]
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_preempt.c38 int running; variable
40 extern int preempt_fpu(double *darray, int *threads_starting, int *running);
51 rc = preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c()
65 running = true; in test_preempt_fpu()
88 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.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()
/openbmc/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()
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 …]
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp81 int running = 0; in isRunning() local
82 if (sd_event_source_get_enabled(eventSource, &running) < 0) in isRunning()
86 return running != SD_EVENT_OFF; in isRunning()
231 int running; in timeoutHandler() local
232 if (sd_event_source_get_enabled(eventSource, &running) < 0 || in timeoutHandler()
233 running == SD_EVENT_ONESHOT) in timeoutHandler()
/openbmc/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
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 …]
/openbmc/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()
/openbmc/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()
/openbmc/u-boot/test/dm/
H A Dwdt.c24 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
28 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base()
33 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base()
36 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
/openbmc/linux/sound/pci/ctxfi/
H 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 …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-initscript-fix.patch23 echo -n $"cannot start openl2tpd: openl2tpd is already running.";
24 - failure $"cannot start openl2tpd: openl2tpd already running.";
25 + #failure $"cannot start openl2tpd: openl2tpd already running.";
44 echo -n $"cannot stop openl2tpd: openl2tpd is not running."
45 - failure $"cannot stop openl2tpd: openl2tpd is not running."
46 + #failure $"cannot stop openl2tpd: openl2tpd is not running."
/openbmc/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()
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c135 s->running = false; in timer_expire()
211 s->running = true; in nrf51_timer_write()
220 s->running = false; in nrf51_timer_write()
235 if (s->running) { in nrf51_timer_write()
242 if (s->running) { in nrf51_timer_write()
255 if (s->running) { in nrf51_timer_write()
289 if (s->running) { in nrf51_timer_write()
296 if (s->running) { in nrf51_timer_write()
338 s->running = false; in nrf51_timer_reset()
354 if (s->running && s->mode == NRF51_TIMER_TIMER) { in nrf51_timer_post_load()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-aio-multithread.c204 static uint32_t running; variable
223 qatomic_dec(&running); in test_multi_co_mutex_entry()
237 running = threads; in test_multi_co_mutex()
246 while (running > 0) { in test_multi_co_mutex()
342 qatomic_dec(&running); in test_multi_fair_mutex_entry()
356 running = threads; in test_multi_fair_mutex()
365 while (running > 0) { in test_multi_fair_mutex()
398 qatomic_dec(&running); in test_multi_mutex_entry()
412 running = threads; in test_multi_mutex()
421 while (running > 0) { in test_multi_mutex()
/openbmc/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()

12345678910>>...84