| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0367.c | 1498 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 D | sd-parameters.rst | 36 添加“temporary ”。例如:: 38 # echo "temporary write back" > cache_type
|
| /linux/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 100 .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/scsi/ |
| H A D | sd-parameters.rst | 25 "temporary " to the cache type string. E.g.:: 27 # echo "temporary write back" > cache_type
|
| H A D | lpfc.rst | 29 Cable pull and temporary device Loss:
|
| /linux/Documentation/arch/parisc/ |
| H A D | registers.rst | 43 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 D | pids.rst | 65 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 D | highmem.rst | 15 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/tools/build/ |
| H A D | Build.include | 28 # The temporary file to save gcc -MD generated dependencies must not 120 # Exit code chooses option. "$$TMP" serves as a temporary file and is
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-edac-memory-repair | 19 soft PPR, for a temporary row repair. Soft PPR may be much faster 62 device, based on a memory repair function, either is temporary, 65 - 0 - Soft memory repair (temporary repair).
|
| /linux/Documentation/arch/arm/omap/ |
| H A D | omap_pm.rst | 5 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 D | README | 66 - teardown: umount resctrl and clear temporary files.
|
| /linux/Documentation/edac/ |
| H A D | memory_repair.rst | 37 - 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 D | dmx-qbuf.rst | 85 temporary problems like signal loss or CRC errors.
|
| /linux/Documentation/arch/riscv/ |
| H A D | boot.rst | 122 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 D | head-common.S | 133 .long __bss_stop @ sp (temporary stack in .bss)
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | method-tracing.rst | 173 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/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 1581 offline fsck never sees the temporary inconsistencies caused by deferred 2127 to cache a small number of entries before adding them to a temporary ondisk 2728 new structure attached to a temporary file and exchanging all mappings in the 3706 Therefore, online repair of file-based metadata createas a temporary file in 3708 temporary file, and atomically exchanges all file fork mappings (and hence the 3715 consistent to use a temporary file safely! 3719 Exchanging metadata file mappings with a temporary file requires the owner 3721 temporary file. 3790 | This lead to the introduction of temporary file staging. | 3797 temporary file inside the filesystem. [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | io-mapping.rst | 28 or long term, depending on the requirements. Of course, temporary maps are
|
| /linux/arch/arm/mm/ |
| H A D | proc-v7m.S | 132 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | README | 65 makes it harder to forget to remove a temporary netdevice, kill a running
|
| /linux/Documentation/core-api/ |
| H A D | swiotlb.rst | 10 the DMA layer calls swiotlb to allocate a temporary memory buffer that conforms 11 to the limitations. The DMA is done to/from this temporary memory buffer, and 12 the CPU copies the data between the temporary buffer and the original target 14 temporary memory buffer is called a "bounce buffer".
|
| /linux/security/keys/ |
| H A D | Kconfig | 27 bool "Enable temporary caching of the last request_key() result"
|
| /linux/arch/sh/kernel/cpu/sh2a/ |
| H A D | entry.S | 41 ! r0 = temporary
|
| /linux/Documentation/bpf/ |
| H A D | ringbuf.rst | 105 a temporary heap for preparing sample. bpf_ringbuf_reserve() avoid this needs 115 all-or-nothing multi-record submission, or emulating temporary
|