Home
last modified time | relevance | path

Searched refs:stuck (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.15/crypto/
H A Djitterentropy.c266 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument
268 if (stuck) { in jent_rct_insert()
423 static int jent_condition_data(struct rand_data *ec, __u64 time, int stuck) in jent_condition_data() argument
439 SHA3_HASH_LOOP, stuck); in jent_condition_data()
524 int stuck; in jent_measure_jitter() local
538 stuck = jent_stuck(ec, current_delta); in jent_measure_jitter()
541 if (jent_condition_data(ec, current_delta, stuck)) in jent_measure_jitter()
542 stuck = 1; in jent_measure_jitter()
548 return stuck; in jent_measure_jitter()
H A Djitterentropy.h10 unsigned int stuck);
H A Djitterentropy-kcapi.c106 unsigned int stuck) in jent_hash_time() argument
160 if (!stuck) { in jent_hash_time()
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A 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.15/Documentation/devicetree/bindings/sound/
H A 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.15/arch/sparc/kernel/
H A Dsmp_64.c397 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()
/linux-6.15/fs/xfs/
H A 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()
/linux-6.15/Documentation/hwmon/
H A 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
H A Dasb100.rst67 be read-only or otherwise stuck at 0x00.
/linux-6.15/Documentation/ABI/testing/
H A 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.15/drivers/gpu/drm/ci/xfails/
H A Dmsm-apq8096-skips.txt26 # watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [kworker/u16:3:46]
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c52 int stuck = 0; in qsfp_read() local
92 stuck = 1; in qsfp_read()
135 if (stuck) in qsfp_read()
/linux-6.15/Documentation/networking/devlink/
H A Dmlx4.rst51 In case a firmware command times out, firmware getting stuck, or a non zero
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dqcom,pm8921-keypad.yaml28 - description: key stuck
/linux-6.15/fs/bcachefs/
H A Djournal.c141 bool stuck = false; in journal_error_check_stuck() local
150 return stuck; in journal_error_check_stuck()
156 return stuck; in journal_error_check_stuck()
159 stuck = true; in journal_error_check_stuck()
168 return stuck; in journal_error_check_stuck()
186 return stuck; in journal_error_check_stuck()
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dbrcm,bcm2711-hdmi.yaml62 - description: CEC stuck at low interrupt
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dsmp.c376 goto stuck; in smp_psurge_kick_cpu()
390 stuck: in smp_psurge_kick_cpu()
/linux-6.15/Documentation/i2c/
H A 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.15/Documentation/gpu/amdgpu/
H A Damdgpu-glossary.rst43 name stuck.
/linux-6.15/Documentation/process/
H A 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.15/kernel/power/
H A 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.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-sr-som.dtsi60 * some rare issues where the PHY gets stuck in an inconsistent and
/linux-6.15/tools/virtio/virtio-trace/
H A DREADME108 If a host does not open these, trace data get stuck in buffers of virtio. Then,
/linux-6.15/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst233 decides that the transmitter has become stuck and needs to be reset.
259 get stuck on the 10base2 port and a driver reload was necessary to
/linux-6.15/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst29 altogether, so if you're stuck in the unenviable position of needing to

123