Home
last modified time | relevance | path

Searched refs:stall (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/linux/arch/alpha/lib/
H A Dev6-stxcpy.S61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
66 bne t8, $a_eos # U : (stall)
90 and t8, t6, t12 # E : (stall)
94 bne t6, 1f # U : (stall)
101 or t12, t6, t8 # E : (stall)
104 or t0, t1, t1 # E : (stall)
125 and t0, 7, t0 # E : (stall)
186 bne t8, $u_eos # U : (stall)
246 bne t6, 1f # U : (stall)
[all …]
H A Dev6-stxncpy.S69 ornot t1, t2, t2 # E : (stall)
73 or t0, t3, t0 # E : (stall)
118 bne t6, 1f # U : (stall)
124 or t12, t6, t8 # E : (stall)
156 and t1, 7, t1 # E : (stall)
160 and a2, 7, t2 # E : (stall)
288 or t8, t10, t6 # E : (stall)
299 bne t6, 1f # U : (stall)
307 or t0, t1, t0 # E : (stall)
321 bne t6, 1f # U : (stall)
[all …]
H A Dev6-csum_ipv6_magic.S116 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
117 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
120 addq $20,$19,$20 # E : (1 cycle stall on $20)
125 addq $18,$19,$18 # E : (1 cycle stall on $19)
131 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
133 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
136 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
137 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
138 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1)
143 extwl $3,2,$1 # U : ushort[1] (1 cycle stall on $3)
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dsp.c45 assert(stall); in sp_get_state()
53 stall->fifo0 = in sp_get_state()
55 stall->fifo1 = in sp_get_state()
57 stall->fifo2 = in sp_get_state()
59 stall->fifo3 = in sp_get_state()
61 stall->fifo4 = in sp_get_state()
63 stall->fifo5 = in sp_get_state()
65 stall->fifo6 = in sp_get_state()
67 stall->fifo7 = in sp_get_state()
69 stall->fifo8 = in sp_get_state()
[all …]
H A Disp.c50 assert(stall); in isp_get_state()
66 stall->pmem = in isp_get_state()
68 stall->dmem = in isp_get_state()
70 stall->vmem = in isp_get_state()
72 stall->fifo0 = in isp_get_state()
74 stall->fifo1 = in isp_get_state()
76 stall->fifo2 = in isp_get_state()
78 stall->fifo3 = in isp_get_state()
80 stall->fifo4 = in isp_get_state()
82 stall->fifo5 = in isp_get_state()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_metrics.c51 histogram->stall[i] = 0; in clear_histogram()
75 histogram->stall = kvmalloc(length * sizeof(*histogram->stall), in make_histogram()
77 if (!histogram->stall) in make_histogram()
122 bool stall; in sh_css_metrics_sample_pcs() local
136 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
138 if (stall) in sh_css_metrics_sample_pcs()
139 isp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
148 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
149 if (stall) in sh_css_metrics_sample_pcs()
150 sp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dqemu,vcpu-stall-detector.yaml4 $id: http://devicetree.org/schemas/misc/qemu,vcpu-stall-detector.yaml#
7 title: VCPU stall detector
10 This binding describes a CPU stall detector mechanism for virtual CPUs
19 - qemu,vcpu-stall-detector
27 The internal clock of the stall detector peripheral measure in Hz used
34 The stall detector expiration timeout measured in seconds.
47 compatible = "qemu,vcpu-stall-detector";
/openbmc/linux/Documentation/RCU/
H A Dstallwarn.rst54 memory, you might see stall-warning messages.
77 RCU CPU stall warnings.
119 CPU stall warning. Note that SRCU does *not* have CPU stall warnings.
125 If you have a series of stall warnings from a single extended stall,
159 *next* stall, or the following warning for the current stall
181 the timeout for the -next- stall.
212 stall-warning interval in seconds. An RCU-tasks stall warning
244 in a self-detected stall.
347 of the stall, keeping in mind that the CPU detecting the stall will have
354 If a stall lasts long enough, multiple stall-warning messages will
[all …]
/openbmc/linux/Documentation/accounting/
H A Dpsi.rst55 stall state is tracked separately and exported in the "full" averages.
62 as well as medium and long term trends. The total absolute stall time
73 A trigger describes the maximum cumulative stall time over a specific
74 time window, e.g. 100ms of total stall time within any 500ms window to
83 <some|full> <stall amount in us> <time window in us>
86 would add 150ms threshold for partial memory stall measured within
97 Monitors activate only when system enters stall state for the monitored
98 psi metric and deactivates upon exit from the stall state. While system is
114 bouncing in and out of the stall state.
134 * Monitor memory partial stall with 1s tracking window size
[all …]
/openbmc/linux/kernel/rcu/
H A DKconfig.debug72 int "RCU CPU stall timeout in seconds"
78 number of seconds, a CPU stall warning is printed. If the
79 RCU grace period persists, additional CPU stall warnings are
83 int "Expedited RCU CPU stall timeout in milliseconds"
89 specified number of milliseconds, a CPU stall warning is printed.
90 If the RCU grace period persists, additional CPU stall warnings
96 bool "Provide additional RCU stall debug information"
103 RCU stall report. For multiple continuous RCU stalls, all sampling
104 periods begin at half of the first RCU stall timeout.
/openbmc/linux/Documentation/devicetree/bindings/gpu/
H A Dnvidia,gk20a.txt17 - stall
50 interrupt-names = "stall", "nonstall";
68 interrupt-names = "stall", "nonstall";
86 interrupt-names = "stall", "nonstall";
104 interrupt-names = "stall", "nonstall";
/openbmc/linux/sound/soc/intel/avs/
H A Ddsp.c71 int avs_dsp_core_stall(struct avs_dev *adev, u32 core_mask, bool stall) in avs_dsp_core_stall() argument
77 trace_avs_dsp_core_op(value, core_mask, "stall", stall); in avs_dsp_core_stall()
80 value = stall ? mask : 0; in avs_dsp_core_stall()
90 core_mask, stall ? "" : "un", ret); in avs_dsp_core_stall()
111 return avs_dsp_op(adev, stall, core_mask, false); in avs_dsp_core_enable()
117 avs_dsp_op(adev, stall, core_mask, true); in avs_dsp_core_disable()
/openbmc/linux/tools/rcu/
H A Dextract-stall.sh5 echo Extract any RCU CPU stall warnings present in specified file.
7 echo initial line of the stall warning but trailing-lines includes it.
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c429 isp_stall_t stall; in ia_css_debug_dump_isp_state() local
443 stall.fifo2); in ia_css_debug_dump_isp_state()
446 stall.fifo3); in ia_css_debug_dump_isp_state()
448 stall.fifo4); in ia_css_debug_dump_isp_state()
450 stall.fifo5); in ia_css_debug_dump_isp_state()
457 stall.dmem); in ia_css_debug_dump_isp_state()
459 stall.vmem); in ia_css_debug_dump_isp_state()
467 stall.hmem); in ia_css_debug_dump_isp_state()
469 stall.pmem); in ia_css_debug_dump_isp_state()
477 sp_stall_t stall; in ia_css_debug_dump_sp_state() local
[all …]
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Dep0.c139 goto stall; in ast_vhub_ep0_handle_setup()
148 goto stall; in ast_vhub_ep0_handle_setup()
161 stall: in ast_vhub_ep0_handle_setup()
278 bool stall = false; in ast_vhub_ep0_handle_ack() local
298 stall = true; in ast_vhub_ep0_handle_ack()
315 stall = true; in ast_vhub_ep0_handle_ack()
339 stall = true; in ast_vhub_ep0_handle_ack()
352 if (stall) { in ast_vhub_ep0_handle_ack()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c236 goto stall; in udc_handle_ep0()
244 goto stall; in udc_handle_ep0()
255 goto stall; in udc_handle_ep0()
279 stall: in udc_handle_ep0()
297 goto stall; in udc_handle_ep0()
305 goto stall; in udc_handle_ep0()
330 goto stall; in udc_handle_ep0()
354 goto stall; in udc_handle_ep0()
H A Dat91_udc.c881 goto stall; in handle_setup()
939 goto stall; in handle_setup()
947 goto stall; in handle_setup()
968 goto stall; in handle_setup()
979 goto stall; in handle_setup()
1002 goto stall; in handle_setup()
1004 goto stall; in handle_setup()
1009 goto stall; in handle_setup()
1021 goto stall; in handle_setup()
1025 goto stall; in handle_setup()
[all …]
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-udc.c589 bool stall; in isp1760_ep0_setup_standard() local
624 stall = false; in isp1760_ep0_setup_standard()
626 if (!stall) in isp1760_ep0_setup_standard()
631 return stall; in isp1760_ep0_setup_standard()
661 if (!stall) in isp1760_ep0_setup_standard()
666 return stall; in isp1760_ep0_setup_standard()
689 if (stall) in isp1760_ep0_setup_standard()
715 bool stall = false; in isp1760_ep0_setup() local
765 if (stall) in isp1760_ep0_setup()
1037 ret = __isp1760_udc_set_halt(uep, stall); in __isp1760_ep_set_halt()
[all …]
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c311 goto stall; in service_zero_data_request()
313 goto stall; in service_zero_data_request()
366 goto stall; in service_zero_data_request()
375 goto stall; in service_zero_data_request()
381 goto stall; in service_zero_data_request()
386 goto stall; in service_zero_data_request()
392 stall: in service_zero_data_request()
857 goto stall; in musb_g_ep0_irq()
864 stall: in musb_g_ep0_irq()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget_ep0.c309 goto stall; in service_zero_data_request()
311 goto stall; in service_zero_data_request()
360 goto stall; in service_zero_data_request()
369 goto stall; in service_zero_data_request()
375 goto stall; in service_zero_data_request()
380 goto stall; in service_zero_data_request()
386 stall: in service_zero_data_request()
851 goto stall; in musb_g_ep0_irq()
858 stall: in musb_g_ep0_irq()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c580 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf() argument
588 if (stall) in qxl_reap_surf()
591 if (stall) { in qxl_reap_surf()
605 if (stall) in qxl_reap_surf()
621 bool stall = false; in qxl_reap_surface_id() local
645 ret = qxl_reap_surf(qdev, objptr, stall); in qxl_reap_surface_id()
651 if (num_reaped == 0 && stall == false) { in qxl_reap_surface_id()
652 stall = true; in qxl_reap_surface_id()
/openbmc/linux/arch/arm/crypto/
H A Dsha1-armv4-large.S240 eor r11,r11,r12 @ 1 cycle stall
257 eor r11,r11,r12 @ 1 cycle stall
274 eor r11,r11,r12 @ 1 cycle stall
291 eor r11,r11,r12 @ 1 cycle stall
312 eor r11,r11,r12 @ 1 cycle stall
328 eor r11,r11,r12 @ 1 cycle stall
344 eor r11,r11,r12 @ 1 cycle stall
360 eor r11,r11,r12 @ 1 cycle stall
376 eor r11,r11,r12 @ 1 cycle stall
401 eor r11,r11,r12 @ 1 cycle stall
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dcyclone.c106 int stall = 100; in init_cyclone_clock() local
107 while(stall--) barrier(); in init_cyclone_clock()
/openbmc/qemu/hw/dma/
H A Dpl330.c132 uint8_t stall; member
751 if (!ch->stall) { in pl330_dmald()
872 ch->stall = 1; in pl330_dmarmb()
925 if (!ch->stall) { in pl330_dmast()
1004 ch->stall = 1; in pl330_dmawfe()
1047 ch->stall = 1; in pl330_dmawfp()
1144 ch->stall = 0; in pl330_chan_exec()
1152 if (!ch->stall) { in pl330_chan_exec()
1326 ch->stall = 0; in pl330_debug_exec()
1331 if (ch->stall) { in pl330_debug_exec()
[all …]
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h18 bool stall; /* can_stall */ member
45 _FSG_MODULE_PARAM(prefix, params, stall, bool, \

123456