| /kernel/linux/linux-5.10/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()" ];
|
| /kernel/linux/linux-4.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()" ];
|
| /kernel/linux/linux-4.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 …]
|
| /kernel/linux/linux-5.10/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: 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/ |
| D | pelt.c | 107 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/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/ |
| D | README.md | 187 TaskSampleEntry1 running... 188 TaskSampleEntry1 running... 189 TaskSampleEntry1 running... 190 TaskSampleEntry1 running... 191 TaskSampleEntry2 running... 192 TaskSampleEntry1 running... 193 TaskSampleEntry1 running... 194 EXTI0_IRQHandler running... 198 1 31 Running IdleCore000 201 TaskSampleEntry1 running... [all …]
|
| /kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/ |
| D | README.md | 184 TaskSampleEntry1 running... 185 TaskSampleEntry1 running... 186 TaskSampleEntry1 running... 187 TaskSampleEntry1 running... 188 TaskSampleEntry2 running... 189 TaskSampleEntry1 running... 190 TaskSampleEntry1 running... 191 TaskSampleEntry1 running... 192 TaskSampleEntry1 running... 193 TaskSampleEntry1 running... [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | membarrier.h | 34 * @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-4.19/include/uapi/linux/ |
| D | membarrier.h | 34 * @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/tools/testing/selftests/vm/ |
| D | run_vmtests | 73 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-4.19/drivers/gpu/drm/i915/gvt/ |
| D | execlist.c | 68 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot() 81 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n", in switch_virtual_execlist_slot() 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
| D | execlist.c | 66 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/Documentation/networking/devlink/ |
| D | nfp.rst | 46 - stored, running 49 - stored, running 52 - stored, running 55 - stored, running 58 - stored, running 61 - stored, running 64 - stored, running
|
| D | bnxt.rst | 64 - stored, running 67 - stored, running 70 - stored, running 73 - running 76 - stored, running 79 - stored, running
|
| /kernel/linux/linux-4.19/kernel/sched/ |
| 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
|
| 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 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() 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() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/media_tests/ |
| D | media_dev_allocator.sh | 19 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/ |
| D | running-nested-guests.rst | 2 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-4.19/tools/testing/selftests/vm/ |
| D | run_vmtests | 65 echo "running hugepage-mmap" 80 echo "running hugepage-shm" 93 echo "running map_hugetlb" 108 echo "running userfaultfd" 119 echo "running userfaultfd_hugetlb" 133 echo "running userfaultfd_shmem" 149 echo "running compaction_test" 160 echo "running on-fault-limit" 171 echo "running map_populate" 182 echo "running mlock2-tests" [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
| D | cpu-idle-cooling.rst | 83 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 …]
|
| /kernel/linux/linux-4.19/Documentation/ia64/ |
| D | mca.txt | 40 * If an MCA/INIT event occurs while the kernel was running (not user 64 running or not. That is, whether it is on a cpu or is blocked. The 67 INIT event are no longer running, they have been converted to blocked 69 rendezvous interrupt are still running on their normal kernel stacks! 75 no longer running on that cpu. That gives us a decent chance of 80 failed, not on the task that was originally running. Again this 82 own stack as running on that cpu. Then a recursive error gets a 140 * i386 backtrace is not very sensitive to whether a process is running 142 running or not. 146 What happens when MCA/INIT is delivered what a cpu is running user [all …]
|
| /kernel/linux/linux-5.10/sound/isa/sb/ |
| D | sb16_csp.c | 159 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_free() 208 info.state = p->running; in snd_sb_csp_ioctl() 217 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl() 221 err = (p->running & SNDRV_SB_CSP_ST_RUNNING ? in snd_sb_csp_ioctl() 225 /* change CSP running state */ in snd_sb_csp_ioctl() 356 p->running = 0; in snd_sb_csp_riff_load() 440 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load() 453 if (p->running & SNDRV_SB_CSP_ST_RUNNING) in snd_sb_csp_unload() 455 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload() 466 p->running = 0; in snd_sb_csp_unload() [all …]
|
| /kernel/linux/linux-5.10/sound/pci/ctxfi/ |
| D | cttimer.c | 40 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() 173 * checks the running instance list and determines the next timer interval. [all …]
|
| /kernel/linux/linux-4.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() 176 * checks the running instance list and determines the next timer interval. [all …]
|
| /kernel/linux/linux-5.10/Documentation/ia64/ |
| D | mca.rst | 43 * If an MCA/INIT event occurs while the kernel was running (not user 67 running or not. That is, whether it is on a cpu or is blocked. The 70 INIT event are no longer running, they have been converted to blocked 72 rendezvous interrupt are still running on their normal kernel stacks! 78 no longer running on that cpu. That gives us a decent chance of 83 failed, not on the task that was originally running. Again this 85 own stack as running on that cpu. Then a recursive error gets a 144 * i386 backtrace is not very sensitive to whether a process is running 146 running or not. 150 What happens when MCA/INIT is delivered what a cpu is running user [all …]
|