Home
last modified time | relevance | path

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

12345678910>>...25

/linux-6.14.4/crypto/
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. */
245 * Stuck Test and its use as Repetition Count Test
249 * back-to-back values, the input to the RCT is the counting of the stuck
264 * @stuck [in] Indicator whether the value is stuck
266 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument
268 if (stuck) { in jent_rct_insert()
308 * Stuck test by checking the:
[all …]
Djitterentropy-kcapi.c106 unsigned int stuck) in jent_hash_time() argument
154 * If the time stamp is stuck, do not finally insert the value into the in jent_hash_time()
160 if (!stuck) { in jent_hash_time()
/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Di2c-mux-pca954x.yaml74 maxim,isolate-stuck-channel:
76 description: Allows to use non faulty channels while a stuck channel is
82 description: Send a flush-out sequence to stuck auxiliary buses
83 automatically after a stuck channel is being detected.
88 register activates a channel to detect a stuck high fault. On fault the
124 maxim,isolate-stuck-channel: false
/linux-6.14.4/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()
/linux-6.14.4/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.
/linux-6.14.4/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()
/linux-6.14.4/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
/linux-6.14.4/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
/linux-6.14.4/include/uapi/linux/
Dxilinx-v4l2-controls.h45 /* Enable a stuck pixel feature */
69 /* Upper limit count of generated stuck pixels */
/linux-6.14.4/fs/xfs/
Dxfs_trans_ail.c470 int stuck = 0; in xfsaild_push() local
550 stuck++; in xfsaild_push()
557 stuck++; in xfsaild_push()
579 if (stuck > 100) in xfsaild_push()
607 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
610 * stuck due to operations in progress. "Stuck" in this case in xfsaild_push()
611 * is defined as >90% of the items we tried to push were stuck. in xfsaild_push()
616 * the restart to issue a log force to unpin the stuck items. in xfsaild_push()
/linux-6.14.4/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()
/linux-6.14.4/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()
Di2c-algo-bit.c37 MODULE_PARM_DESC(bit_test, "lines testing - 0 off; 1 report; 2 fail if stuck");
256 pr_warn("%s: SDA stuck high!\n", name); in test_bus()
266 pr_warn("%s: SDA stuck low!\n", name); in test_bus()
276 pr_warn("%s: SCL stuck high!\n", name); in test_bus()
286 pr_warn("%s: SCL stuck low!\n", name); in test_bus()
464 * -ETIMEDOUT, for example if the lines are stuck...)
/linux-6.14.4/arch/sparc/kernel/
Dsmp_64.c384 printk("Processor %d is stuck.\n", cpu); in smp_boot_one_cpu()
397 int stuck, tmp; in spitfire_xcall_helper() local
435 stuck = 100000; in spitfire_xcall_helper()
445 stuck -= 1; in spitfire_xcall_helper()
446 if (stuck == 0) in spitfire_xcall_helper()
451 if (stuck == 0) { in spitfire_xcall_helper()
551 long stuck; in cheetah_xcall_deliver() local
553 stuck = 100000 * nack_busy_id; in cheetah_xcall_deliver()
576 if (!--stuck) in cheetah_xcall_deliver()
633 * the mondo until all cpus have received, or cpus are truly stuck
/linux-6.14.4/tools/perf/tests/
Dtests.h177 * handler to avoid stepping into the SIGIO handler and getting stuck on the
181 * case also gets stuck on the breakpointed instruction.
/linux-6.14.4/Documentation/process/
Dbotching-up-ioctls.rst113 now we're stuck forever with some arcane semantics in both the kernel and
116 * If you can't make a given codepath restartable make a stuck task at least
222 be stuck with a given ioctl essentially forever. You can try to deprecate
/linux-6.14.4/drivers/usb/host/
Dehci-platform.c136 * stuck very rarely after a full/low usb device was disconnected. To
140 * Return: true if the controller's port_status indicated getting stuck
160 * stuck very rarely after a full/low usb device was disconnected. To
195 ehci_dbg(ehci, "%s: detected getting stuck. rebind now!\n", __func__); in quirk_poll_work()
/linux-6.14.4/fs/bcachefs/
Djournal.c125 * Detect stuck journal conditions and trigger shutdown. Technically the journal
126 * can end up stuck for a variety of reasons, such as a blocked I/O, journal
131 * Consider the journal stuck when it appears full with no ability to commit
139 bool stuck = false; in journal_error_check_stuck() local
146 return stuck; in journal_error_check_stuck()
152 return stuck; in journal_error_check_stuck()
155 stuck = true; in journal_error_check_stuck()
164 return stuck; in journal_error_check_stuck()
169 bch_err(c, "Journal stuck! Hava a pre-reservation but journal full (error %s)", in journal_error_check_stuck()
182 return stuck; in journal_error_check_stuck()
[all …]
/linux-6.14.4/kernel/power/
DKconfig273 the stuck suspend routine) will be printed when the warning
274 timeout expires. If the suspend routine gets un-stuck
276 taken. If the routine continues to be stuck and the main
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c19 * is stuck, and we fail to preempt it, we declare the engine hung and
182 * context are stuck waiting for the signal. in heartbeat()
214 /* Unable to lock the kernel timeline, is the engine stuck? */ in heartbeat()
/linux-6.14.4/include/linux/platform_data/x86/
Dpwm-lpss.h18 * Some versions of the IP may stuck in the state machine if enable
/linux-6.14.4/drivers/gpu/drm/ci/xfails/
Dmsm-apq8096-skips.txt26 # watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [kworker/u16:3:46]
/linux-6.14.4/Documentation/i2c/
Dgpio-fault-injection.rst48 there are I2C client devices which detect a stuck SDA on their side and release
50 device deglitching and monitoring the I2C bus. It could also detect a stuck SDA
/linux-6.14.4/drivers/infiniband/hw/qib/
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()
/linux-6.14.4/drivers/input/touchscreen/
Dexc3000.c175 * We read full state successfully, no contacts will be "stuck". in exc3000_handle_mt_event()
193 /* Schedule a timer to release "stuck" contacts */ in exc3000_handle_mt_event()
207 /* Schedule a timer to release "stuck" contacts */ in exc3000_interrupt()

12345678910>>...25