Home
last modified time | relevance | path

Searched full:running (Results 1 – 25 of 6727) sorted by relevance

12345678910>>...270

/kernel/linux/linux-5.10/Documentation/scsi/scsi_transport_srp/
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()" ];
/kernel/linux/linux-6.6/Documentation/scsi/scsi_transport_srp/
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()" ];
/kernel/linux/linux-6.6/Documentation/networking/devlink/
Dsfc.rst22 - running
26 - running
30 - running
33 - running
36 - running
39 - running
42 - running
45 - running
48 - running
51 - running
[all …]
Dnfp.rst46 - stored, running
49 - stored, running
52 - stored, running
55 - stored, running
58 - stored, running
61 - stored, running
64 - stored, running
/kernel/linux/linux-6.6/Documentation/scheduler/
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
116 the runqueue keeps an max aggregate of these clamps for all running tasks.
128 The basis is the CPU runqueue's 'running' metric, which per the above it is
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/stable/
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 …]
/kernel/linux/linux-5.10/kernel/sched/
Dpelt.c107 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument
133 * runnable = running = 0; in accumulate_sum()
149 if (running) in accumulate_sum()
185 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument
210 * running is a subset of runnable (weight) so running can't be set if in ___update_load_sum()
213 * This means that weight will be 0 but not running for a sched_entity in ___update_load_sum()
221 runnable = running = 0; in ___update_load_sum()
230 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum()
350 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument
353 running, in update_rt_rq_load_avg()
[all …]
/kernel/linux/linux-6.6/kernel/sched/
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
349 running, in update_rt_rq_load_avg()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/stable/
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 …]
/kernel/linux/linux-6.6/include/uapi/linux/
Dmembarrier.h34 * @MEMBARRIER_CMD_GLOBAL: Execute a memory barrier on all running threads.
36 * is ensured that all running threads have passed
40 * (non-running threads are de facto in such a
42 * running on the system. This command returns 0.
44 * Execute a memory barrier on all running threads
48 * is ensured that all running threads have passed
52 * (non-running threads are de facto in such a
66 * Execute a memory barrier on each running
69 * caller thread is ensured that all its running
74 * (non-running threads are de facto in such a
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dmembarrier.h34 * @MEMBARRIER_CMD_GLOBAL: Execute a memory barrier on all running threads.
36 * is ensured that all running threads have passed
40 * (non-running threads are de facto in such a
42 * running on the system. This command returns 0.
44 * Execute a memory barrier on all running threads
48 * is ensured that all running threads have passed
52 * (non-running threads are de facto in such a
66 * Execute a memory barrier on each running
69 * caller thread is ensured that all its running
74 * (non-running threads are de facto in such a
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dexeclist.c66 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot()
79 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot()
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()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
Dexeclist.c66 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot()
79 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot()
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()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Drun_vmtests73 echo "running hugepage-mmap"
88 echo "running hugepage-shm"
101 echo "running map_hugetlb"
116 echo "running map_fixed_noreplace"
127 echo "running 'gup_benchmark -U' (normal/slow gup)"
138 echo "running gup_benchmark -b (pin_user_pages)"
149 echo "running userfaultfd"
160 echo "running userfaultfd_hugetlb"
174 echo "running userfaultfd_shmem"
190 echo "running compaction_test"
[all …]
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Dnfp.rst46 - stored, running
49 - stored, running
52 - stored, running
55 - stored, running
58 - stored, running
61 - stored, running
64 - stored, running
/kernel/linux/linux-6.6/include/kunit/
Dtest-bug.h19 /* Static key if KUnit is running any tests. */
29 * kunit_get_current_test() - Return a pointer to the currently running
32 * If a KUnit test is running in the current task, returns a pointer to its
34 * function or assertion. If no test is running (or a test is running in a
39 * test is running.
51 * kunit_fail_current_test() - If a KUnit test is running, fail it.
53 * If a KUnit test is running in the current task, mark that test as failed.
/kernel/linux/linux-6.6/include/linux/
Dcc_platform.h26 * The platform/OS is running with active memory encryption. This
27 * includes running either as a bare-metal system or a hypervisor
38 * The platform/OS is running as a bare-metal system or a hypervisor
48 * The platform/OS is running as a guest/virtual machine and actively
58 * The platform/OS is running as a guest/virtual machine and actively
69 * The platform/OS is running as a guest/virtual machine and uses
79 * The platform/OS is running as a guest/virtual machine and actively
87 * The platform/OS is running as a guest/virtual machine does not
/kernel/linux/linux-5.10/tools/testing/selftests/media_tests/
Dmedia_dev_allocator.sh19 echo "Running unbind of $MDEV from $MDRIVER"
28 echo "Running unbind of $ADEV from $ADRIVER"
38 echo "Running bind of $MDEV from $MDRIVER"
44 echo "Running bind of $ADEV from $ADRIVER"
56 echo "Running unbind of $MDEV from $MDRIVER"
64 echo "Running bind of $MDEV from $MDRIVER"
70 echo "Running unbind of $ADEV from $ADRIVER"
78 echo "Running bind of $ADEV from $ADRIVER"
/kernel/linux/linux-6.6/tools/testing/selftests/media_tests/
Dmedia_dev_allocator.sh19 echo "Running unbind of $MDEV from $MDRIVER"
28 echo "Running unbind of $ADEV from $ADRIVER"
38 echo "Running bind of $MDEV from $MDRIVER"
44 echo "Running bind of $ADEV from $ADRIVER"
56 echo "Running unbind of $MDEV from $MDRIVER"
64 echo "Running bind of $MDEV from $MDRIVER"
70 echo "Running unbind of $ADEV from $ADRIVER"
78 echo "Running bind of $ADEV from $ADRIVER"
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Drunning-nested-guests.rst2 Running nested guests with KVM
29 - L0 – level-0; the bare metal host, running KVM
31 - L1 – level-1 guest; a VM running on L0; also called the "guest
32 hypervisor", as it itself is capable of running KVM.
34 - L2 – level-2 guest; a VM running on L1, this is the "nested guest"
41 hypervisor running on bare metal, adding another layer and
43 metal, running the LPAR hypervisor), L1 (host hypervisor), L2
61 multiple nested guests (level-2 guests), running different OSes, on
81 In case you are running a Linux kernel older than v4.19, to enable
137 .. note:: If you suspect your L2 (i.e. nested guest) is running slower,
[all …]
/kernel/linux/linux-6.6/Documentation/virt/kvm/x86/
Drunning-nested-guests.rst4 Running nested guests with KVM
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,
[all …]
/kernel/linux/linux-6.6/tools/verification/models/
Dwwnr.dot5 {node [shape = plaintext] "running"};
9 "not_running" -> "running" [ label = "switch_in" ];
10 "running" [label = "running"];
11 "running" -> "not_running" [ label = "switch_out" ];
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Dother.json3 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
6 …"PublicDescription": "Counts Core cycles where the core was running with power-delivery for baseli…
11 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
14 …"PublicDescription": "Counts Core cycles where the core was running with power-delivery for licens…
19 …"BriefDescription": "Core cycles where the core was running in a manner where Turbo may be clipped…
22 …"PublicDescription": "Core cycles where the core was running with power-delivery for license level…
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-qat10 * up: the device is up and running
28 * sym;asym: the device is configured for running crypto
31 * dc: the device is configured for running compression services
34 * sym: the device is configured for running symmetric crypto
36 * asym: the device is configured for running asymmetric crypto
38 * asym;dc: the device is configured for running asymmetric
41 * sym;dc: the device is configured for running symmetric crypto
49 a device configured for running crypto services in order to
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dcpu-idle-cooling.rst83 running
95 cycle (aka the cooling device state), the running duration can be
111 running
125 running
160 (Ptarget) resulting in an amount of time running at full power on a
164 P(opp)target = ((Trunning x (P(opp)running) + (Tidle x P(opp)idle)) /
169 Tidle = Trunning x ((P(opp)running / P(opp)target) - 1)
171 At this point if we know the running period for the CPU, that gives us
173 injection duration, we can compute the running duration with::
175 Trunning = Tidle / ((P(opp)running / P(opp)target) - 1)
[all …]

12345678910>>...270