/kernel/linux/linux-6.6/crypto/ |
H A D | jitterentropy.c | 73 __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 D | jitterentropy.h | 8 unsigned int stuck);
|
H A D | jitterentropy-kcapi.c | 96 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 D | jitterentropy.c | 72 __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 D | xfs_trans_ail.c | 426 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 D | xfs_trans_ail.c | 427 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 D | smp_64.c | 386 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 D | smp_64.c | 386 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 D | qib_qsfp.c | 52 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 D | qib_qsfp.c | 52 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 D | smp.c | 375 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 D | smp.c | 376 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 D | net2280.c | 2600 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 D | net2280.c | 2605 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 D | myri10ge.c | 187 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 D | myri10ge.c | 188 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 D | cwsr_trap_handler_gfx9.asm | 316 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 D | cwsr_trap_handler_gfx10.asm | 301 // other waves are stuck into the sleep-loop and waiting for wrexec!=0
|
H A D | cwsr_trap_handler_gfx8.asm | 226 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 D | cwsr_trap_handler_gfx9.asm | 366 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 D | cwsr_trap_handler_gfx8.asm | 226 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 D | cwsr_trap_handler_gfx10.asm | 359 // other waves are stuck into the sleep-loop and waiting for wrexec!=0
|