| /OK3568_Linux_fs/kernel/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()" ];
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | pelt.c | 182 unsigned long load, unsigned long runnable, int running) in accumulate_sum() argument 224 if (running) in accumulate_sum() 260 unsigned long load, unsigned long runnable, int running) in ___update_load_sum() argument 296 runnable = running = 0; in ___update_load_sum() 305 if (!accumulate_sum(delta, sa, load, runnable, running)) in ___update_load_sum() 426 int update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument 429 running, in update_rt_rq_load_avg() 430 running, in update_rt_rq_load_avg() 431 running)) { in update_rt_rq_load_avg() 452 int update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument [all …]
|
| H A D | pelt.h | 7 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 175 update_rt_rq_load_avg(u64 now, struct rq *rq, int running) in update_rt_rq_load_avg() argument 181 update_dl_rq_load_avg(u64 now, struct rq *rq, int running) in update_dl_rq_load_avg() argument 198 update_irq_load_avg(struct rq *rq, u64 running) in update_irq_load_avg() argument
|
| /OK3568_Linux_fs/kernel/sound/isa/sb/ |
| H A 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() 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() 721 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_autoload() [all …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | nfp.rst | 46 - stored, running 49 - stored, running 52 - stored, running 55 - stored, running 58 - stored, running 61 - stored, running 64 - stored, running
|
| H A D | bnxt.rst | 64 - stored, running 67 - stored, running 70 - stored, running 73 - running 76 - stored, running 79 - stored, running
|
| H A D | ice.rst | 27 - running 32 - running 38 - running 42 - running 52 - running 56 - running 61 - running 67 - running 73 - running 79 - running [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/ |
| H A D | rdpmc.c | 41 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local 48 running = pc->time_running; in mmap_read_self() 50 if (enabled != running) { in mmap_read_self() 65 if (enabled != running) { in mmap_read_self() 75 running += delta; in mmap_read_self() 77 quot = count / running; in mmap_read_self() 78 rem = count % running; in mmap_read_self() 79 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A 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() 236 if (ti->running && ti->need_update) { in ct_xfitimer_check_period() [all …]
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | gen_stats.c | 140 __gnet_stats_copy_basic(const seqcount_t *running, in __gnet_stats_copy_basic() argument 152 if (running) in __gnet_stats_copy_basic() 153 seq = read_seqcount_begin(running); in __gnet_stats_copy_basic() 156 } while (running && read_seqcount_retry(running, seq)); in __gnet_stats_copy_basic() 161 ___gnet_stats_copy_basic(const seqcount_t *running, in ___gnet_stats_copy_basic() argument 169 __gnet_stats_copy_basic(running, &bstats, cpu, b); in ___gnet_stats_copy_basic() 207 gnet_stats_copy_basic(const seqcount_t *running, in gnet_stats_copy_basic() argument 212 return ___gnet_stats_copy_basic(running, d, cpu, b, in gnet_stats_copy_basic() 231 gnet_stats_copy_basic_hw(const seqcount_t *running, in gnet_stats_copy_basic_hw() argument 236 return ___gnet_stats_copy_basic(running, d, cpu, b, in gnet_stats_copy_basic_hw()
|
| H A D | gen_estimator.c | 45 seqcount_t *running; member 69 __gnet_stats_copy_basic(e->running, b, e->cpu_bstats, e->bstats); in est_fetch_counters() 128 seqcount_t *running, in gen_new_estimator() argument 157 est->running = running; in gen_new_estimator() 229 seqcount_t *running, struct nlattr *opt) in gen_replace_estimator() argument 232 lock, running, opt); in gen_replace_estimator()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/ |
| H A D | fpu_preempt.c | 38 int running; variable 40 extern void preempt_fpu(double *darray, int *threads_starting, int *running); 50 preempt_fpu(darray, &threads_starting, &running); in preempt_fpu_c() 64 running = true; in test_preempt_fpu() 87 running = 0; in test_preempt_fpu()
|
| H A D | vmx_preempt.c | 38 int running; variable 40 extern void preempt_vmx(vector int *varray, int *threads_starting, int *running); 51 preempt_vmx(varray, &threads_starting, &running); in preempt_vmx_c() 67 running = true; in test_preempt_vmx() 90 running = 0; in test_preempt_vmx()
|
| H A D | fpu_signal.c | 36 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()
|
| 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()
|
| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | beep.c | 20 int running; /* boolean */ member 36 if (beep && beep->running) { in snd_pmac_beep_stop() 37 beep->running = 0; in snd_pmac_beep_stop() 113 if (beep->running) in snd_pmac_beep_event() 126 if (chip->playback.running || chip->capture.running || beep->running) { in snd_pmac_beep_event() 130 beep->running = 1; in snd_pmac_beep_event() 239 beep->running = 0; in snd_pmac_attach_beep()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | openl2tpd-initscript-fix.patch | 23 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."
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | gen_stats.h | 45 int gnet_stats_copy_basic(const seqcount_t *running, 49 void __gnet_stats_copy_basic(const seqcount_t *running, 53 int gnet_stats_copy_basic_hw(const seqcount_t *running, 73 seqcount_t *running, struct nlattr *opt); 79 seqcount_t *running, struct nlattr *opt);
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | wdt.c | 25 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base() 29 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base() 34 ut_asserteq(true, state->wdt.running); in dm_test_wdt_base() 37 ut_asserteq(false, state->wdt.running); in dm_test_wdt_base()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_devlink.c | 136 #define running(key, getter) { ICE_VERSION_RUNNING, key, getter } macro 150 running(DEVLINK_INFO_VERSION_GENERIC_FW_MGMT, ice_info_fw_mgmt), 151 running("fw.mgmt.api", ice_info_fw_api), 152 running("fw.mgmt.build", ice_info_fw_build), 153 running(DEVLINK_INFO_VERSION_GENERIC_FW_UNDI, ice_info_orom_ver), 154 running("fw.psid.api", ice_info_nvm_ver), 155 running(DEVLINK_INFO_VERSION_GENERIC_FW_BUNDLE_ID, ice_info_eetrack), 156 running("fw.app.name", ice_info_ddp_pkg_name), 157 running(DEVLINK_INFO_VERSION_GENERIC_FW_APP, ice_info_ddp_pkg_version), 158 running("fw.app.bundle_id", ice_info_ddp_pkg_bundle_id), [all …]
|
| /OK3568_Linux_fs/kernel/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() 166 if (vibrator->running) in gpio_vibrator_suspend() 177 if (vibrator->running) in gpio_vibrator_resume()
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/ |
| H A D | English.ini | 78 ERROR_ACTION_RUNNING=It's running now.Do you want to stop? 80 ERROR_NO_DEVICE=No found any devices,stop running! 81 ERROR_MANY_DEVICE=Found many devices,stop running! 82 ERROR_GET_DEVICE=Getting device failed,stop running! 83 ERROR_MATCH_DEVICE_TYPE=Match device type failed,stop running! 84 ERROR_CHECK_DOWNLOAD_ITEM=Checking download item failed,stop running! 85 ERROR_CHECK_DOWNLOAD_ITEM=%s is not existed,stop running! 86 ERROR_NO_DOWNLOAD_ITEM=No item to download,stop running! 87 ERROR_PARAMETER_CHANGED=Parameter has changed,check the updated address and go running! 88 ERROR_NO_PARTSIZE_ITEM=%s failed to get partition size,stop running! [all …]
|