| /linux/fs/ |
| H A D | binfmt_misc.c | 62 } Node; typedef 91 static Node *search_binfmt_handler(struct binfmt_misc *misc, in search_binfmt_handler() 95 Node *e; in search_binfmt_handler() 141 static Node *get_binfmt_handler(struct binfmt_misc *misc, in get_binfmt_handler() 144 Node *e; in get_binfmt_handler() 162 static void put_binfmt_handler(Node *e) in put_binfmt_handler() 205 Node *fmt; in load_misc_binary() 306 static char *check_special_flags(char *sfs, Node *e) in check_special_flags() 350 static Node *create_entry(const char __user *buffer, size_t count) in create_entry() 352 Node *e; in create_entry() [all …]
|
| /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 |
|
| /linux/rust/kernel/ |
| H A D | rbtree.rs | 173 _p: PhantomData<Node<K, V>>, 368 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry() 416 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get() 501 let this = unsafe { container_of!(node, Node<K, V>, links) }; in find_best_match() 549 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop() 843 let this = unsafe { container_of!(node.as_ptr(), Node<K, V>, links) }; in to_key_value() 923 let this = unsafe { container_of!(self.current.as_ptr(), Node<K, V>, links) }; in remove_current() 959 let this = unsafe { container_of!(neighbor, Node<K, V>, links) }; in remove_neighbor() 1065 let this = unsafe { container_of!(node.as_ptr(), Node<K, V>, links) }; in to_key_value_raw() 1174 let cur = unsafe { container_of!(self.next, Node<K, V>, links) }; in next() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | node.rs | 184 arc_offset: Arc::<Node>::DATA_OFFSET + offset_of!(DTRWrap<Node>, wrapped), 185 debug_id: offset_of!(Node, debug_id), 186 ptr: offset_of!(Node, ptr), 190 pub(crate) struct Node { struct 202 impl ListArcSafe<0> for Node { argument 214 impl Node { impl 324 self as *const Node as usize in global_id() constant 340 self: &DArc<Node>, in inc_ref_done_locked() argument 343 ) -> Option<DLArc<Node>> { in inc_ref_done_locked() argument 379 self: &DArc<Node>, in update_refcount_locked() argument [all …]
|
| 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/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/drivers/android/binder/node/ |
| H A D | wrapper.rs | 7 use crate::{node::Node, thread::Thread, BinderReturnWriter, DArc, DLArc, DTRWrap, DeliverToRead}; 22 pub(super) fn init(self, node: DArc<Node>) -> DLArc<dyn DeliverToRead> { in init() 31 node: DArc<Node>,
|
| /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/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:
|
| /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/rust/kernel/device/ |
| H A D | property.rs | 377 enum Node<'a> { enum 392 Node::Borrowed(self) in fmt() 404 Node::Owned(unsafe { FwNode::from_raw(ptr) }) in fmt() 408 Node::Borrowed(f) => f, in fmt() 409 Node::Owned(f) => f, in fmt()
|
| /linux/include/uapi/linux/ |
| H A D | zorro.h | 66 struct Node { struct 99 struct Node cd_Node;
|
| /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/networking/ |
| H A D | tipc.rst | 64 - Inter Node Links 67 Inter Node Links, which both guarantee data traffic integrity and monitor 79 Neighbor Node Discovery in the cluster is done by Ethernet broadcast or UDP 187 TIPC Node Management Interfaces
|
| H A D | arcnet-hardware.rst | 625 S2 1-8: Node ID Select 638 Setting the Node ID 833 SW3 1-8: Node ID Select 846 Setting the Node ID 871 8 7 6 5 4 3 2 1 | Node ID | Node ID 1359 S2 1-8: Node ID Select (ID0-ID7) 1375 Setting the Node ID 1401 8 7 6 5 4 3 2 1 | Node ID | Node ID 1576 SW2 1-8: Node ID Select (ID0-ID7) 1586 Setting the Node ID [all …]
|
| /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).
|
| /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 | 314 Node 319 The 'Node' field displays nodes that accesses given cacheline 323 Node{cpus %hitms %stores} (Display with HITM types) 324 Node{cpus %peers %stores} (Display with peer type) 326 Node{cpu list}
|
| /linux/Documentation/filesystems/ |
| H A D | ubifs-authentication.rst | 83 - *Tree Node Cache (TNC)*: an in-memory B+ tree that reflects the current FS 95 UBIFS Index & Tree Node Cache 282 | Master Node | 288 | Index Node #1 | 299 | Index Node #2 | | Index Node #3 | 307 | Data Node | | INO Node | | DENT Node |
|
| /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.
|