/Linux-v4.19/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 2 node [shape = doublecircle]; running lost; 7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ]; 9 running [ label = "running;\nreconnect\ntimer\nstopped" ]; 14 …running -> 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… 16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim… 17 …running -> 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-v4.19/kernel/sched/ |
D | pelt.c | 110 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument 145 if (running) in accumulate_sum() 181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument 215 runnable = running = 0; in ___update_load_sum() 224 if (!accumulate_sum(delta, cpu, sa, load, runnable, running)) in ___update_load_sum() 324 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument 327 running, in update_rt_rq_load_avg() 328 running, in update_rt_rq_load_avg() 329 running)) { in update_rt_rq_load_avg() 347 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument [all …]
|
D | pelt.h | 6 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running); 7 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running); 10 int update_irq_load_avg(struct rq *rq, u64 running); 13 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument 54 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument 60 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument 66 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
|
/Linux-v4.19/sound/isa/sb/ |
D | sb16_csp.c | 173 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_free() 222 info.state = p->running; in snd_sb_csp_ioctl() 231 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl() 235 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl() 370 p->running = 0; in snd_sb_csp_riff_load() 454 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load() 467 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_unload() 469 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload() 480 p->running = 0; in snd_sb_csp_unload() 735 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_autoload() [all …]
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-hypervisor-xen | 5 Description: If running under Xen: 14 Description: If running under Xen: 23 Description: If running under Xen: 32 Description: If running under Xen: 51 Description: If running under Xen: 60 Description: If running under Xen: 68 Description: If running under Xen: 77 Description: If running under Xen: 84 Description: If running under Xen: 92 Description: If running under Xen: [all …]
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | rdpmc.c | 39 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 46 running = pc->time_running; in mmap_read_self() 48 if (enabled != running) { in mmap_read_self() 63 if (enabled != running) { in mmap_read_self() 73 running += delta; in mmap_read_self() 75 quot = count / running; in mmap_read_self() 76 rem = count % running; in mmap_read_self() 77 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
|
/Linux-v4.19/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 42 int running; variable 44 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 54 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 68 running = true; in test_preempt_fpu() 91 running = 0; in test_preempt_fpu()
|
D | vmx_preempt.c | 42 int running; variable 44 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 55 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 68 running = true; in test_preempt_vmx() 91 running = 0; in test_preempt_vmx()
|
D | vsx_preempt.c | 48 int running; variable 50 extern long preempt_vsx(vector int *varray, int *threads_starting, int *running); 88 rc = preempt_vsx(varray, &threads_starting, &running); in preempt_vsx_c() 103 running = true; in test_preempt_vsx() 126 running = 0; in test_preempt_vsx()
|
D | fpu_signal.c | 40 int running; variable 42 extern long preempt_fpu(double *darray, int *threads_starting, int *running); 74 rc = preempt_fpu(darray, &threads_starting, &running); in signal_fpu_c() 89 running = true; in test_signal_fpu() 112 running = 0; in test_signal_fpu()
|
D | vmx_signal.c | 42 int running; variable 92 rc = preempt_vmx(varray, &threads_starting, &running); in signal_vmx_c() 107 running = true; in test_signal_vmx() 133 running = 0; in test_signal_vmx()
|
/Linux-v4.19/sound/core/seq/oss/ |
D | seq_oss_timer.c | 57 rec->running = 0; in snd_seq_oss_timer_new() 165 if (timer->running) in snd_seq_oss_timer_start() 175 timer->running = 1; in snd_seq_oss_timer_start() 187 if (! timer->running) in snd_seq_oss_timer_stop() 190 timer->running = 0; in snd_seq_oss_timer_stop() 201 if (timer->running) in snd_seq_oss_timer_continue() 204 timer->running = 1; in snd_seq_oss_timer_continue() 221 if (timer->running) in snd_seq_oss_timer_tempo()
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | cttimer.c | 43 unsigned int running:1; member 58 unsigned int running:1; /* global timer running */ member 89 if (ti->running) in ct_systimer_callback() 105 ti->running = 1; in ct_systimer_start() 117 ti->running = 0; in ct_systimer_stop() 153 if (!atimer->running) in ct_xfitimer_irq_rearm() 155 atimer->running = 1; in ct_xfitimer_irq_rearm() 160 if (atimer->running) { in ct_xfitimer_irq_stop() 164 atimer->running = 0; in ct_xfitimer_irq_stop() 239 if (ti->running && ti->need_update) { in ct_xfitimer_check_period() [all …]
|
/Linux-v4.19/sound/ppc/ |
D | beep.c | 33 int running; /* boolean */ member 49 if (beep && beep->running) { in snd_pmac_beep_stop() 50 beep->running = 0; in snd_pmac_beep_stop() 126 if (beep->running) in snd_pmac_beep_event() 139 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event() 143 beep->running = 1; in snd_pmac_beep_event() 252 beep->running = 0; in snd_pmac_attach_beep()
|
/Linux-v4.19/net/core/ |
D | gen_estimator.c | 49 seqcount_t *running; member 73 __gnet_stats_copy_basic(e->running, b, e->cpu_bstats, e->bstats); in est_fetch_counters() 132 seqcount_t *running, in gen_new_estimator() argument 158 est->running = running; in gen_new_estimator() 230 seqcount_t *running, struct nlattr *opt) in gen_replace_estimator() argument 233 lock, running, opt); in gen_replace_estimator()
|
D | gen_stats.c | 145 __gnet_stats_copy_basic(const seqcount_t *running, in __gnet_stats_copy_basic() argument 157 if (running) in __gnet_stats_copy_basic() 158 seq = read_seqcount_begin(running); in __gnet_stats_copy_basic() 161 } while (running && read_seqcount_retry(running, seq)); in __gnet_stats_copy_basic() 179 gnet_stats_copy_basic(const seqcount_t *running, in gnet_stats_copy_basic() argument 186 __gnet_stats_copy_basic(running, &bstats, cpu, b); in gnet_stats_copy_basic()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | execlist.c | 92 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_status() local 104 if (running) { in emulate_execlist_status() 105 status.current_execlist_pointer = !!running->index; in emulate_execlist_status() 106 status.execlist_write_pointer = !!!running->index; in emulate_execlist_status() 108 !!!(running->index); in emulate_execlist_status() 110 !!(running->index); in emulate_execlist_status() 192 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_ctx_schedule_out() local 194 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]; in emulate_execlist_ctx_schedule_out() 195 struct execlist_ctx_descriptor_format *ctx1 = &running->ctx[1]; in emulate_execlist_ctx_schedule_out() 284 struct intel_vgpu_execlist_slot *running = execlist->running_slot; in emulate_execlist_schedule_in() local [all …]
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-remoteproc | 9 To change the running firmware, ensure the remote processor is 21 "running" 30 "running" is the normal state of an available remote processor 44 Writing "start" will attempt to start the processor running the 47 transition to "running" state.
|
D | sysfs-hypervisor-xen | 5 Description: If running under Xen: 16 Description: If running under Xen: 31 Description: If running under Xen: 40 Description: If running under Xen:
|
/Linux-v4.19/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 72 if (cdma->running) in cdma_start() 95 cdma->running = true; in cdma_start() 108 if (cdma->running) in cdma_timeout_restart() 142 cdma->running = true; in cdma_timeout_restart() 165 if (cdma->running) { in cdma_stop() 169 cdma->running = false; in cdma_stop() 208 if (cdma->torndown && !cdma->running) { in cdma_freeze() 227 cdma->running = false; in cdma_freeze()
|
/Linux-v4.19/sound/core/seq/ |
D | seq_timer.c | 82 t->running = 0; in snd_seq_timer_delete() 100 tmr->running = 0; in snd_seq_timer_defaults() 149 if (!tmr->running) { in snd_seq_timer_interrupt() 205 if (tmr->running && (ppq != tmr->ppq)) { in snd_seq_timer_set_tempo_ppq() 337 if (!tmr->running) in seq_timer_stop() 339 tmr->running = 0; in seq_timer_stop() 389 if (tmr->running) in seq_timer_start() 395 tmr->running = 1; in seq_timer_start() 415 if (tmr->running) in seq_timer_continue() 423 tmr->running = 1; in seq_timer_continue() [all …]
|
/Linux-v4.19/include/net/ |
D | gen_stats.h | 39 int gnet_stats_copy_basic(const seqcount_t *running, 43 void __gnet_stats_copy_basic(const seqcount_t *running, 63 seqcount_t *running, struct nlattr *opt); 69 seqcount_t *running, struct nlattr *opt);
|
/Linux-v4.19/drivers/input/serio/ |
D | userio.c | 39 bool running; member 106 if (userio->running) { in userio_char_release() 208 if (userio->running) { in userio_char_write() 215 userio->running = true; in userio_char_write() 220 if (userio->running) { in userio_char_write() 231 if (!userio->running) { in userio_char_write()
|
/Linux-v4.19/drivers/watchdog/ |
D | cpu5wdt.c | 63 int running; member 77 if (cpu5wdt_device.running) in cpu5wdt_trigger() 119 cpu5wdt_device.running++; in cpu5wdt_start() 128 if (cpu5wdt_device.running) in cpu5wdt_stop() 129 cpu5wdt_device.running = 0; in cpu5wdt_stop()
|
/Linux-v4.19/Documentation/isdn/ |
D | 00-INDEX | 20 - info for running audio over ISDN. 38 - info on running Sync PPP over ISDN. 40 - info for running X.25 over ISDN. 42 - frequently asked questions about running PPP over ISDN.
|