/openbmc/qemu/target/i386/kvm/ |
H A D | hyperv.c | 88 bool fast = exit->u.hcall.input & HV_HYPERCALL_FAST; in kvm_hv_handle_exit() local 94 exit->u.hcall.result = hyperv_hcall_post_message(in_param, fast); in kvm_hv_handle_exit() 97 exit->u.hcall.result = hyperv_hcall_signal_event(in_param, fast); in kvm_hv_handle_exit() 101 hyperv_hcall_post_dbg_data(in_param, out_param, fast); in kvm_hv_handle_exit() 105 hyperv_hcall_retreive_dbg_data(in_param, out_param, fast); in kvm_hv_handle_exit()
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | max8925_battery.txt | 7 - fast-charge: set charging current in fast mode 15 fast-charge = <7>;
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 66 uint16_t hyperv_hcall_post_message(uint64_t param, bool fast); 71 uint16_t hyperv_hcall_signal_event(uint64_t param, bool fast); 92 bool fast); 96 uint16_t hyperv_hcall_post_dbg_data(uint64_t ingpa, uint64_t outgpa, bool fast);
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | spear_smi.txt | 12 - st,smi-fast-mode : Flash supports read in fast mode 26 st,smi-fast-mode;
|
/openbmc/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>;
|
/openbmc/linux/fs/afs/ |
H A D | fs_probe.c | 23 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()
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | img,pistachio-gptimer.txt | 11 "fast", fast counter clock 26 clock-names = "fast", "slow", "sys";
|
/openbmc/linux/Documentation/filesystems/ |
H A D | journalling.rst | 139 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 …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974-sony-xperia-rhine-amami.dts | 11 qcom,fast-charge-safe-current = <1300000>; 12 qcom,fast-charge-current-limit = <1300000>;
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | locking.rst | 66 Fast page fault is the fast path which fixes the guest page fault out of 67 the mmu-lock on x86. Currently, the page fault can be fast in one of the 85 On fast page fault path, we will use cmpxchg to atomically set the spte W 106 | On fast page fault path: | 135 to gfn. For indirect sp, we disabled fast page fault for simplicity. 149 In the origin code, the spte can be fast updated (non-atomically) if the 153 But it is not true after fast page fault since the spte can be marked 174 | | on fast page fault path:: | 206 fast page fault path. In order to easily audit the path, we see if TLBs needing 211 atomically update the spte and the race caused by fast page fault can be avoided. [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/cpu/ |
H A D | nios2.txt | 27 - altr,implementation: Nios II core implementation, this should be "fast"; 42 altr,implementation = "fast"; 50 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/openbmc/linux/mm/ |
H A D | gup_test.c | 229 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()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-ujson_5.10.0.bb | 1 SUMMARY = "Ultra fast JSON encoder and decoder for Python" 2 DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings …
|
/openbmc/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()
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _motion.scss | 1 $duration--fast-01: 70ms; //Micro-interactions such as button and toggle 2 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | variables.scss | 1 $duration--fast-01: 70ms; //Micro-interactions such as button and toggle 2 $duration--fast-02: 110ms; //Micro-interactions such as fade
|
/openbmc/openbmc/poky/meta/recipes-support/xxhash/ |
H A D | xxhash_0.8.3.bb | 1 SUMMARY = "Extremely fast non-cryptographic hash algorithm" 2 DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
|
/openbmc/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 …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/snappy/ |
H A D | snappy_1.1.10.bb | 6 DESCRIPTION = "Snappy is a fast data compression and decompression library \ 7 It was designed to be very fast and stable, but not to achieve a high \
|
/openbmc/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 | ast2500-facebook-netbmc-common.dtsi | 52 m25p,fast-read; 58 m25p,fast-read;
|
H A D | aspeed-bmc-opp-vesnin.dts | 84 m25p,fast-read; 91 m25p,fast-read; 104 m25p,fast-read;
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/ |
H A D | mimic_1.3.0.1.bb | 1 SUMMARY = "A fast lightweight Text-to-speech engine" 2 DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and Voc…
|
/openbmc/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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/ |
H A D | yyjson_0.10.0.bb | 14 PACKAGECONFIG ??= "reader writer utils fast-fp-conv non-standard utf8-validation unaligned-memory-a… 18 PACKAGECONFIG[fast-fp-conv] = "-DYYJSON_DISABLE_FAST_FP_CONV=OFF,-DYYJSON_DISABLE_FAST_FP_CONV=ON"
|