Home
last modified time | relevance | path

Searched refs:stuck (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Djitterentropy.c73 __u64 last_delta; /* SENSITIVE stuck test */
74 __s64 last_delta2; /* SENSITIVE stuck test */
89 unsigned int rct_count; /* Number of stuck values */
123 #define JENT_ESTUCK 8 /* Too many stuck results during init. */
203 * back-to-back values, the input to the RCT is the counting of the stuck
218 * @stuck [in] Indicator whether the value is stuck
220 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument
222 if (stuck) { in jent_rct_insert()
249 * 0 jitter measurement not stuck (goo
354 jent_condition_data(struct rand_data *ec, __u64 time, int stuck) jent_condition_data() argument
455 int stuck; jent_measure_jitter() local
671 int stuck; jent_entropy_init() local
[all...]
H A Djitterentropy.h8 unsigned int stuck);
H A Djitterentropy-kcapi.c96 unsigned int stuck) in jent_hash_time()
144 * If the time stamp is stuck, do not finally insert the value into the in jent_hash_time()
150 if (!stuck) { in jent_hash_time()
94 jent_hash_time(void *hash_state, __u64 time, u8 *addtl, unsigned int addtl_len, __u64 hash_loop_cnt, unsigned int stuck) jent_hash_time() argument
/kernel/linux/linux-5.10/crypto/
H A Djitterentropy.c72 __u64 last_delta; /* SENSITIVE stuck test */
73 __s64 last_delta2; /* SENSITIVE stuck test */
88 int rct_count; /* Number of stuck values */
116 #define JENT_ESTUCK 8 /* Too many stuck results during init. */
174 * back-to-back values, the input to the RCT is the counting of the stuck
189 * @stuck [in] Indicator whether the value is stuck
191 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument
200 if (stuck) { in jent_rct_insert()
261 * 0 jitter measurement not stuck (goo
380 jent_lfsr_time(struct rand_data *ec, __u64 time, __u64 loop_cnt, int stuck) jent_lfsr_time() argument
519 int stuck; jent_measure_jitter() local
742 int stuck; jent_entropy_init() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans_ail.c426 int stuck = 0; in xfsaild_push() local
499 stuck++; in xfsaild_push()
506 stuck++; in xfsaild_push()
528 if (stuck > 100) in xfsaild_push()
552 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
555 * stuck due to operations in progress. "Stuck" in this case in xfsaild_push()
556 * is defined as >90% of the items we tried to push were stuck. in xfsaild_push()
561 * the restart to issue a log force to unpin the stuck items. in xfsaild_push()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans_ail.c427 int stuck = 0; in xfsaild_push() local
518 stuck++; in xfsaild_push()
525 stuck++; in xfsaild_push()
547 if (stuck > 100) in xfsaild_push()
571 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
574 * stuck due to operations in progress. "Stuck" in this case in xfsaild_push()
575 * is defined as >90% of the items we tried to push were stuck. in xfsaild_push()
580 * the restart to issue a log force to unpin the stuck items. in xfsaild_push()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsmp_64.c386 printk("Processor %d is stuck.\n", cpu); in smp_boot_one_cpu()
399 int stuck, tmp; in spitfire_xcall_helper() local
437 stuck = 100000; in spitfire_xcall_helper()
447 stuck -= 1; in spitfire_xcall_helper()
448 if (stuck == 0) in spitfire_xcall_helper()
453 if (stuck == 0) { in spitfire_xcall_helper()
553 long stuck; in cheetah_xcall_deliver() local
555 stuck = 100000 * nack_busy_id; in cheetah_xcall_deliver()
578 if (!--stuck) in cheetah_xcall_deliver()
635 * the mondo until all cpus have received, or cpus are truly stuck
[all...]
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsmp_64.c386 printk("Processor %d is stuck.\n", cpu); in smp_boot_one_cpu()
399 int stuck, tmp; in spitfire_xcall_helper() local
437 stuck = 100000; in spitfire_xcall_helper()
447 stuck -= 1; in spitfire_xcall_helper()
448 if (stuck == 0) in spitfire_xcall_helper()
453 if (stuck == 0) { in spitfire_xcall_helper()
553 long stuck; in cheetah_xcall_deliver() local
555 stuck = 100000 * nack_busy_id; in cheetah_xcall_deliver()
578 if (!--stuck) in cheetah_xcall_deliver()
635 * the mondo until all cpus have received, or cpus are truly stuck
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c52 int stuck = 0; in qsfp_read() local
92 stuck = 1; in qsfp_read()
135 if (stuck) in qsfp_read()
136 qib_dev_err(dd, "QSFP interface bus stuck non-idle\n"); in qsfp_read()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c52 int stuck = 0; in qsfp_read() local
92 stuck = 1; in qsfp_read()
135 if (stuck) in qsfp_read()
136 qib_dev_err(dd, "QSFP interface bus stuck non-idle\n"); in qsfp_read()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dsmp.c375 goto stuck; in smp_psurge_kick_cpu()
389 stuck: in smp_psurge_kick_cpu()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dsmp.c376 goto stuck; in smp_psurge_kick_cpu()
390 stuck: in smp_psurge_kick_cpu()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.c2600 int stuck = 0; in handle_ep_small() local
2640 req->td_dma && stuck++ > 5) { in handle_ep_small()
2645 ep_dbg(ep->dev, "%s escape stuck %d, count %u\n", in handle_ep_small()
2646 ep->ep.name, stuck, in handle_ep_small()
2651 stuck = 0; in handle_ep_small()
2655 stuck = 0; in handle_ep_small()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.c2605 int stuck = 0; in handle_ep_small() local
2645 req->td_dma && stuck++ > 5) { in handle_ep_small()
2650 ep_dbg(ep->dev, "%s escape stuck %d, count %u\n", in handle_ep_small()
2651 ep->ep.name, stuck, in handle_ep_small()
2656 stuck = 0; in handle_ep_small()
2660 stuck = 0; in handle_ep_small()
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c187 int stuck; member
323 "Set stuck legacy IRQ detection threshold");
1580 netdev_warn(mgp->dev, "irq stuck?\n"); in myri10ge_intr()
3343 /* nic seems like it might be stuck.. */ in myri10ge_check_slice()
3350 "slice %d: TX stuck %d %d %d %d %d %d\n", in myri10ge_check_slice()
3357 ss->stuck = 1; in myri10ge_check_slice()
3426 /* Perhaps it is a software error. See if stuck slice in myri10ge_watchdog()
3431 if (ss->stuck) { in myri10ge_watchdog()
3435 ss->stuck = 0; in myri10ge_watchdog()
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c188 int stuck; member
324 "Set stuck legacy IRQ detection threshold");
1582 netdev_warn(mgp->dev, "irq stuck?\n"); in myri10ge_intr()
3351 /* nic seems like it might be stuck.. */ in myri10ge_check_slice()
3358 "slice %d: TX stuck %d %d %d %d %d %d\n", in myri10ge_check_slice()
3365 ss->stuck = 1; in myri10ge_check_slice()
3434 /* Perhaps it is a software error. See if stuck slice in myri10ge_watchdog()
3439 if (ss->stuck) { in myri10ge_watchdog()
3443 ss->stuck = 0; in myri10ge_watchdog()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm316 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx10.asm301 // other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx8.asm226 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm366 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx8.asm226 s_sleep 0x2 // sleep 1 (64clk) is not enough for 8 waves per SIMD, which will cause SQ hang, since the 7,8th wave could not get arbit to exec inst, while other waves are stuck into the sleep-loop and waiting for wrexec!=0
H A Dcwsr_trap_handler_gfx10.asm359 // other waves are stuck into the sleep-loop and waiting for wrexec!=0

Completed in 36 milliseconds