Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/openbmc/linux/drivers/leds/
H A Dleds-ns2.c48 struct gpio_desc *slow; member
63 slow_level = gpiod_get_value_cansleep(led->slow); in ns2_led_get_mode()
92 gpiod_set_value(led->slow, led->modval[i].slow_level); in ns2_led_set_mode()
97 gpiod_set_value_cansleep(led->slow, led->modval[i].slow_level); in ns2_led_set_mode()
188 led->slow = devm_fwnode_gpiod_get_index(dev, node, "slow", 0, in ns2_led_register()
191 if (IS_ERR(led->slow)) in ns2_led_register()
192 return PTR_ERR(led->slow); in ns2_led_register()
213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
/openbmc/linux/net/mptcp/
H A Ddiag.c21 bool slow; in subflow_get_info() local
31 slow = lock_sock_fast(sk); in subflow_get_info()
77 unlock_sock_fast(sk, slow); in subflow_get_info()
83 unlock_sock_fast(sk, slow); in subflow_get_info()
H A Dsockopt.c80 bool slow = lock_sock_fast(ssk); in mptcp_sol_socket_sync_intval() local
117 unlock_sock_fast(ssk, slow); in mptcp_sol_socket_sync_intval()
165 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_tstamp()
241 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_timestamping()
283 unlock_sock_fast(ssk, slow); in mptcp_setsockopt_sol_socket_linger()
743 bool slow; in mptcp_setsockopt_v4_set_tos() local
745 slow = lock_sock_fast(ssk); in mptcp_setsockopt_v4_set_tos()
924 bool slow; in mptcp_diag_fill_info() local
959 slow = lock_sock_fast(sk); in mptcp_diag_fill_info()
967 unlock_sock_fast(sk, slow); in mptcp_diag_fill_info()
[all …]
/openbmc/linux/drivers/soc/fsl/qe/
H A Ducc.c62 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type()
64 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type()
66 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type()
68 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type()
70 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type()
72 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type()
74 case 6: guemr = &qe_immr->ucc7.slow.guemr; in ucc_set_type()
76 case 7: guemr = &qe_immr->ucc8.slow.guemr; in ucc_set_type()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh2016 speed=slow \
2028 speed=slow \
2040 speed=slow \
2053 speed=slow \
2153 speed=slow \
2264 speed=slow \
2276 speed=slow \
2556 speed=slow \
2564 speed=slow \
2575 speed=slow \
[all …]
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/openbmc/linux/arch/ia64/
H A DKconfig.debug41 bool "Turn on compare-and-exchange bug checking (slow!)"
45 compare-and-exchange instructions. This is slow! Itaniums
50 bool "Turn on irq debug checks (slow!)"
55 problems, but slow! If you're unsure, select N.
/openbmc/linux/drivers/watchdog/
H A Dbd9576_wdt.c129 int slow; in find_closest_slow() local
131 slow = window * multipliers[j]; in find_closest_slow()
132 if (slow >= target && (!val || slow < val)) { in find_closest_slow()
133 val = slow; in find_closest_slow()
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-ns2.txt10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification.
12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations
28 slow-gpio = <&gpio0 29 0>;
/openbmc/linux/lib/math/
H A Dprime_numbers.c272 bool slow = slow_is_prime_number(x); in selftest() local
275 if (slow != fast) { in selftest()
277 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest()
281 if (!slow) in selftest()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dvariables.scss5 $duration--slow-01: 400ms; //Large expansion, important system notifications
6 $duration--slow-02: 700ms; //Background dimming
/openbmc/webui-vue/src/assets/styles/bmc/helpers/
H A D_motion.scss5 $duration--slow-01: 400ms; //Large expansion, important system notifications
6 $duration--slow-02: 700ms; //Background dimming
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_init.c42 struct sas_task_slow *slow = kmalloc(sizeof(*slow), flags); in sas_alloc_slow_task() local
44 if (!task || !slow) { in sas_alloc_slow_task()
47 kfree(slow); in sas_alloc_slow_task()
51 task->slow_task = slow; in sas_alloc_slow_task()
52 slow->task = task; in sas_alloc_slow_task()
53 timer_setup(&slow->timer, NULL, 0); in sas_alloc_slow_task()
54 init_completion(&slow->completion); in sas_alloc_slow_task()
/openbmc/linux/fs/afs/
H A Dfs_probe.c365 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local
385 fast = slow = server = NULL; in afs_fs_probe_dispatcher()
400 slow = list_first_entry(&net->fs_probe_slow, struct afs_server, probe_link); in afs_fs_probe_dispatcher()
401 poll_at = slow->probed_at + afs_fs_probe_slow_poll_interval; in afs_fs_probe_dispatcher()
406 slow = NULL; in afs_fs_probe_dispatcher()
410 server = fast ?: slow; in afs_fs_probe_dispatcher()
/openbmc/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst294 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``.
295 This is a helpful macro as the slow attribute is the most commonly used.
329 # example_test.speed: slow
363 kunit.py run --filter speed=slow
371 kunit.py run --filter "speed>slow"
373 This example will run all tests with speeds faster than slow. Note that the
382 kunit.py run --filter "speed>slow, module=kunit_example_test"
386 the filter as a module param: ``kunit.filter="speed>slow, speed<=normal"``.
417 "slow", or "very_slow". The assumed default speed for tests is "normal". This
420 this could be marked as "slow" or "very_slow".
[all …]
/openbmc/linux/arch/arc/lib/
H A Dmemcmp.S71 ; slow track insn
86 ; slow track insn
99 ; slow track insn
/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c43 bool slow; member
203 .slow = true,
425 if (!test_data[i].slow || in main()
H A Dtest-crypto-block.c122 bool slow; member
150 .slow = true,
165 .slow = true,
181 .slow = true,
581 if (!test_data[i].slow || in main()
/openbmc/qemu/tests/qemu-iotests/
H A Dmeson.build23 'raw': 'slow',
61 # on slow machines to minimize spurious failures
/openbmc/qemu/tests/fp/
H A Dmeson.build127 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 90)
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modeset_lock.c292 bool interruptible, bool slow) in modeset_lock() argument
306 } else if (interruptible && slow) { in modeset_lock()
310 } else if (slow) { in modeset_lock()
/openbmc/linux/fs/
H A Dnsfs.c69 goto slow; in __ns_get_path()
72 goto slow; in __ns_get_path()
79 slow: in __ns_get_path()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-seagate-nas-4bay.dts88 slow-gpio = <&pca9554 2 GPIO_ACTIVE_HIGH>;
98 slow-gpio = <&pca9554 5 GPIO_ACTIVE_HIGH>;
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2.yaml386 * (example: device with two possible microvolt ranges: slow and fast)
406 opp-microvolt-slow = <915000 900000 925000>;
408 opp-microamp-slow = <70000>;
414 opp-microvolt-slow = <915000 900000 925000>, /* Supply vcc0 */
418 opp-microamp = <70000>; /* Will be used for both slow/fast */
/openbmc/webui-vue/docs/guide/guidelines/
H A Dmotion.md50 $duration--slow-01: 400ms; //Large expansion, important system notifications
51 $duration--slow-02: 700ms; //Background dimming

12345678910>>...16