Searched refs:Sequence (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/kunit/
H A Drun_checks.py17 from typing import Dict, List, Sequence namespace
22 commands: Dict[str, Sequence[str]] = {
36 def main(argv: Sequence[str]) -> None:
76 def run_cmd(argv: Sequence[str]) -> None:
H A Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple namespace
298 def massage_argv(argv: Sequence[str]) -> Sequence[str]:
538 def main(argv: Sequence[str]) -> None:
/linux-master/tools/perf/pmu-events/
H A Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) namespace
72 def file_name_to_table_name(prefix: str, parents: Sequence[str],
114 big_string: Sequence[str]
436 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
595 def preprocess_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
631 def process_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
666 def print_mapping_table(archs: Sequence[str]) -> None:
1227 def ftw(path: str, parents: Sequence[str],
1228 action: Callable[[Sequence[str], os.DirEntry], None]) -> None:
/linux-master/fs/smb/client/
H A Dcifsencrypt.c282 cifs_pdu->Signature.Sequence.SequenceNumber =
284 cifs_pdu->Signature.Sequence.Reserved = 0;
360 cifs_pdu->Signature.Sequence.SequenceNumber =
362 cifs_pdu->Signature.Sequence.Reserved = 0;
H A Dcifspdu.h401 } __attribute__((packed)) Sequence; member in union:smb_hdr::__anon104
/linux-master/fs/smb/server/
H A Dsmb_common.h189 } __packed Sequence; member in union:smb_hdr::__anon22
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S85 ## | 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

Completed in 166 milliseconds