Searched refs:Sequence (Results 1 – 25 of 42) sorted by relevance
12
/Linux-v6.1/tools/testing/kunit/ |
D | run_checks.py | 17 from typing import Dict, List, Sequence 22 commands: Dict[str, Sequence[str]] = { 36 def main(argv: Sequence[str]) -> None: 76 def run_cmd(argv: Sequence[str]):
|
D | kunit.py | 21 from typing import Iterable, List, Optional, Sequence, Tuple 269 def massage_argv(argv: Sequence[str]) -> Sequence[str]:
|
/Linux-v6.1/Documentation/networking/ |
D | xfrm_proc.rst | 43 Sequence error 44 i.e. Sequence number is out of window 97 Sequence error 98 i.e. Sequence number overflow
|
/Linux-v6.1/tools/perf/pmu-events/ |
D | jevents.py | 9 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) 48 def file_name_to_table_name(parents: Sequence[str], dirname: str) -> str: 88 big_string: Sequence[str] 335 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]: 403 def preprocess_one_file(parents: Sequence[str], item: os.DirEntry) -> None: 422 def process_one_file(parents: Sequence[str], item: os.DirEntry) -> None: 455 def print_mapping_table(archs: Sequence[str]) -> None: 663 def ftw(path: str, parents: Sequence[str], 664 action: Callable[[Sequence[str], os.DirEntry], None]) -> None:
|
/Linux-v6.1/Documentation/locking/ |
D | seqlock.rst | 2 Sequence counters and sequential locks 8 Sequence counters are a reader-writer consistency mechanism with 39 Sequence counters (``seqcount_t``) 92 Sequence counters with associated locks (``seqcount_LOCKNAME_t``) 195 1. Normal Sequence readers which never block a writer but they must
|
/Linux-v6.1/fs/cifs/ |
D | cifsencrypt.c | 154 cifs_pdu->Signature.Sequence.SequenceNumber = in cifs_sign_rqst() 156 cifs_pdu->Signature.Sequence.Reserved = 0; in cifs_sign_rqst() 232 cifs_pdu->Signature.Sequence.SequenceNumber = in cifs_verify_signature() 234 cifs_pdu->Signature.Sequence.Reserved = 0; in cifs_verify_signature()
|
/Linux-v6.1/Documentation/w1/ |
D | w1-netlink.rst | 188 Sequence number for event messages is appropriate bus master sequence number 190 Sequence number for userspace requests is set by userspace application. 191 Sequence number for reply is the same as was in request, and
|
/Linux-v6.1/Documentation/filesystems/ext4/ |
D | mmp.rst | 49 - Sequence number, updated periodically.
|
/Linux-v6.1/Documentation/virt/kvm/devices/ |
D | arm-vgic-its.rst | 71 "ITS Restore Sequence". 123 ITS Restore Sequence:
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-max77620.txt | 44 detail of Flexible Power Sequence (FPS).
|
/Linux-v6.1/Documentation/driver-api/surface_aggregator/ |
D | ssh.rst | 71 - Sequence ID (see explanation below). 136 SSH Packet Protocol: Flow Sequence 153 Sequence IDs are not synchronized between the two parties, meaning that they
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 30 to :ref:`h264`, section 7.4.2.1.1 "Sequence Parameter Set Data 53 - See :ref:`Sequence Parameter Set Constraints Set Flags <h264_sps_constraints_set_flags>` 101 - See :ref:`Sequence Parameter Set Flags <h264_sps_flags>` 109 ``Sequence Parameter Set Constraints Set Flags`` 139 ``Sequence Parameter Set Flags`` 1302 - See :ref:`MPEG-2 Sequence Flags <mpeg2_sequence_flags>`. 1306 ``MPEG-2 Sequence Flags`` 2055 Specifies the Sequence Parameter Set fields (as extracted from the 2058 They are described in section 7.4.3.2 "Sequence parameter set RBSP 2162 - See :ref:`Sequence Parameter Set Flags <hevc_sps_flags>` [all …]
|
/Linux-v6.1/fs/ksmbd/ |
D | smb_common.h | 182 } __packed Sequence; member
|
/Linux-v6.1/Documentation/hwmon/ |
D | smsc47b397.rst | 104 Configuration Sequence
|
/Linux-v6.1/Documentation/input/devices/ |
D | sentelic.rst | 483 Programming Sequence for Determining Packet Parsing Flow 510 Programming Sequence for Register Reading/Writing 630 Programming Sequence for Page Register Reading/Writing 724 that particular page. Refer to the 'Programming Sequence for Page Register
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | regulator-max77620.txt | 41 Power Sequence (FPS).
|
/Linux-v6.1/Documentation/x86/ |
D | pat.rst | 214 MTRR PAT Call Sequence PAT State PAT MSR
|
/Linux-v6.1/Documentation/devicetree/bindings/fpga/ |
D | fpga-region.txt | 8 - Sequence 105 Sequence
|
/Linux-v6.1/drivers/mtd/devices/ |
D | Kconfig | 214 SPI Fast Sequence Mode (FSM) Serial Flash Controller and support
|
/Linux-v6.1/Documentation/driver-api/nvdimm/ |
D | btt.rst | 138 seq Sequence number to mark which of the 2 sections of this flog entry is
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | dra7.dtsi | 182 * 26-678. Main Sequence PCIe Controller Global Initialization" 256 * 26-678. Main Sequence PCIe Controller Global Initialization"
|
/Linux-v6.1/Documentation/sound/designs/ |
D | compress-offload.rst | 237 Sequence flow for gapless would be:
|
/Linux-v6.1/Documentation/hid/ |
D | intel-ish-hid.rst | 276 3.6 End to End HID transport Sequence Diagram
|
/Linux-v6.1/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 85 ## | 32-bit Sequence Number (A0) | 90 ## AAD Format with 32-bit Sequence Number 101 ## | 64-bit Extended Sequence Number {A1,A0} | 107 ## AAD Format with 64-bit Extended Sequence Number
|
/Linux-v6.1/tools/memory-model/Documentation/ |
D | simple.txt | 131 Packaged primitives: Sequence locking
|
12