Home
last modified time | relevance | path

Searched refs:Node (Results 1 – 25 of 97) sorted by relevance

1234

/linux-6.12.1/fs/
Dbinfmt_misc.c61 } Node; typedef
90 static Node *search_binfmt_handler(struct binfmt_misc *misc, in search_binfmt_handler()
94 Node *e; in search_binfmt_handler()
140 static Node *get_binfmt_handler(struct binfmt_misc *misc, in get_binfmt_handler()
143 Node *e; in get_binfmt_handler()
161 static void put_binfmt_handler(Node *e) in put_binfmt_handler()
204 Node *fmt; in load_misc_binary()
302 static char *check_special_flags(char *sfs, Node *e) in check_special_flags()
346 static Node *create_entry(const char __user *buffer, size_t count) in create_entry()
348 Node *e; in create_entry()
[all …]
/linux-6.12.1/rust/kernel/
Drbtree.rs174 _p: PhantomData<Node<K, V>>,
333 let node = unsafe { container_of!(curr, Node<K, V>, links) }; in raw_entry()
381 let this = unsafe { container_of!(node, Node<K, V>, links) }; in get()
424 let mut best_match: Option<NonNull<Node<K, V>>> = None; in cursor_lower_bound()
428 let this = unsafe { container_of!(node, Node<K, V>, links) }.cast_mut(); in cursor_lower_bound()
490 let this = unsafe { container_of!(next, Node<K, V>, links) }; in drop()
765 let this = unsafe { container_of!(self.current.as_ptr(), Node<K, V>, links) }.cast_mut(); in remove_current()
810 let this = unsafe { container_of!(neighbor, Node<K, V>, links) }.cast_mut(); in remove_neighbor()
913 let this = unsafe { container_of!(node.as_ptr(), Node<K, V>, links) }.cast_mut(); in to_key_value_raw()
1022 let cur = unsafe { container_of!(self.next, Node<K, V>, links) }.cast_mut(); in next()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/crypto/
Dfsl-sec6.txt4 -SEC 6 Node
5 -Job Ring Node
9 SEC 6 Node
13 Node defines the base address of the SEC 6 block.
72 Job Ring (JR) Node
/linux-6.12.1/include/uapi/linux/
Dzorro.h66 struct Node { struct
99 struct Node cd_Node;
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dcnxt,cx92755-pinctrl.txt7 === Pin Controller Node ===
34 === Pin Configuration Node ===
44 === Pin Group Node ===
56 Required Pin Group Node Properties:
Dfsl,imx7ulp-pinctrl.txt41 /* Pin Controller Node */
46 /* Pin Configuration Node */
/linux-6.12.1/Documentation/arch/arm64/
Dlegacy_instructions.rst49 :Node: /proc/sys/abi/swp
55 :Node: /proc/sys/abi/cp15_barrier
61 :Node: /proc/sys/abi/setend
/linux-6.12.1/Documentation/devicetree/bindings/rng/
Dsparc_sun_oracle_rng.txt16 Node 0xf029a4f4
24 Node 0xf028c08c
/linux-6.12.1/tools/perf/scripts/python/
Dflamegraph.py52 class Node: class
73 self.stack = Node("all", "root")
92 child = Node(name, libtype)
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmaxim,max77686.txt48 Node of the MFD chip
73 Node of the MFD chip
99 Node of the MFD chip
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst454 %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-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt6 - 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
Decm.txt6 Local Access Window (LAW) Node
35 E500 Coherency Module Node
Dmcm.txt6 Local Access Window (LAW) Node
35 MPX Coherency Module Node
/linux-6.12.1/Documentation/networking/
Dtipc.rst64 - 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
Darcnet-hardware.rst624 S2 1-8: Node ID Select
637 Setting the Node ID
832 SW3 1-8: Node ID Select
845 Setting the Node ID
870 8 7 6 5 4 3 2 1 | Node ID | Node ID
1358 S2 1-8: Node ID Select (ID0-ID7)
1374 Setting the Node ID
1400 8 7 6 5 4 3 2 1 | Node ID | Node ID
1575 SW2 1-8: Node ID Select (ID0-ID7)
1585 Setting the Node ID
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mailbox/
Dhisilicon,hi6220-mailbox.txt9 Mailbox Device Node:
59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Dcavium-thunder.txt6 Root Node
/linux-6.12.1/Documentation/networking/pse-pd/
Dpse-pi.rst249 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-6.12.1/Documentation/devicetree/bindings/cpufreq/
Dbrcm,stb-avs-cpu-freq.txt22 Node brcm,avs-cpu-data-mem
37 Node brcm,avs-cpu-l2-intr
/linux-6.12.1/tools/perf/Documentation/
Dperf-c2c.txt277 Node
282 The 'Node' field displays nodes that accesses given cacheline
286 Node{cpus %hitms %stores} (Display with HITM types)
287 Node{cpus %peers %stores} (Display with peer type)
289 Node{cpu list}
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/opal/
Dsensor-groups.txt4 Node: /ibm,opal/sensor-groups
/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dnuma.rst63 代表了相对稀缺的资源。Linux选择了一个默认的Node ordered zonelist。这意味着在使用按NUMA距
/linux-6.12.1/Documentation/userspace-api/media/
Dglossary.rst39 Device Node
194 V4L2 Device Node
195 A :term:`Device Node` that is associated to a V4L driver.
/linux-6.12.1/Documentation/filesystems/
Dubifs-authentication.rst83 - *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 |

1234