/linux/crypto/ |
A D | jitterentropy.c | 191 static void jent_rct_insert(struct rand_data *ec, int stuck) in jent_rct_insert() argument 200 if (stuck) { in jent_rct_insert() 382 int stuck) in jent_lfsr_time() argument 434 if (!stuck) in jent_lfsr_time() 520 int stuck; in jent_measure_jitter() local 534 stuck = jent_stuck(ec, current_delta); in jent_measure_jitter() 537 jent_lfsr_time(ec, current_delta, 0, stuck); in jent_measure_jitter() 539 return stuck; in jent_measure_jitter() 743 int stuck; in jent_entropy_init() local 763 stuck = jent_stuck(&ec, delta); in jent_entropy_init() [all …]
|
/linux/fs/xfs/ |
A D | xfs_trans_ail.c | 427 int stuck = 0; in xfsaild_push() local 504 stuck++; in xfsaild_push() 511 stuck++; in xfsaild_push() 533 if (stuck > 100) in xfsaild_push() 557 } else if (((stuck + flushing) * 100) / count > 90) { in xfsaild_push()
|
/linux/arch/sparc/kernel/ |
A D | smp_64.c | 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()
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_qsfp.c | 52 int stuck = 0; in qsfp_read() local 92 stuck = 1; in qsfp_read() 135 if (stuck) in qsfp_read()
|
/linux/Documentation/networking/ |
A D | ipddp.rst | 69 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
|
A D | net_dim.rst | 69 done in order to avoid getting stuck in a "deep sleep" scenario. Once a
|
/linux/drivers/md/bcache/ |
A D | Kconfig | 29 operations that get stuck.
|
/linux/Documentation/networking/devlink/ |
A D | mlx4.rst | 51 In case a firmware command times out, firmware getting stuck, or a non zero
|
/linux/drivers/net/appletalk/ |
A D | Kconfig | 89 box is stuck on an AppleTalk only network) or decapsulate (e.g. if 111 is stuck on an AppleTalk network (which hopefully contains a
|
/linux/Documentation/devicetree/bindings/input/ |
A D | qcom,pm8xxx-keypad.txt | 21 and the second interrupt specifies the key stuck interrupt.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-bdi | 55 mount that is prone to get stuck, or a FUSE mount which cannot
|
/linux/Documentation/hwmon/ |
A D | asb100.rst | 67 be read-only or otherwise stuck at 0x00.
|
/linux/arch/powerpc/platforms/powermac/ |
A D | smp.c | 376 goto stuck; in smp_psurge_kick_cpu() 390 stuck: in smp_psurge_kick_cpu()
|
/linux/Documentation/devicetree/bindings/display/ |
A D | brcm,bcm2711-hdmi.yaml | 60 - description: CEC stuck at low interrupt
|
/linux/Documentation/i2c/ |
A D | gpio-fault-injection.rst | 48 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/Documentation/process/ |
A D | botching-up-ioctls.rst | 113 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/arch/arm/boot/dts/ |
A D | imx6qdl-sr-som.dtsi | 60 * some rare issues where the PHY gets stuck in an inconsistent and
|
/linux/tools/virtio/virtio-trace/ |
A D | README | 108 If a host does not open these, trace data get stuck in buffers of virtio. Then,
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
A D | vortex.rst | 233 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/Documentation/arm64/ |
A D | asymmetric-32bit.rst | 29 altogether, so if you're stuck in the unenviable position of needing to
|
/linux/Documentation/input/devices/ |
A D | atarikbd.rst | 194 major controller faults (ROM checksum and RAM test) and such things as stuck 195 keys. Any keys down at power-up are presumed to be stuck, and their BREAK 236 ikbd will then scan the key matrix for any stuck (closed) keys. Any keys found
|
/linux/drivers/usb/gadget/udc/ |
A D | net2280.c | 2611 int stuck = 0; in handle_ep_small() local 2651 req->td_dma && stuck++ > 5) { in handle_ep_small() 2657 ep->ep.name, stuck, in handle_ep_small() 2662 stuck = 0; in handle_ep_small() 2666 stuck = 0; in handle_ep_small()
|
/linux/Documentation/livepatch/ |
A D | livepatch.rst | 135 are stuck in the initial patch state. 158 transition gets stuck for a long time because of a blocking task. Administrator
|
/linux/Documentation/admin-guide/nfs/ |
A D | nfs-rdma.rst | 28 If you get stuck, you can ask questions on the
|
/linux/drivers/net/ethernet/myricom/myri10ge/ |
A D | myri10ge.c | 187 int stuck; member 3365 ss->stuck = 1; in myri10ge_check_slice() 3439 if (ss->stuck) { in myri10ge_watchdog() 3443 ss->stuck = 0; in myri10ge_watchdog()
|