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

/linux-master/crypto/
H A Djitterentropy.c73 __u64 last_delta; /* SENSITIVE stuck test */
74 __s64 last_delta2; /* SENSITIVE stuck test */
91 unsigned int rct_count; /* Number of stuck values */
120 #define JENT_ESTUCK 8 /* Too many stuck results during init. */
248 * back-to-back values, the input to the RCT is the counting of the stuck
263 * @stuck [in] Indicator whether the value is stuck
265 static void jent_rct_insert(struct rand_data *ec, int stuck) argument
267 if (stuck) {
318 * 0 jitter measurement not stuck (goo
422 jent_condition_data(struct rand_data *ec, __u64 time, int stuck) argument
523 int stuck; local
[all...]
H A Djitterentropy.h10 unsigned int stuck);
H A Djitterentropy-kcapi.c107 unsigned int stuck)
155 * If the time stamp is stuck, do not finally insert the value into the
161 if (!stuck) {
105 jent_hash_time(void *hash_state, __u64 time, u8 *addtl, unsigned int addtl_len, __u64 hash_loop_cnt, unsigned int stuck) argument
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c386 printk("Processor %d is stuck.\n", cpu);
399 int stuck, tmp; local
437 stuck = 100000;
447 stuck -= 1;
448 if (stuck == 0)
453 if (stuck == 0) {
553 long stuck; local
555 stuck = 100000 * nack_busy_id;
578 if (!--stuck)
635 * the mondo until all cpus have received, or cpus are truly stuck
[all...]
/linux-master/fs/xfs/
H A Dxfs_trans_ail.c427 int stuck = 0; local
518 stuck++;
525 stuck++;
547 if (stuck > 100)
571 } else if (((stuck + flushing) * 100) / count > 90) {
574 * stuck due to operations in progress. "Stuck" in this case
575 * is defined as >90% of the items we tried to push were stuck.
580 * the restart to issue a log force to unpin the stuck items.
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c52 int stuck = 0; local
92 stuck = 1;
135 if (stuck)
136 qib_dev_err(dd, "QSFP interface bus stuck non-idle\n");
/linux-master/fs/bcachefs/
H A Djournal.c136 * Detect stuck journal conditions and trigger shutdown. Technically the journal
137 * can end up stuck for a variety of reasons, such as a blocked I/O, journal
142 * Consider the journal stuck when it appears full with no ability to commit
150 bool stuck = false; local
157 return stuck;
163 return stuck;
166 stuck = true;
175 return stuck;
180 bch_err(c, "Journal stuck! Hava a pre-reservation but journal full (error %s)",
193 return stuck;
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c376 goto stuck;
390 stuck:
/linux-master/drivers/usb/gadget/udc/
H A Dnet2280.c2605 int stuck = 0; local
2645 req->td_dma && stuck++ > 5) {
2650 ep_dbg(ep->dev, "%s escape stuck %d, count %u\n",
2651 ep->ep.name, stuck,
2656 stuck = 0;
2660 stuck = 0;
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c188 int stuck; member in struct:myri10ge_slice_state
324 "Set stuck legacy IRQ detection threshold");
1582 netdev_warn(mgp->dev, "irq stuck?\n");
3351 /* nic seems like it might be stuck.. */
3358 "slice %d: TX stuck %d %d %d %d %d %d\n",
3365 ss->stuck = 1;
3434 /* Perhaps it is a software error. See if stuck slice
3439 if (ss->stuck) {
3443 ss->stuck = 0;
/linux-master/drivers/gpu/drm/amd/amdkfd/
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_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_gfx10.asm376 // other waves are stuck into the sleep-loop and waiting for wrexec!=0

Completed in 212 milliseconds