Home
last modified time | relevance | path

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

123

/linux/drivers/media/dvb-frontends/
H A Dstv0367.c1498 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local
1523 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1525 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1526 temporary = temporary * 10; in stv0367ter_read_ber()
1528 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1529 temporary = temporary * 100; in stv0367ter_read_ber()
1531 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1532 temporary = temporary * 1000; in stv0367ter_read_ber()
1534 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber()
1535 temporary = temporary * 10000; in stv0367ter_read_ber()
[all …]
/linux/Documentation/translations/zh_CN/scsi/
H A Dsd-parameters.rst36 添加“temporary ”。例如::
38 # echo "temporary write back" > cache_type
/linux/Documentation/scsi/
H A Dsd-parameters.rst25 "temporary " to the cache type string. E.g.::
27 # echo "temporary write back" > cache_type
H A Dlpfc.rst29 Cable pull and temporary device Loss:
/linux/arch/m68k/fpsp040/
H A 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/Documentation/arch/parisc/
H A 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/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst65 sh: fork: Resource temporary unavailable
80 sh: fork: Resource temporary unavailable
89 sh: fork: Resource temporary unavailable
92 sh: fork: Resource temporary unavailable
/linux/Documentation/mm/
H A 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/Documentation/arch/arm/omap/
H A Domap_pm.rst5 This document describes the temporary OMAP PM interface. Driver
59 The OMAP PM layer is intended to be temporary
/linux/tools/testing/selftests/resctrl/
H A DREADME66 - teardown: umount resctrl and clear temporary files.
/linux/Documentation/edac/
H A Dmemory_repair.rst37 - soft PPR, for a temporary row repair.
147 may implement PPR Maintenance operations. Soft PPR (sPPR) is a temporary
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst85 temporary problems like signal loss or CRC errors.
/linux/Documentation/arch/riscv/
H A 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/arch/arm/kernel/
H A Dhead-common.S133 .long __bss_stop @ sp (temporary stack in .bss)
/linux/Documentation/firmware-guide/acpi/
H A 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/Documentation/driver-api/
H A Dio-mapping.rst28 or long term, depending on the requirements. Of course, temporary maps are
/linux/arch/arm/mm/
H A Dproc-v7m.S132 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S41 ! r0 = temporary
/linux/Documentation/bpf/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-net-cdc_ncm35 attribute for temporary testing of a suspect device
/linux/arch/arc/boot/dts/
H A Dhsdk.dts164 * So add temporary fix and change clock frequency
/linux/Documentation/crypto/
H A 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).
/linux/Documentation/power/
H A Dswsusp.rst338 During suspend a temporary key is created and this key is used to
340 read back into memory the temporary key is destroyed which simply
345 boot. This asserts that any temporary key from an oopsed suspend or
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst19 also be used for a temporary filesystem for crypto work, since the contents
/linux/Documentation/security/
H A Dself-protection.rst53 temporary exceptions to this rule to support things like instruction
87 will need another infrastructure (similar to the temporary exceptions

123