| /linux/kernel/sched/ |
| H A D | pelt.c | 104 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument 146 if (running) in accumulate_sum() 182 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument 218 runnable = running = 0; in ___update_load_sum() 227 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum() 347 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument 350 running, in update_rt_rq_load_avg() 351 running, in update_rt_rq_load_avg() 352 running)) { in update_rt_rq_load_avg() 373 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument [all …]
|
| /linux/Documentation/scsi/scsi_transport_srp/ |
| H A 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/Documentation/networking/devlink/ |
| H A D | sfc.rst | 26 - running 30 - running 34 - running 37 - running 40 - running 43 - running 46 - running 49 - running 52 - running 55 - running [all …]
|
| H A D | nfp.rst | 49 - stored, running 52 - stored, running 55 - stored, running 58 - stored, running 61 - stored, running 64 - stored, running 67 - stored, running
|
| H A D | bnxt.rst | 68 - stored, running 71 - stored, running 74 - stored, running 77 - running 80 - stored, running 83 - stored, running
|
| H A D | etas_es58x.rst | 22 - running 23 - Version of the firmware running on the device. Also available 27 - running 28 - Version of the bootloader running on the device. Also available
|
| /linux/Documentation/ABI/stable/ |
| H A 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: 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/tools/verification/models/ |
| H A D | wwnr.dot | 5 {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 D | gen_stats.c | 151 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 D | gen_estimator.c | 45 bool running; member 69 gnet_stats_add_basic(b, e->cpu_bstats, e->bstats, e->running); in est_fetch_counters() 136 bool running, in gen_new_estimator() argument 165 est->running = running; in gen_new_estimator() 239 bool running, struct nlattr *opt) in gen_replace_estimator() argument 242 lock, running, opt); in gen_replace_estimator()
|
| /linux/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_preempt.c | 36 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 D | vmx_preempt.c | 38 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 D | fpu_signal.c | 35 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 D | vsx_preempt.c | 44 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/core/seq/oss/ |
| H A D | seq_oss_timer.c | 44 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/Documentation/scheduler/ |
| H A D | schedutil.rst | 33 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 D | profiler.bpf.c | 10 __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 D | bpf_prog_profiler.bpf.c | 65 diff.running = after->running - before->running; in fexit_update_maps() 71 accum->running += diff.running; in fexit_update_maps()
|
| H A D | bperf_cgroup.bpf.c | 168 val.counter = val.enabled = val.running = 0; in bperf_cgroup_count() 185 delta.running = val.running - prev_val->running; in bperf_cgroup_count() 199 cgrp_val->running += delta.running; in bperf_cgroup_count()
|
| /linux/include/net/ |
| H A D | gen_stats.h | 51 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/gpu/drm/i915/gvt/ |
| H A D | execlist.c | 90 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 …]
|
| /linux/drivers/input/misc/ |
| H A D | gpio-vibra.c | 33 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() 158 if (vibrator->running) in gpio_vibrator_suspend() 169 if (vibrator->running) in gpio_vibrator_resume()
|
| /linux/Documentation/trace/rv/ |
| H A D | monitor_wwnr.rst | 4 - Name: wwrn - wakeup while not running 26 | running | -+ 29 This model is broken, the reason is that a task can be running 38 running.
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 31 - L0 – level-0; the bare metal host, running KVM 33 - L1 – level-1 guest; a VM running on L0; also called the "guest 34 hypervisor", as it itself is capable of running KVM. 36 - L2 – level-2 guest; a VM running on L1, this is the "nested guest" 43 hypervisor running on bare metal, adding another layer and 45 metal, running the LPAR hypervisor), L1 (host hypervisor), L2 63 multiple nested guests (level-2 guests), running different OSes, on 83 In case you are running a Linux kernel older than v4.19, to enable 139 .. note:: If you suspect your L2 (i.e. nested guest) is running slower, 158 then the guest hypervisor will subsequently be capable of running a [all …]
|
| /linux/drivers/input/serio/ |
| H A D | userio.c | 39 bool running; member 100 if (userio->running) { in userio_char_release() 189 if (userio->running) { in userio_execute_cmd() 195 userio->running = true; in userio_execute_cmd() 200 if (userio->running) { in userio_execute_cmd() 210 if (!userio->running) { in userio_execute_cmd()
|