Home
last modified time | relevance | path

Searched refs:temporary (Results 1 – 25 of 87) sorted by relevance

1234

/Linux-v6.6/drivers/media/dvb-frontends/
Dstv0367.c1516 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local
1541 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1543 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1544 temporary = temporary * 10; in stv0367ter_read_ber()
1546 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1547 temporary = temporary * 100; in stv0367ter_read_ber()
1549 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1550 temporary = temporary * 1000; in stv0367ter_read_ber()
1552 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1553 temporary = temporary * 10000; in stv0367ter_read_ber()
[all …]
/Linux-v6.6/Documentation/scsi/
Dsd-parameters.rst25 "temporary " to the cache type string. E.g.::
27 # echo "temporary write back" > cache_type
Dlpfc.rst29 Cable pull and temporary device Loss:
/Linux-v6.6/arch/m68k/fpsp040/
Dfpsp.h100 .set FP_SCR1,LV+76 | room for a temporary float value
101 .set FP_SCR2,LV+92 | room for a temporary float value
102 .set L_SCR1,LV+108 | room for a temporary long value
103 .set L_SCR2,LV+112 | room for a temporary long value
109 .set UFLG_TMP,LV+121 | temporary for uflag errata
112 .set L_SCR3,LV+124 | room for a temporary long value
113 .set FP_SCR3,LV+128 | room for a temporary float value
114 .set FP_SCR4,LV+144 | room for a temporary float value
115 .set FP_SCR5,LV+160 | room for a temporary float value
/Linux-v6.6/Documentation/arch/parisc/
Dregisters.rst43 SR0 temporary space register
45 SR1 temporary space register
54 SR0 temporary space register
55 SR1 temporary space register
132 these are generally regarded as temporary registers.
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Dpids.rst64 sh: fork: Resource temporary unavailable
79 sh: fork: Resource temporary unavailable
88 sh: fork: Resource temporary unavailable
91 sh: fork: Resource temporary unavailable
/Linux-v6.6/Documentation/mm/
Dhighmem.rst15 at all times. This means the kernel needs to start using temporary mappings of
40 temporary maps to access the rest of the physical memory - the actual direct
51 The kernel contains several ways of creating temporary mappings. The following
171 The cost of creating temporary mappings can be quite high. The arch has to
179 If CONFIG_MMU is not set, then there can be no temporary mappings and no
/Linux-v6.6/tools/build/
DBuild.include26 # The temporary file to save gcc -MD generated dependencies must not
109 # Exit code chooses option. "$$TMP" serves as a temporary file and is
/Linux-v6.6/Documentation/arch/arm/omap/
Domap_pm.rst5 This document describes the temporary OMAP PM interface. Driver
59 The OMAP PM layer is intended to be temporary
/Linux-v6.6/tools/testing/selftests/resctrl/
DREADME66 - teardown: umount resctrl and clear temporary files.
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Ddmx-qbuf.rst85 temporary problems like signal loss or CRC errors.
/Linux-v6.6/arch/arm/kernel/
Dhead-common.S133 .long __bss_stop @ sp (temporary stack in .bss)
/Linux-v6.6/Documentation/riscv/
Dboot.rst122 1. ``setup_vm()`` installs a temporary kernel mapping in ``early_pg_dir`` which
132 it uses temporary mappings in the fixmap region to be able to access the
/Linux-v6.6/Documentation/firmware-guide/acpi/
Dmethod-tracing.rst173 The temporary debug_layer used when the tracing feature is enabled.
179 The temporary debug_level used when the tracing feature is enabled.
/Linux-v6.6/Documentation/driver-api/
Dio-mapping.rst28 or long term, depending on the requirements. Of course, temporary maps are
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst1618 offline fsck never sees the temporary inconsistencies caused by deferred
2179 to cache a small number of entries before adding them to a temporary ondisk
2813 new structure attached to a temporary file and swapping the forks.
3860 Therefore, online repair of file-based metadata createas a temporary file in
3862 temporary file, and atomically swaps the fork mappings (and hence the fork
3869 consistent to use a temporary file safely!
3873 Swapping metadata extents with a temporary file requires the owner field of the
3874 block headers to match the file being repaired and not the temporary file. The
3943 | This lead to the introduction of temporary file staging. |
3950 temporary file inside the filesystem.
[all …]
/Linux-v6.6/arch/arm/mm/
Dproc-v7m.S131 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
/Linux-v6.6/arch/sh/kernel/cpu/sh2a/
Dentry.S41 ! r0 = temporary
/Linux-v6.6/security/keys/
DKconfig25 bool "Enable temporary caching of the last request_key() result"
/Linux-v6.6/Documentation/kbuild/
Dreproducible-builds.rst78 generate a different temporary key for each build, resulting in the
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-class-net-cdc_ncm35 attribute for temporary testing of a suspect device
/Linux-v6.6/arch/arc/boot/dts/
Dhsdk.dts164 * So add temporary fix and change clock frequency
/Linux-v6.6/Documentation/bpf/
Dringbuf.rst105 a temporary heap for preparing sample. bpf_ringbuf_reserve() avoid this needs
115 all-or-nothing multi-record submission, or emulating temporary
/Linux-v6.6/Documentation/admin-guide/blockdev/
Dramdisk.rst19 also be used for a temporary filesystem for crypto work, since the contents
/Linux-v6.6/Documentation/crypto/
Ddescore-readme.rst243 this will save 2 instructions and a temporary per use,
305 should never need more than one hidden temporary,
311 require declaring another temporary).

1234