Home
last modified time | relevance | path

Searched full:stuck (Results 1 – 25 of 1096) sorted by relevance

12345678910>>...44

/kernel/linux/linux-6.6/crypto/
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. */
199 * Stuck Test and its use as Repetition Count Test
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()
238 * Stuck test by checking the:
[all …]
/kernel/linux/linux-5.10/crypto/
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. */
170 * Stuck Test and its use as Repetition Count Test
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()
250 * Stuck test by checking the:
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c11 [RESET_CAUSE_TX_BUSY] = "TX DMA busy stuck", in mt7603_reset_read()
12 [RESET_CAUSE_RX_BUSY] = "RX DMA busy stuck", in mt7603_reset_read()
13 [RESET_CAUSE_RX_PSE_BUSY] = "RX PSE busy stuck", in mt7603_reset_read()
14 [RESET_CAUSE_BEACON_STUCK] = "Beacon stuck", in mt7603_reset_read()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7603/
Ddebugfs.c11 [RESET_CAUSE_TX_BUSY] = "TX DMA busy stuck", in mt7603_reset_read()
12 [RESET_CAUSE_RX_BUSY] = "RX DMA busy stuck", in mt7603_reset_read()
13 [RESET_CAUSE_RX_PSE_BUSY] = "RX PSE busy stuck", in mt7603_reset_read()
14 [RESET_CAUSE_BEACON_STUCK] = "Beacon stuck", in mt7603_reset_read()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dadi,max98396.yaml81 adi,dmon-stuck-enable:
83 Enables the "data monitor stuck" feature. Once the data monitor is
89 adi,dmon-stuck-threshold-bits:
91 Sets the threshold for the "data monitor stuck" feature, in bits.
/kernel/linux/linux-6.6/drivers/input/keyboard/
Dpmic8xxx-keypad.c84 * @key_stuck_irq: key stuck notification irq number
88 * @stuckstate: present state when key stuck irq
318 * whenever key-stuck interrupt happens, because events counter doesn't
319 * get updated when this interrupt happens due to key stuck doesn't get
323 * because it might report the key which was pressed before the key being stuck
324 * as stuck key because it's pressed status is stored in the old data
492 * only, otherwise it might get into FSM stuck state.
599 "pmic-keypad-stuck", kp); in pmic8xxx_kp_probe()
601 dev_err(&pdev->dev, "failed to request keypad stuck irq\n"); in pmic8xxx_kp_probe()
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dpmic8xxx-keypad.c84 * @key_stuck_irq - key stuck notification irq number
88 * @stuckstate - present state when key stuck irq
318 * whenever key-stuck interrupt happens, because events counter doesn't
319 * get updated when this interrupt happens due to key stuck doesn't get
323 * because it might report the key which was pressed before the key being stuck
324 * as stuck key because it's pressed status is stored in the old data
492 * only, otherwise it might get into FSM stuck state.
599 "pmic-keypad-stuck", kp); in pmic8xxx_kp_probe()
601 dev_err(&pdev->dev, "failed to request keypad stuck irq\n"); in pmic8xxx_kp_probe()
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-class-bdi70 mount that is prone to get stuck, or a FUSE mount which cannot
83 in case of an NFS mount that is prone to get stuck, or a FUSE mount
111 mount that is prone to get stuck, a FUSE mount which cannot be
/kernel/linux/linux-5.10/fs/xfs/
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-5.10/include/uapi/linux/
Dxilinx-v4l2-controls.h45 /* Enable a stuck pixel feature */
69 /* Upper limit count of generated stuck pixels */
/kernel/linux/linux-6.6/Documentation/hwmon/
Dasus_wmi_sensors.rst70 fans stopping, fans getting stuck at max speed, or temperature readouts
71 getting stuck. This is not an issue with the driver, but the BIOS. The Prime
/kernel/linux/linux-6.6/include/uapi/linux/
Dxilinx-v4l2-controls.h45 /* Enable a stuck pixel feature */
69 /* Upper limit count of generated stuck pixels */
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/smoke/
DIt_posix_pthread_019.cpp45 …pthread_once() will wait until one of them transfer his state to (2) DONE,so all of them will stuck in Testcase()
46 …// infinitely. We can't make it happen that all pthreads stuck infinitely in testsuit which is unr… in Testcase()
/kernel/linux/linux-6.6/fs/xfs/
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/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c20 * is stuck, and we fail to preempt it, we declare the engine hung and
95 * context are stuck waiting for the signal. in heartbeat()
131 /* Unable to lock the kernel timeline, is the engine stuck? */ in heartbeat()
/kernel/linux/linux-6.6/drivers/net/appletalk/
DKconfig78 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
100 is stuck on an AppleTalk network (which hopefully contains a
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dwatchdog.c48 * interrupt, and can be used to detect CPUs stuck with IRQs disabled.
71 * watchdog to detect an unresponsive CPU and pull it out of its stuck
240 * Try to trigger the stuck CPUs, unless we are going to in watchdog_smp_panic()
312 * only way for a stuck CPU to return to the pending bitmap is to in wd_smp_clear_cpu_pending()
360 * stuck, so this triggers a flush that will get that in watchdog_timer_interrupt()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dwatchdog.c45 * interrupt, and can be used to detect CPUs stuck with IRQs disabled.
68 * watchdog to detect an unresponsive CPU and pull it out of its stuck
173 * Try to trigger the stuck CPUs, unless we are going to in watchdog_smp_panic()
183 /* Take the stuck CPUs out of the watch group */ in watchdog_smp_panic()
/kernel/linux/linux-5.10/Documentation/networking/
Dipddp.rst69 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
70 network to use IP. It should work equally well if you are stuck on an
/kernel/linux/linux-6.6/Documentation/networking/
Dipddp.rst69 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
70 network to use IP. It should work equally well if you are stuck on an
/kernel/linux/linux-6.6/drivers/i2c/algos/
Di2c-algo-pca.c327 case 0x70: /* Bus error - SDA stuck low */ in pca_xfer()
328 DEB2("BUS ERROR - SDA Stuck low\n"); in pca_xfer()
331 case 0x78: /* Bus error - SCL stuck low (PCA9665) */ in pca_xfer()
332 case 0x90: /* Bus error - SCL stuck low (PCA9564) */ in pca_xfer()
333 DEB2("BUS ERROR - SCL Stuck low\n"); in pca_xfer()
/kernel/linux/linux-5.10/drivers/i2c/algos/
Di2c-algo-pca.c327 case 0x70: /* Bus error - SDA stuck low */ in pca_xfer()
328 DEB2("BUS ERROR - SDA Stuck low\n"); in pca_xfer()
331 case 0x78: /* Bus error - SCL stuck low (PCA9665) */ in pca_xfer()
332 case 0x90: /* Bus error - SCL stuck low (PCA9564) */ in pca_xfer()
333 DEB2("BUS ERROR - SCL Stuck low\n"); in pca_xfer()
/kernel/linux/linux-5.10/tools/perf/tests/
Dbp_signal.c227 * - we get stuck in signal handler because of debug in test__bp_signal()
297 * stepping into the SIGIO handler and getting stuck on the in test__bp_signal_is_supported()
301 * handling, this case also gets stuck on the breakpointed in test__bp_signal_is_supported()
/kernel/linux/linux-5.10/drivers/net/appletalk/
DKconfig87 box is stuck on an AppleTalk only network) or decapsulate (e.g. if
109 is stuck on an AppleTalk network (which hopefully contains a
/kernel/linux/linux-6.6/arch/sparc/kernel/
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

12345678910>>...44