| /linux/include/linux/ |
| H A D | srcutree.h | 167 #define __SRCU_STRUCT_INIT_COMMON(name, usage_name, fast) \ argument 169 .srcu_reader_flavor = fast, \ 172 #define __SRCU_STRUCT_INIT_MODULE(name, usage_name, fast) \ argument 174 __SRCU_STRUCT_INIT_COMMON(name, usage_name, fast) \ 177 #define __SRCU_STRUCT_INIT(name, usage_name, pcpu_name, fast) \ argument 181 __SRCU_STRUCT_INIT_COMMON(name, usage_name, fast) \ 214 # define __DEFINE_SRCU(name, fast, is_static) \ argument 217 fast); \ 222 # define __DEFINE_SRCU(name, fast, is_static) \ argument 226 __SRCU_STRUCT_INIT(name, name##_srcu_usage, name##_srcu_data, fast)
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8974pro-sony-xperia-shinano-aries.dts | 32 qcom,fast-charge-safe-current = <2100000>; 33 qcom,fast-charge-current-limit = <1800000>; 34 qcom,fast-charge-safe-voltage = <4400000>; 35 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
| H A D | qcom-msm8974pro-sony-xperia-shinano-leo.dts | 32 qcom,fast-charge-safe-current = <3000000>; 33 qcom,fast-charge-current-limit = <2150000>; 34 qcom,fast-charge-safe-voltage = <4400000>; 35 qcom,fast-charge-high-threshold-voltage = <4350000>;
|
| H A D | qcom-msm8974pro-sony-xperia-shinano-castor.dts | 137 qcom,fast-charge-safe-current = <1500000>; 138 qcom,fast-charge-current-limit = <1500000>; 141 qcom,fast-charge-safe-voltage = <4400000>; 142 qcom,fast-charge-high-threshold-voltage = <4350000>; 143 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
| H A D | qcom-msm8974-sony-xperia-rhine-amami.dts | 27 qcom,fast-charge-safe-current = <1300000>; 28 qcom,fast-charge-current-limit = <1300000>;
|
| H A D | qcom-apq8026-asus-sparrow.dts | 250 qcom,fast-charge-safe-current = <1500000>; 251 qcom,fast-charge-current-limit = <350000>; 252 qcom,fast-charge-safe-voltage = <4430000>; 253 qcom,fast-charge-high-threshold-voltage = <4400000>;
|
| /linux/Documentation/devicetree/bindings/nios2/ |
| H A D | nios2.txt | 30 - altr,fast-tlb-miss-addr: Specifies CPU fast TLB miss exception address 35 - altr,implementation: Nios II core implementation, this should be "fast"; 50 altr,implementation = "fast"; 58 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 137 fast commits. In order to use fast commits, you will need to set following 141 fast commit. 143 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit 146 File system is free to perform fast commits as and when it wants as long as it 148 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client 151 commit immediately after stopping the fast commit it can do so by calling 152 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation 156 JBD2 helper functions to manage fast commit buffers. File system can use 158 and wait on IO completion of fast commit buffers. 160 Currently, only Ext4 implements fast commits. For details of its implementation [all …]
|
| /linux/fs/afs/ |
| H A D | fs_probe.c | 59 struct afs_server *server, bool fast) in afs_schedule_fs_probe() argument 67 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe() 422 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local 442 fast = slow = server = NULL; in afs_fs_probe_dispatcher() 447 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher() 448 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher() 452 fast = NULL; in afs_fs_probe_dispatcher() 467 server = fast ?: slow; in afs_fs_probe_dispatcher()
|
| /linux/Documentation/virt/kvm/ |
| H A D | locking.rst | 69 Fast page fault is the fast path which fixes the guest page fault out of 70 the mmu-lock on x86. Currently, the page fault can be fast in one of the 88 On fast page fault path, we will use cmpxchg to atomically set the spte W 109 | On fast page fault path: | 138 to gfn. For indirect sp, we disabled fast page fault for simplicity. 152 In the original code, the spte can be fast updated (non-atomically) if the 156 But it is not true after fast page fault since the spte can be marked 177 | | on fast page fault path:: | 211 fast page fault path. In order to easily audit the path, we see if TLBs needing 216 atomically update the spte and the race caused by fast page fault can be avoided. [all …]
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_fast_recovery_prr-ss-10pkt-lost-1.pkt | 4 // all the way through recovery, so during fast recovery we send one segment 30 // Enter fast recovery. 62 // Leave fast recovery.
|
| /linux/mm/ |
| H A D | gup_test.c | 230 bool fast; in pin_longterm_test_start() local 255 fast = !!(args.flags & PIN_LONGTERM_TEST_FLAG_USE_FAST); in pin_longterm_test_start() 257 if (!fast && mmap_read_lock_killable(current->mm)) { in pin_longterm_test_start() 269 if (fast) in pin_longterm_test_start() 284 if (!fast) in pin_longterm_test_start()
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond_lacp_prio.sh | 38 lacp_rate fast ad_select actor_port_prio 40 lacp_rate fast 42 lacp_rate fast
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 31 In case of ``data=ordered`` mode, Ext4 also supports fast commits which 33 mode works by logging metadata blocks to the journal. In fast commit 35 affected metadata in fast commit space that is shared with JBD2. 36 Once the fast commit area fills in or if fast commit is not possible 38 A full commit invalidates all the fast commits that happened before 39 it and thus it makes the fast commit area empty for further fast 261 - Number of fast commit blocks in the journal. 323 - Journal has fast commit blocks. (JBD2_FEATURE_INCOMPAT_FAST_COMMIT) 653 - Stores the TID of the transaction after which these fast commits should 681 - Unused bytes in the fast commit area. [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | traps.c | 83 int fast; member 500 int fast = dispatch_init_table[i].fast; in trap_init() local 504 if (fast == 0) in trap_init() 506 if ((fast & USER) != 0) in trap_init() 508 if ((fast & KRNL) != 0) in trap_init()
|
| /linux/lib/math/tests/ |
| H A D | prime_numbers_kunit.c | 26 const bool fast = is_prime_number(x); in prime_numbers_test() local 28 KUNIT_ASSERT_EQ_MSG(test, slow, fast, "is-prime(%lu)", x); in prime_numbers_test()
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 65 m25p,fast-read; 73 m25p,fast-read; 87 m25p,fast-read;
|
| H A D | aspeed-bmc-opp-vesnin.dts | 84 m25p,fast-read; 91 m25p,fast-read; 104 m25p,fast-read;
|
| H A D | ast2500-facebook-netbmc-common.dtsi | 52 m25p,fast-read; 58 m25p,fast-read;
|
| /linux/arch/arm64/boot/dts/exynos/ |
| H A D | exynos7885-pinctrl.dtsi | 236 sd0_clk_fast_slew_rate_1x: sd0-clk-fast-slew-rate-1x-pins { 243 sd0_clk_fast_slew_rate_2x: sd0-clk-fast-slew-rate-2x-pins { 250 sd0_clk_fast_slew_rate_3x: sd0-clk-fast-slew-rate-3x-pins { 257 sd0_clk_fast_slew_rate_4x: sd0-clk-fast-slew-rate-4x-pins { 306 sd1_clk_fast_slew_rate_1x: sd1-clk-fast-slew-rate-1x-pins { 313 sd1_clk_fast_slew_rate_2x: sd1-clk-fast-slew-rate-2x-pins { 320 sd1_clk_fast_slew_rate_3x: sd1-clk-fast-slew-rate-3x-pins { 327 sd1_clk_fast_slew_rate_4x: sd1-clk-fast-slew-rate-4x-pins { 362 sd2_clk_fast_slew_rate_1x: sd2-clk-fast-slew-rate-1x-pins { 369 sd2_clk_fast_slew_rate_2x: sd2-clk-fast-slew-rate-2x-pins { [all …]
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex.rst | 55 NULL 0 lock is free (fast acquire possible) 58 taskpointer 0 lock is held (fast release possible) 62 The fast atomic compare exchange based acquire and release is only 66 with ->wait_lock is held. To prevent any fast path cmpxchg to the lock,
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | nvidia,tegra124-cpufreq.txt | 11 - cpu_g: Clock mux for the fast CPU cluster. 13 - pll_p: Auxiliary PLL used during fast PLL rate changes.
|
| /linux/drivers/watchdog/ |
| H A D | bd96801_wdt.c | 241 unsigned int val, sel, fast; in bd96801_set_heartbeat_from_hw() local 258 fast = FASTNG_MIN << sel; in bd96801_set_heartbeat_from_hw() 261 w->wdt.max_hw_heartbeat_ms = (fast << sel) / USEC_PER_MSEC; in bd96801_set_heartbeat_from_hw() 264 w->wdt.min_hw_heartbeat_ms = fast / USEC_PER_MSEC; in bd96801_set_heartbeat_from_hw()
|
| /linux/drivers/scsi/arm/ |
| H A D | acornscsi.c | 213 #define dmac_clearintr(host) writeb(0, (host)->fast + INT_REG) 310 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 316 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 323 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 344 if (readb(host->fast + INT_REG) & 8) in acornscsi_resetcard() 364 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_resetcard() 895 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 914 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 917 writeb(host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_read() 940 writeb((page & 0x3f) | host->card.page_reg, host->fast + PAGE_REG); in acornscsi_data_write() [all …]
|
| /linux/Documentation/networking/ |
| H A D | tcp-thin.rst | 16 retransmissions effectively through fast retransmit instead of 30 1) If the stream is thin, fast retransmit on the first dupACK. 36 fast retransmissions can not be triggered, and the stream is prone
|