Home
last modified time | relevance | path

Searched refs:fast (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/linux-6.6.21/Documentation/devicetree/bindings/power/supply/
Dqcom,pm8941-charger.yaml24 - description: charge fast mode
35 - const: chg-fast
43 qcom,fast-charge-current-limit:
49 qcom,fast-charge-low-threshold-voltage:
54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V
57 qcom,fast-charge-high-threshold-voltage:
62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V
63 The fast charger will attempt to charge the battery to this voltage.
66 qcom,fast-charge-safe-voltage:
72 setting this will harmlessly fail. The property 'fast-charge-high-watermark' will
[all …]
Dmax8925_battery.txt7 - fast-charge: set charging current in fast mode
15 fast-charge = <7>;
Dmaxim,max14577.yaml39 maxim,fast-charge-uamp:
57 - maxim,fast-charge-uamp
71 maxim,fast-charge-uamp:
80 maxim,fast-charge-uamp:
Drohm,bd99954.yaml35 # c) fast-charge with:
67 # | --trickle-- | -pre- | ---------fast----------- |
81 # Current used at fast charge constant current phase (5 in above chart)
86 # The constant voltage used in fast charging phase (4 in above chart)
/linux-6.6.21/Documentation/devicetree/bindings/mtd/
Dspear_smi.txt12 - st,smi-fast-mode : Flash supports read in fast mode
26 st,smi-fast-mode;
/linux-6.6.21/Documentation/devicetree/bindings/nios2/
Dnios2.txt30 - 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-6.6.21/Documentation/devicetree/bindings/timer/
Dimg,pistachio-gptimer.txt11 "fast", fast counter clock
26 clock-names = "fast", "slow", "sys";
/linux-6.6.21/fs/afs/
Dfs_probe.c23 struct afs_server *server, bool fast) in afs_schedule_fs_probe() argument
31 atj += fast ? afs_fs_probe_fast_poll_interval : afs_fs_probe_slow_poll_interval; in afs_schedule_fs_probe()
365 struct afs_server *fast, *slow, *server; in afs_fs_probe_dispatcher() local
385 fast = slow = server = NULL; in afs_fs_probe_dispatcher()
390 fast = list_first_entry(&net->fs_probe_fast, struct afs_server, probe_link); in afs_fs_probe_dispatcher()
391 poll_at = fast->probed_at + afs_fs_probe_fast_poll_interval; in afs_fs_probe_dispatcher()
395 fast = NULL; in afs_fs_probe_dispatcher()
410 server = fast ?: slow; in afs_fs_probe_dispatcher()
415 afs_dispatch_fs_probe(net, server, server == fast); in afs_fs_probe_dispatcher()
/linux-6.6.21/Documentation/devicetree/bindings/i2c/
Di2c-pxa.yaml47 mrvl,i2c-fast-mode:
49 description: Enable fast mode of i2c controller.
69 mrvl,i2c-fast-mode;
/linux-6.6.21/Documentation/filesystems/
Djournalling.rst139 fast commits. In order to use fast commits, you will need to set following
143 fast commit.
145 `journal->j_fc_replay_cb`: Replay function called for replay of fast commit
148 File system is free to perform fast commits as and when it wants as long as it
150 :c:func:`jbd2_fc_begin_commit()`. Once a fast commit is done, the client
153 commit immediately after stopping the fast commit it can do so by calling
154 :c:func:`jbd2_fc_end_commit_fallback()`. This is useful if fast commit operation
158 JBD2 helper functions to manage fast commit buffers. File system can use
160 and wait on IO completion of fast commit buffers.
162 Currently, only Ext4 implements fast commits. For details of its implementation
[all …]
/linux-6.6.21/arch/arm/boot/dts/qcom/
Dqcom-msm8974-sony-xperia-rhine-amami.dts11 qcom,fast-charge-safe-current = <1300000>;
12 qcom,fast-charge-current-limit = <1300000>;
/linux-6.6.21/Documentation/devicetree/bindings/soc/tegra/
Dnvidia,nvec.yaml27 - description: fast clock
33 - const: fast-clk
81 clock-names = "div-clk", "fast-clk";
/linux-6.6.21/Documentation/virt/kvm/
Dlocking.rst59 Fast page fault is the fast path which fixes the guest page fault out of
60 the mmu-lock on x86. Currently, the page fault can be fast in one of the
78 On fast page fault path, we will use cmpxchg to atomically set the spte W
99 | On fast page fault path: |
128 to gfn. For indirect sp, we disabled fast page fault for simplicity.
142 In the origin code, the spte can be fast updated (non-atomically) if the
146 But it is not true after fast page fault since the spte can be marked
167 | | on fast page fault path:: |
199 fast page fault path. In order to easily audit the path, we see if TLBs needing
204 atomically update the spte and the race caused by fast page fault can be avoided.
[all …]
/linux-6.6.21/mm/
Dgup_test.c229 bool fast; in pin_longterm_test_start() local
254 fast = !!(args.flags & PIN_LONGTERM_TEST_FLAG_USE_FAST); in pin_longterm_test_start()
256 if (!fast && mmap_read_lock_killable(current->mm)) { in pin_longterm_test_start()
268 if (fast) in pin_longterm_test_start()
283 if (!fast) in pin_longterm_test_start()
/linux-6.6.21/arch/xtensa/kernel/
Dtraps.c83 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-6.6.21/Documentation/filesystems/ext4/
Djournal.rst31 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-6.6.21/arch/arm/boot/dts/aspeed/
Daspeed-bmc-qcom-dc-scm-v1.dts65 m25p,fast-read;
73 m25p,fast-read;
87 m25p,fast-read;
Dast2500-facebook-netbmc-common.dtsi52 m25p,fast-read;
58 m25p,fast-read;
Daspeed-bmc-opp-vesnin.dts84 m25p,fast-read;
91 m25p,fast-read;
104 m25p,fast-read;
/linux-6.6.21/Documentation/devicetree/bindings/cpufreq/
Dnvidia,tegra124-cpufreq.txt11 - cpu_g: Clock mux for the fast CPU cluster.
13 - pll_p: Auxiliary PLL used during fast PLL rate changes.
/linux-6.6.21/drivers/pcmcia/
Dsa11xx_base.h96 #define MECR_FAST_SET(mecr, sock, fast) \ argument
97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
/linux-6.6.21/Documentation/locking/
Drt-mutex.rst55 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-6.6.21/arch/parisc/kernel/vdso32/
DMakefile10 ccflags-y := -shared -fno-common -fbuiltin -mno-fast-indirect-calls -O2 -mno-long-calls
45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-kernel-mm-numa17 systems to migrate pages from fast tiers to slow tiers
18 when the fast tier is under pressure. This migration
/linux-6.6.21/lib/math/
Dprime_numbers.c273 bool fast = is_prime_number(x); in selftest() local
275 if (slow != fast) { in selftest()
277 x, slow ? "yes" : "no", fast ? "yes" : "no"); in selftest()

12345678910>>...22