Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v6.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 …]
Djitterentropy-kcapi.c96 unsigned int stuck) in jent_hash_time() argument
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()
Djitterentropy.h8 unsigned int stuck);
/Linux-v6.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()
/Linux-v6.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.
/Linux-v6.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()
/Linux-v6.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
/Linux-v6.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
/Linux-v6.6/include/uapi/linux/
Dxilinx-v4l2-controls.h45 /* Enable a stuck pixel feature */
69 /* Upper limit count of generated stuck pixels */
/Linux-v6.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()
/Linux-v6.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()
/Linux-v6.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
/Linux-v6.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
/Linux-v6.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()
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-v6.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
/Linux-v6.6/tools/perf/tests/
Dtests.h155 * handler to avoid stepping into the SIGIO handler and getting stuck on the
159 * case also gets stuck on the breakpointed instruction.
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_engine_heartbeat.c19 * is stuck, and we fail to preempt it, we declare the engine hung and
181 * context are stuck waiting for the signal. in heartbeat()
213 /* Unable to lock the kernel timeline, is the engine stuck? */ in heartbeat()
/Linux-v6.6/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-v6.6/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-v6.6/include/linux/platform_data/x86/
Dpwm-lpss.h18 * Some versions of the IP may stuck in the state machine if enable
/Linux-v6.6/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-v6.6/drivers/md/bcache/
DKconfig29 operations that get stuck.
/Linux-v6.6/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-v6.6/drivers/input/touchscreen/
Dexc3000.c170 * We read full state successfully, no contacts will be "stuck". in exc3000_handle_mt_event()
188 /* Schedule a timer to release "stuck" contacts */ in exc3000_handle_mt_event()
202 /* Schedule a timer to release "stuck" contacts */ in exc3000_interrupt()

12345678910>>...23