Home
last modified time | relevance | path

Searched refs:slow (Results 51 – 75 of 399) sorted by relevance

12345678910>>...16

/openbmc/linux/Documentation/i2c/busses/
H A Di2c-ismt.rst19 and never needs to be changed. However, some SMBus analyzers are too slow for
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,bcm53573-ilp.txt7 This binding is used for ILP clock (sometimes referred as "slow clock")
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0010-invoking-mkfs-with-infinite-timeout.patch7 lots of disks, or with slow disks.
/openbmc/linux/drivers/s390/cio/
H A Dcss.c517 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel() argument
522 if (!slow) { in css_evaluate_new_subchannel()
539 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel() argument
545 ret = sch->driver->sch_event(sch, slow); in css_evaluate_known_subchannel()
558 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel() argument
565 ret = css_evaluate_known_subchannel(sch, slow); in css_evaluate_subchannel()
568 ret = css_evaluate_new_subchannel(schid, slow); in css_evaluate_subchannel()
/openbmc/u-boot/board/keymile/kmp204x/
H A Dpbi.cfg65 #Initialize eSPI controller, default configuration is slow for eSPI to
/openbmc/linux/drivers/clk/at91/
H A DMakefile7 obj-y += clk-slow.o clk-main.o clk-pll.o clk-plldiv.o clk-master.o
/openbmc/linux/Documentation/scsi/
H A Dtcm_qla2xxx.rst22 This may be useful for testing error handling and simulating slow drain
/openbmc/linux/drivers/atm/
H A Deni.h99 struct atm_vcc *slow,*last_slow; member
/openbmc/linux/drivers/w1/
H A DKconfig6 Dallas' 1-wire bus is useful to connect slow 1-pin devices
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfs-utils-debianize-start-statd.patch20 # statd already running - must have been slow to respond.
/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_mkdir.py14 @pytest.mark.slow
H A Dtest_unlink.py15 @pytest.mark.slow
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-numa17 systems to migrate pages from fast tiers to slow tiers
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dst,stmpe-gpio.yaml10 STMicroelectronics Port Expander (STMPE) is a series of slow
/openbmc/linux/Documentation/fb/
H A Dgxfb.rst51 switch is slow, but harmless.
H A Dlxfb.rst52 switch is slow, but harmless.
/openbmc/linux/include/net/page_pool/
H A Dtypes.h86 u64 slow; member
/openbmc/u-boot/doc/
H A DREADME.iomux74 On a slow machine, such as MPC852T clocked at 66MHz, the overhead associated
81 is quite slow. Even on a sequoia cut&paste does not work on the serial
/openbmc/linux/lib/
H A Dtest_rhashtable.c519 int cnt, bool slow) in test_insert_dup() argument
541 if (slow) { in test_insert_dup()
550 if (WARN(err, "error %d on element %d/%d (%s)\n", err, i, cnt, slow? "slow" : "fast")) in test_insert_dup()
555 WARN(ret != cnt, "missing rhltable elements (%d != %d, %s)\n", ret, cnt, slow? "slow" : "fast"); in test_insert_dup()
/openbmc/linux/net/core/
H A Dpage_pool.c82 stats->alloc_stats.slow += pool->alloc_stats.slow; in page_pool_get_stats()
127 *data++ = pool_stats->alloc_stats.slow; in page_pool_ethtool_stats_get()
463 alloc_stat_inc(pool, slow); in __page_pool_alloc_pages_slow()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cursor.c639 goto slow; in intel_legacy_cursor_update()
648 goto slow; in intel_legacy_cursor_update()
661 goto slow; in intel_legacy_cursor_update()
744 slow: in intel_legacy_cursor_update()
/openbmc/linux/Documentation/locking/
H A Drt-mutex-design.rst428 If there is contention on the lock, we go about the slow path
431 The slow path function is where the task's waiter structure is created on
437 The wait_lock of the mutex is taken since the slow path of unlocking the
445 slow path. The first thing that is done here is an atomic setting of
448 without going into the slow unlock path, and it would then need to grab the
477 Since the wait_lock was taken at the entry of the slow lock, we can safely
520 take the slow path when unlocking the mutex. If the mutex doesn't have any
525 the slow unlock path is taken.
527 The first thing done in the slow unlock path is to take the wait_lock of the
534 in the slow path too. If a waiter of a mutex woke up because of a signal
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A DKconfig55 emulation (which would be very slow).
/openbmc/linux/drivers/soc/fsl/qe/
H A DKconfig22 This option provides qe_lib support to UCC slow
/openbmc/linux/tools/include/uapi/linux/
H A Dusbdevice_fs.h76 unsigned char slow; member

12345678910>>...16