Home
last modified time | relevance | path

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

1234

/Linux-v4.19/arch/alpha/lib/
Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
66 bne t8, $a_eos # U : (stall)
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
82 beq t8, $a_loop # U : (stall for t8)
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
94 bne t6, 1f # U : (stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
69 ornot t1, t2, t2 # E : (stall)
73 or t0, t3, t0 # E : (stall)
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
118 bne t6, 1f # U : (stall)
124 or t12, t6, t8 # E : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
128 or t0, t1, t0 # e1 : (stall)
156 and t1, 7, t1 # E : (stall)
[all …]
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 …]
Dev6-memchr.S67 extqh $6, $16, $6 # U : 2 cycle stall for $6
110 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0
115 addq $0, 1, $3 # E : U L U L : 2 cycle stall on $0
Dstrchr.S44 xor t0, a1, t1 # .. e1 (ev5 data stall)
51 and t0, t1, t0 # e1 (stall)
Dstxncpy.S74 cmpbge zero, t0, t8 # .. e1 (stall)
87 and t8, t12, t12 # e1 (stall)
187 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
217 cmpbge zero, t2, t8 # e1 : test new word for eos (stall)
/Linux-v4.19/Documentation/RCU/
Dstallwarn.txt3 This document first discusses what sorts of issues RCU's CPU stall
6 this document explains the stall detector's "splat" format.
11 So your kernel printed an RCU CPU stall warning. The next question is
12 "What caused it?" The following problems can result in RCU CPU stall
35 RCU CPU stall warning messages. Especially if you have added
52 memory, you might see stall-warning messages.
60 CONFIG_PREEMPT_RCU case, you might see stall-warning
69 RCU CPU stall warnings.
71 o Testing a workload on a fast system, tuning the stall-warning
72 timeout down to just barely avoid RCU CPU stall warnings, and then
[all …]
D00-INDEX28 - RCU CPU stall warnings (module parameter rcu_cpu_stall_suppress)
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dep0.c119 goto stall; in ast_vhub_ep0_handle_setup()
143 goto stall; in ast_vhub_ep0_handle_setup()
152 goto stall; in ast_vhub_ep0_handle_setup()
165 stall: in ast_vhub_ep0_handle_setup()
275 bool stall = false; in ast_vhub_ep0_handle_ack() local
295 stall = true; in ast_vhub_ep0_handle_ack()
303 stall = true; in ast_vhub_ep0_handle_ack()
312 stall = true; in ast_vhub_ep0_handle_ack()
336 stall = true; in ast_vhub_ep0_handle_ack()
342 if (stall) in ast_vhub_ep0_handle_ack()
/Linux-v4.19/Documentation/devicetree/bindings/gpu/
Dnvidia,gk20a.txt16 - stall
46 interrupt-names = "stall", "nonstall";
64 interrupt-names = "stall", "nonstall";
82 interrupt-names = "stall", "nonstall";
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-udc.c523 bool stall; in isp1760_ep0_setup_standard() local
556 stall = __isp1760_udc_set_halt(ep, false); in isp1760_ep0_setup_standard()
558 stall = false; in isp1760_ep0_setup_standard()
560 if (!stall) in isp1760_ep0_setup_standard()
565 return stall; in isp1760_ep0_setup_standard()
594 stall = __isp1760_udc_set_halt(ep, true); in isp1760_ep0_setup_standard()
595 if (!stall) in isp1760_ep0_setup_standard()
600 return stall; in isp1760_ep0_setup_standard()
622 stall = udc->driver->setup(&udc->gadget, req) < 0; in isp1760_ep0_setup_standard()
623 if (stall) in isp1760_ep0_setup_standard()
[all …]
/Linux-v4.19/drivers/usb/musb/
Dmusb_gadget_ep0.c309 goto stall; in service_zero_data_request()
311 goto stall; in service_zero_data_request()
364 goto stall; in service_zero_data_request()
373 goto stall; in service_zero_data_request()
379 goto stall; in service_zero_data_request()
384 goto stall; in service_zero_data_request()
390 stall: in service_zero_data_request()
855 goto stall; in musb_g_ep0_irq()
862 stall: in musb_g_ep0_irq()
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_cmd.c588 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall) in qxl_reap_surf() argument
596 if (stall) in qxl_reap_surf()
599 ret = ttm_bo_wait(&surf->tbo, true, !stall); in qxl_reap_surf()
601 if (stall) in qxl_reap_surf()
617 bool stall = false; in qxl_reap_surface_id() local
641 ret = qxl_reap_surf(qdev, objptr, stall); in qxl_reap_surface_id()
647 if (num_reaped == 0 && stall == false) { in qxl_reap_surface_id()
648 stall = true; in qxl_reap_surface_id()
/Linux-v4.19/arch/arm/crypto/
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 …]
/Linux-v4.19/arch/ia64/kernel/
Dcyclone.c106 int stall = 100; in init_cyclone_clock() local
107 while(stall--) barrier(); in init_cyclone_clock()
/Linux-v4.19/kernel/rcu/
DKconfig.debug49 int "RCU CPU stall timeout in seconds"
55 number of seconds, a CPU stall warning is printed. If the
56 RCU grace period persists, additional CPU stall warnings are
/Linux-v4.19/drivers/usb/gadget/udc/
Drenesas_usb3.c1572 bool stall = false; in usb3_std_req_get_status() local
1593 stall = true; in usb3_std_req_get_status()
1597 if (!stall) { in usb3_std_req_get_status()
1605 return stall; in usb3_std_req_get_status()
1611 bool stall = true; in usb3_std_req_feature_device() local
1619 stall = false; in usb3_std_req_feature_device()
1629 stall = false; in usb3_std_req_feature_device()
1635 return stall; in usb3_std_req_feature_device()
1720 bool stall = false; in usb3_std_req_feature() local
1724 stall = usb3_std_req_feature_device(usb3, ctrl, set); in usb3_std_req_feature()
[all …]
Dat91_udc.c1079 goto stall; in handle_setup()
1137 goto stall; in handle_setup()
1145 goto stall; in handle_setup()
1166 goto stall; in handle_setup()
1177 goto stall; in handle_setup()
1182 goto stall; in handle_setup()
1184 goto stall; in handle_setup()
1200 goto stall; in handle_setup()
1202 goto stall; in handle_setup()
1205 goto stall; in handle_setup()
[all …]
Dpch_udc.c348 stall:1, member
1638 if (!dev->stall && dev->waiting_zlp_ack) { in process_zlp()
1982 ep->dev->stall = 1; in pch_udc_pcd_set_halt()
2025 ep->dev->stall = 1; in pch_udc_pcd_set_wedge()
2344 if ((epsts & UDC_EPSTS_TDC) && (!dev->stall)) { in pch_udc_svc_control_in()
2380 dev->stall = 0; in pch_udc_svc_control_out()
2423 dev->stall = 0; in pch_udc_svc_control_out()
2429 UDC_EPSTS_OUT_DATA) && !dev->stall) { in pch_udc_svc_control_out()
2553 dev->stall = 0; in pch_udc_svc_ur_interrupt()
2647 dev->stall = 0; in pch_udc_svc_intf_interrupt()
[all …]
Datmel_usba_udc.c1310 goto stall; in handle_ep0_setup()
1320 goto stall; in handle_ep0_setup()
1334 goto stall; in handle_ep0_setup()
1340 goto stall; in handle_ep0_setup()
1343 goto stall; in handle_ep0_setup()
1367 goto stall; in handle_ep0_setup()
1374 goto stall; in handle_ep0_setup()
1378 goto stall; in handle_ep0_setup()
1406 stall: in handle_ep0_setup()
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.h18 bool stall; /* can_stall */ member
45 _FSG_MODULE_PARAM(prefix, params, stall, bool, \
Df_hid.c535 goto stall; in hidg_setup()
542 goto stall; in hidg_setup()
552 goto stall; in hidg_setup()
584 goto stall; in hidg_setup()
592 goto stall; in hidg_setup()
596 stall: in hidg_setup()
/Linux-v4.19/Documentation/driver-api/firmware/
Dintroduction.rst25 stall or delay boot. Even if loading firmware does not take a lot of time
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-usb-gadget-mass-storage7 stall - Set to permit function to halt bulk endpoints.
/Linux-v4.19/arch/arc/lib/
Dstrlen.S49 ; stall for load result

1234