| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | ubifs-authentication.rst | 220 | Master Node | 226 | Index Node #1 | 237 | Index Node #2 | | Index Node #3 | 245 | Data Node | | INO Node | | DENT Node |
|
| H A D | tmpfs.rst | 78 mpol=prefer:Node 倾向从给定的节点分配
|
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 173 _p: PhantomData<Node<K, V>>, 367 // SAFETY: All links fields we create are in a `Node<K, V>`. in raw_entry() 368 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry() 415 // point to the links field of `Node<K, V>` objects. in get() 416 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get() 500 // point to the links field of `Node<K, V>` objects. in find_best_match() 501 let this = unsafe { container_of!(node, Node<K, V>, links) }; in find_best_match() 548 // SAFETY: All links fields we create are in a `Node<K, V>`. in drop() 549 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop() 842 // point to the links field of `Node< in to_key_value() 1426 struct Node<K, V> { global() struct 1427 linksNode global() argument 1428 keyNode global() argument 1429 valueNode global() argument [all...] |
| /linux/tools/perf/scripts/python/ |
| H A D | flamegraph.py | 52 class Node: class 59 self.children: list[Node] = [] 73 self.stack = Node("all", "root") 87 def find_or_create_node(node: Node, name: str, libtype: str) -> Node: argument 92 child = Node(name, libtype)
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | srat.rst | 23 A proximity domain is ROUGHLY equivalent to "NUMA Node" - though a 1-to-1 25 map to "NUMA Node 3", for example. (See "NUMA Node Creation") 36 Proximity Domain : 00000001 <- NUMA Node 1
|
| H A D | slit.rst | 8 accessor and memory nodes. Node without initiators (cpus) are infinitely (FF)
|
| /linux/include/uapi/linux/ |
| H A D | zorro.h | 66 struct Node { struct 99 struct Node cd_Node;
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | cnxt,cx92755-pinctrl.txt | 7 === Pin Controller Node === 34 === Pin Configuration Node === 44 === Pin Group Node === 56 Required Pin Group Node Properties:
|
| H A D | ti,da850-pupd.txt | 15 Pin Group Node Properties:
|
| /linux/Documentation/arch/arm64/ |
| H A D | legacy_instructions.rst | 49 :Node: /proc/sys/abi/swp 55 :Node: /proc/sys/abi/cp15_barrier 61 :Node: /proc/sys/abi/setend
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 17 defs::*, node::Node, process::Process, thread::Thread, BinderReturnWriter, DArc, DLArc, 27 pub(crate) node: DArc<Node>, 53 fn allow_duplicate(&self, node: &DArc<Node>) -> bool { in allow_duplicate() 310 fn get_freeze_cookie(&self, node: &DArc<Node>) -> Option<FreezeCookie> { in get_freeze_cookie() 322 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients() argument
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 454 %pOF /foo/bar@0 - Node full name 456 %pOFfp /foo/bar@0:10 - Node full name + phandle 457 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name + 485 %pfwP endpoint@0 - Node name 492 %pfwP endpoint - Node name
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | interlaken-lac.txt | 6 - Interlaken Look-Aside Controller (LAC) Node 7 - Example LAC Node 8 - Interlaken Look-Aside Controller (LAC) Software Portal Node 10 - Example LAC SWP Node with Child Nodes 13 Interlaken Look-Aside Controller (LAC) Node 89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
|
| H A D | ecm.txt | 6 Local Access Window (LAW) Node 35 E500 Coherency Module Node
|
| H A D | mcm.txt | 6 Local Access Window (LAW) Node 35 MPX Coherency Module Node
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | hisilicon,hi6220-mailbox.txt | 9 Mailbox Device Node: 59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
|
| H A D | ti,message-manager.txt | 10 Message Manager Device Node:
|
| /linux/Documentation/networking/pse-pd/ |
| H A D | pse-pi.rst | 249 PSE PI Node: Essential Information 264 - *PSE Controller Node:* Typically lacks details on physical pair usage, 272 - *PSE Controller Node:* Polarity management may exceed the standard 281 - *PSE Controller Node:* Controllers may not manage cell associations 290 - *PSE Controller Node:* Specific capabilities may depend on the overall PSE 300 - *PSE Controller Node:* Some protections may be implemented via
|
| /linux/Documentation/devicetree/bindings/cpufreq/ |
| H A D | brcm,stb-avs-cpu-freq.txt | 22 Node brcm,avs-cpu-data-mem 37 Node brcm,avs-cpu-l2-intr
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 291 Node 296 The 'Node' field displays nodes that accesses given cacheline 300 Node{cpus %hitms %stores} (Display with HITM types) 301 Node{cpus %peers %stores} (Display with peer type) 303 Node{cpu list}
|
| /linux/Documentation/devicetree/bindings/powerpc/opal/ |
| H A D | sensor-groups.txt | 4 Node: /ibm,opal/sensor-groups
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | numa.rst | 63 代表了相对稀缺的资源。Linux选择了一个默认的Node ordered zonelist。这意味着在使用按NUMA距
|
| /linux/Documentation/userspace-api/media/ |
| H A D | glossary.rst | 39 Device Node 194 V4L2 Device Node 195 A :term:`Device Node` that is associated to a V4L driver.
|
| /linux/drivers/net/hamradio/ |
| H A D | Kconfig | 8 and a Terminal Node Controller (a small embedded system commonly 25 PC and your TNC (the Terminal Node Controller acts as a kind of 156 port and includes some of the functions of a Terminal Node
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | Kconfig | 3 prompt "Node addressing mode"
|