Searched refs:temporary (Results 1 – 25 of 78) sorted by relevance
1234
/Linux-v5.10/drivers/media/dvb-frontends/ |
D | stv0367.c | 1516 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-v5.10/Documentation/scsi/ |
D | sd-parameters.rst | 25 "temporary " to the cache type string. E.g.:: 27 # echo "temporary write back" > cache_type
|
D | lpfc.rst | 29 Cable pull and temporary device Loss:
|
/Linux-v5.10/arch/m68k/fpsp040/ |
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-v5.10/Documentation/parisc/ |
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-v5.10/Documentation/admin-guide/cgroup-v1/ |
D | pids.rst | 64 sh: fork: Resource temporary unavailable 79 sh: fork: Resource temporary unavailable 88 sh: fork: Resource temporary unavailable 91 sh: fork: Resource temporary unavailable
|
/Linux-v5.10/Documentation/vm/ |
D | highmem.rst | 17 at all times. This means the kernel needs to start using temporary mappings of 42 temporary maps to access the rest of the physical memory - the actual direct 53 The kernel contains several ways of creating temporary mappings: 113 The cost of creating temporary mappings can be quite high. The arch has to 121 If CONFIG_MMU is not set, then there can be no temporary mappings and no
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | v4l2-clocks.rst | 8 This is a temporary API and it shall be replaced by the generic
|
/Linux-v5.10/tools/testing/selftests/resctrl/ |
D | README | 41 - teardown: umount resctrl and clear temporary files.
|
/Linux-v5.10/Documentation/arm/omap/ |
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-v5.10/Documentation/userspace-api/media/dvb/ |
D | dmx-qbuf.rst | 85 temporary problems like signal loss or CRC errors.
|
/Linux-v5.10/arch/arm/kernel/ |
D | head-common.S | 127 .long __bss_stop @ sp (temporary stack in .bss)
|
/Linux-v5.10/Documentation/firmware-guide/acpi/ |
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-v5.10/arch/arm/mm/ |
D | proc-v7m.S | 131 str r1, [r12, #11 * 4] @ write the temporary SVC vector entry
|
/Linux-v5.10/tools/build/ |
D | Build.include | 26 # The temporary file to save gcc -MD generated dependencies must not
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/dec/ |
D | de4x5.rst | 64 temporary directory. 133 I have added a temporary fix for interrupt problems when some SCSI cards
|
/Linux-v5.10/scripts/ |
D | Kbuild.include | 19 # The temporary file to save gcc -MMD generated dependencies must not 91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
|
/Linux-v5.10/Documentation/kbuild/ |
D | reproducible-builds.rst | 78 generate a different temporary key for each build, resulting in the
|
/Linux-v5.10/arch/sh/kernel/cpu/sh2a/ |
D | entry.S | 41 ! r0 = temporary
|
/Linux-v5.10/security/keys/ |
D | Kconfig | 25 bool "Enable temporary caching of the last request_key() result"
|
/Linux-v5.10/arch/arc/boot/dts/ |
D | hsdk.dts | 164 * So add temporary fix and change clock frequency
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-net-cdc_ncm | 35 attribute for temporary testing of a suspect device
|
/Linux-v5.10/Documentation/bpf/ |
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
|
/Linux-v5.10/Documentation/admin-guide/blockdev/ |
D | ramdisk.rst | 19 also be used for a temporary filesystem for crypto work, since the contents
|
/Linux-v5.10/Documentation/crypto/ |
D | descore-readme.rst | 243 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