Searched refs:LIST_NODE (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | linked_list.c | 248 #define LIST_NODE 4 macro 268 if (!ASSERT_EQ(nid, LIST_NODE, "btf__add_struct bpf_list_node")) in init_btf() 299 err = btf__add_field(btf, "a", LIST_NODE, 0, 0); in list_and_rb_node_same_struct() 373 err = btf__add_field(btf, "a", LIST_NODE, 0, 0); in test_btf() 393 err = btf__add_field(btf, "b", LIST_NODE, 0, 0); in test_btf() 514 err = btf__add_field(btf, "b", LIST_NODE, 128, 0); in test_btf() 517 err = btf__add_field(btf, "b", LIST_NODE, 256, 0); in test_btf() 543 err = btf__add_field(btf, "b", LIST_NODE, 128, 0); in test_btf() 569 err = btf__add_field(btf, "b", LIST_NODE, 128, 0); in test_btf() 584 err = btf__add_field(btf, "b", LIST_NODE, 128, 0); in test_btf() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | node.rs | 178 refs: List<NodeRefInfo, { NodeRefInfo::LIST_NODE }>, 285 info: ListArc<NodeRefInfo, { NodeRefInfo::LIST_NODE }>, 301 ) -> Option<ListArc<NodeRefInfo, { NodeRefInfo::LIST_NODE }>> { in remove_node_info()
|
| H A D | process.rs | 347 links: ListLinks<{ Self::LIST_NODE }>, 356 pub(crate) const LIST_NODE: u64 = 0x2da16350fb724a10; constant 381 impl ListArcSafe<{Self::LIST_NODE}> for NodeRefInfo { untracked; } 385 impl ListItem<{Self::LIST_NODE}> for NodeRefInfo {
|