/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 2 * net/tipc/node.c: TIPC node management routines 39 #include "node.h" 53 * TIPC_NOTIFY_NODE_DOWN: notify node is down 54 * TIPC_NOTIFY_NODE_UP: notify node is up 83 * struct tipc_node - TIPC node structure 84 * @addr: network address of node 85 * @kref: reference counter to node object 92 * @links: array containing references to all links to node 94 * @action_flags: bit mask of different types of node action 266 tipc_node_get_addr(struct tipc_node *node) tipc_node_get_addr() argument 271 tipc_node_get_id_str(struct tipc_node *node) tipc_node_get_id_str() argument 319 tipc_node_put(struct tipc_node *node) tipc_node_put() argument 324 tipc_node_get(struct tipc_node *node) tipc_node_get() argument 335 struct tipc_node *node; tipc_node_find() local 406 u32 bearer_id, node; global() variable 628 tipc_node_delete_from_list(struct tipc_node *node) tipc_node_delete_from_list() argument 638 tipc_node_delete(struct tipc_node *node) tipc_node_delete() argument 650 struct tipc_node *node, *t_node; tipc_node_stop() local 696 struct tipc_node *node; tipc_node_add_conn() local 727 struct tipc_node *node; tipc_node_remove_conn() local 748 tipc_node_clear_links(struct tipc_node *node) tipc_node_clear_links() argument 1575 struct tipc_node *node = tipc_node_find(net, addr); tipc_node_get_linkname() local 1596 __tipc_nl_add_node(struct tipc_nl_msg *msg, struct tipc_node *node) __tipc_nl_add_node() argument 2322 struct tipc_node *node; tipc_nl_node_dump() local 2424 struct tipc_node *node; tipc_nl_node_set_link() local 2533 struct tipc_node *node; tipc_nl_node_get_link() local 2569 struct tipc_node *node; tipc_nl_node_reset_link_stats() local 2631 __tipc_nl_add_node_links(struct net *net, struct tipc_nl_msg *msg, struct tipc_node *node, u32 *prev_link, bool bc_link) __tipc_nl_add_node_links() argument 2668 struct tipc_node *node; tipc_nl_node_dump_link() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | xarray.h | 31 * Most internal entries are pointers to the next node in the tree. 1103 * balanced against the memory consumption of each node. On a 64-bit system, 1105 * doubled the number of slots per node, we'd get only 3 nodes per 4kB page. 1131 struct rcu_head rcu_head; /* Used when freeing node */ 1150 #define XA_NODE_BUG_ON(node, x) do { \ 1152 if (node) xa_dump_node(node); \ 1158 #define XA_NODE_BUG_ON(node, x) do { } while (0) 1177 const struct xa_node *node, unsigned int offset) in xa_entry() 1179 XA_NODE_BUG_ON(node, offse in xa_entry() 1176 xa_entry(const struct xarray *xa, const struct xa_node *node, unsigned int offset) xa_entry() argument 1185 xa_entry_locked(const struct xarray *xa, const struct xa_node *node, unsigned int offset) xa_entry_locked() argument 1194 xa_parent(const struct xarray *xa, const struct xa_node *node) xa_parent() argument 1202 xa_parent_locked(const struct xarray *xa, const struct xa_node *node) xa_parent_locked() argument 1210 xa_mk_node(const struct xa_node *node) xa_mk_node() argument 1440 xas_not_node(struct xa_node *node) xas_not_node() argument 1446 xas_frozen(struct xa_node *node) xas_frozen() argument 1452 xas_top(struct xa_node *node) xas_top() argument 1548 struct xa_node *node = xas->xa_node; xas_reload() local 1627 struct xa_node *node = xas->xa_node; xas_next_entry() local 1685 struct xa_node *node = xas->xa_node; xas_next_marked() local 1783 struct xa_node *node = xas->xa_node; xas_prev() local 1812 struct xa_node *node = xas->xa_node; xas_next() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | xarray.h | 33 * Most internal entries are pointers to the next node in the tree. 1139 * balanced against the memory consumption of each node. On a 64-bit system, 1141 * doubled the number of slots per node, we'd get only 3 nodes per 4kB page. 1167 struct rcu_head rcu_head; /* Used when freeing node */ 1186 #define XA_NODE_BUG_ON(node, x) do { \ 1188 if (node) xa_dump_node(node); \ 1194 #define XA_NODE_BUG_ON(node, x) do { } while (0) 1213 const struct xa_node *node, unsigned int offset) in xa_entry() 1215 XA_NODE_BUG_ON(node, offse in xa_entry() 1212 xa_entry(const struct xarray *xa, const struct xa_node *node, unsigned int offset) xa_entry() argument 1221 xa_entry_locked(const struct xarray *xa, const struct xa_node *node, unsigned int offset) xa_entry_locked() argument 1230 xa_parent(const struct xarray *xa, const struct xa_node *node) xa_parent() argument 1238 xa_parent_locked(const struct xarray *xa, const struct xa_node *node) xa_parent_locked() argument 1246 xa_mk_node(const struct xa_node *node) xa_mk_node() argument 1478 xas_not_node(struct xa_node *node) xas_not_node() argument 1484 xas_frozen(struct xa_node *node) xas_frozen() argument 1490 xas_top(struct xa_node *node) xas_top() argument 1587 struct xa_node *node = xas->xa_node; xas_reload() local 1690 struct xa_node *node = xas->xa_node; xas_next_entry() local 1748 struct xa_node *node = xas->xa_node; xas_next_marked() local 1846 struct xa_node *node = xas->xa_node; xas_prev() local 1875 struct xa_node *node = xas->xa_node; xas_next() local [all...] |
/kernel/linux/linux-5.10/drivers/of/ |
H A D | platform.c | 41 * of_find_device_by_node - Find the platform_device associated with a node 42 * @np: Pointer to device tree node 61 * each applicable node. 68 * of_device_make_bus_id - Use the device node data to assign a unique name 69 * @dev: pointer to device structure that is linked to a device tree node 77 struct device_node *node = dev->of_node; in of_device_make_bus_id() local 82 while (node->parent) { in of_device_make_bus_id() 87 reg = of_get_property(node, "reg", NULL); in of_device_make_bus_id() 88 if (reg && (addr = of_translate_address(node, reg)) != OF_BAD_ADDR) { in of_device_make_bus_id() 90 addr, node, dev_nam in of_device_make_bus_id() 219 of_amba_device_create(struct device_node *node, const char *bus_id, void *platform_data, struct device *parent) of_amba_device_create() argument 284 of_amba_device_create(struct device_node *node, const char *bus_id, void *platform_data, struct device *parent) of_amba_device_create() argument 519 struct device_node *node; of_platform_default_populate_init() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | clk.c | 150 /* Fall back to using old node name base provider name */ in ti_find_clock_provider() 160 * property, or the clock node name for legacy cases. If any 167 struct device_node *node, *parent, *child; in ti_dt_clocks_register() local 204 node = ti_find_clock_provider(NULL, buf); in ti_dt_clocks_register() 206 parent = node; in ti_dt_clocks_register() 212 node = child; in ti_dt_clocks_register() 216 clkspec.np = node; in ti_dt_clocks_register() 223 of_node_put(node); in ti_dt_clocks_register() 228 of_node_put(node); in ti_dt_clocks_register() 249 pr_warn("failed to lookup clock node in ti_dt_clocks_register() 256 struct device_node *node; global() member 273 ti_clk_retry_init(struct device_node *node, void *user, ti_of_clk_init_cb_t func) ti_clk_retry_init() argument 301 ti_clk_get_reg_addr(struct device_node *node, int index, struct clk_omap_reg *reg) ti_clk_get_reg_addr() argument 570 of_ti_clk_register(struct device_node *node, struct clk_hw *hw, const char *con) of_ti_clk_register() argument 601 of_ti_clk_register_omap_hw(struct device_node *node, struct clk_hw *hw, const char *con) of_ti_clk_register_omap_hw() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | of.c | 28 struct device_node *node; in pci_set_of_node() local 33 node = of_pci_find_child_device(dev->bus->dev.of_node, dev->devfn); in pci_set_of_node() 34 if (!node) in pci_set_of_node() 37 device_set_node(&dev->dev, of_fwnode_handle(node)); in pci_set_of_node() 49 struct device_node *node; in pci_set_bus_of_node() local 52 node = pcibios_get_phb_of_node(bus); in pci_set_bus_of_node() 54 node = of_node_get(bus->self->dev.of_node); in pci_set_bus_of_node() 55 if (node && of_property_read_bool(node, "external-facing")) in pci_set_bus_of_node() 59 device_set_node(&bus->dev, of_fwnode_handle(node)); in pci_set_bus_of_node() 120 __of_pci_pci_compare(struct device_node *node, unsigned int data) __of_pci_pci_compare() argument 135 struct device_node *node, *node2; of_pci_find_child_device() local 187 of_pci_parse_bus_range(struct device_node *node, struct resource *res) of_pci_parse_bus_range() argument 223 of_get_pci_domain_nr(struct device_node *node) of_get_pci_domain_nr() argument 708 of_pci_get_max_link_speed(struct device_node *node) of_pci_get_max_link_speed() argument 736 of_pci_get_slot_power_limit(struct device_node *node, u8 *slot_power_limit_value, u8 *slot_power_limit_scale) of_pci_get_slot_power_limit() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | state-values-utils.cc | 28 if (node_key1->node == nullptr) { in AreKeysEqual() 29 if (node_key2->node == nullptr) { in AreKeysEqual() 34 node_key2->node); in AreKeysEqual() 37 if (node_key2->node == nullptr) { in AreKeysEqual() 40 node_key1->node); in AreKeysEqual() 42 return node_key1->node == node_key2->node; in AreKeysEqual() 50 bool StateValuesCache::IsKeysEqualToNode(StateValuesKey* key, Node* node) { in IsKeysEqualToNode() argument 51 if (key->count != static_cast<size_t>(node->InputCount())) { in IsKeysEqualToNode() 55 DCHECK_EQ(IrOpcode::kStateValues, node in IsKeysEqualToNode() 125 Node* node; GetValuesNodeFromCache() local 305 iterator(Node* node) iterator() argument 317 Push(Node* node) Push() argument 380 Node* StateValuesAccess::iterator::node() { node() function in v8::internal::compiler::StateValuesAccess::iterator [all...] |
H A D | memory-lowering.h | 74 Node* node, Node* object, const char* name, Zone* temp_zone)>; 87 Reduction Reduce(Node* node) override; 91 Reduction ReduceAllocateRaw(Node* node, AllocationType allocation_type, 94 Reduction ReduceLoadFromObject(Node* node); 95 Reduction ReduceLoadElement(Node* node); 96 Reduction ReduceLoadField(Node* node); 97 Reduction ReduceStoreToObject(Node* node, 99 Reduction ReduceStoreElement(Node* node, 101 Reduction ReduceStoreField(Node* node, 103 Reduction ReduceStore(Node* node, AllocationStat [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 385 ProfileNode* node = new ProfileNode(tree_, entry, this, line_number); in FindOrAddChild() local 386 children_[{entry, line_number}] = node; in FindOrAddChild() 387 children_list_.push_back(node); in FindOrAddChild() 388 return node; in FindOrAddChild() 461 void AfterAllChildrenTraversed(ProfileNode* node) { delete node; } in AfterAllChildrenTraversed() argument 479 ProfileNode* node = root_; in AddPathFromEnd() local 484 node = node->FindOrAddChild(*it, v8::CpuProfileNode::kNoLineNumberInfo); in AddPathFromEnd() 487 node in AddPathFromEnd() 501 ProfileNode* node = root_; AddPathFromEnd() local 526 Position(ProfileNode* node) Position() argument 536 ProfileNode* node; global() member in v8::internal::Position 664 BuildNodeValue(const ProfileNode* node, TracedValue* value) BuildNodeValue() argument 774 FlattenNodesTree(const v8::CpuProfileNode* node, std::vector<const v8::CpuProfileNode*>* nodes) FlattenNodesTree() argument 792 SerializePositionTicks( const v8::CpuProfileNode* node, int lineCount) SerializePositionTicks() argument 808 SerializeCallFrame( const v8::CpuProfileNode* node) SerializeCallFrame() argument 823 SerializeChildren(const v8::CpuProfileNode* node, int childrenCount) SerializeChildren() argument 831 SerializeNode(const v8::CpuProfileNode* node) SerializeNode() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | mpc5xxx_clocks.c | 4 * @node: device node 15 unsigned long mpc5xxx_get_bus_frequency(struct device_node *node) in mpc5xxx_get_bus_frequency() argument 19 of_node_get(node); in mpc5xxx_get_bus_frequency() 20 while (node) { in mpc5xxx_get_bus_frequency() 21 p_bus_freq = of_get_property(node, "bus-frequency", NULL); in mpc5xxx_get_bus_frequency() 25 node = of_get_next_parent(node); in mpc5xxx_get_bus_frequency() 27 of_node_put(node); in mpc5xxx_get_bus_frequency()
|
/third_party/libcoap/examples/ |
H A D | coap_list.c | 36 coap_insert(coap_list_t **head, coap_list_t *node) { in coap_insert() argument 37 if (!node) { in coap_insert() 42 LL_APPEND((*head), node); in coap_insert() 45 return node != NULL; in coap_insert() 49 coap_delete(coap_list_t *node) { in coap_delete() argument 50 if (node) { in coap_delete() 51 coap_free(node); in coap_delete()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsxface.c | 48 * return_node - Pointer to where the device node is returned 62 struct acpi_namespace_node *node; in acpi_rs_validate_parameters() local 73 node = acpi_ns_validate_handle(device_handle); in acpi_rs_validate_parameters() 74 if (!node) { in acpi_rs_validate_parameters() 78 if (node->type != ACPI_TYPE_DEVICE) { in acpi_rs_validate_parameters() 94 *return_node = node; in acpi_rs_validate_parameters() 126 struct acpi_namespace_node *node; in acpi_get_irq_routing_table() local 132 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in acpi_get_irq_routing_table() 137 status = acpi_rs_get_prt_method_data(node, ret_buffer); in acpi_get_irq_routing_table() 171 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 213 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local 252 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local 298 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 21 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo_prepare() 134 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client() 139 list_add_tail(&client->node, &hnae3_client_list); in hnae3_register_client() 142 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client() 171 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_unregister_client() 185 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client() 189 list_del(&client->node); in hnae3_unregister_client() 210 list_add_tail(&ae_algo->node, &hnae3_ae_algo_list); in hnae3_register_ae_algo() 213 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo() 237 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseport_bpf_numa.c | 4 * in reuseport_bpf_cpu, only as one socket per NUMA node. 142 error(1, errno, "failed to pin to node"); in send_from_node() 189 fprintf(stderr, "send node %d, receive socket %d\n", node_id, i); in receive_on_node() 191 error(1, 0, "node id/receive socket mismatch"); in receive_on_node() 197 int epfd, node; in test() local 205 for (node = 0; node < len; ++node) { in test() 207 ev.data.fd = rcv_fd[node]; in test() 208 if (epoll_ctl(epfd, EPOLL_CTL_ADD, rcv_fd[node], in test() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.c | 21 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_ae_algo_prepare() 134 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_register_client() 139 list_add_tail(&client->node, &hnae3_client_list); in hnae3_register_client() 142 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_client() 171 list_for_each_entry(client_tmp, &hnae3_client_list, node) { in hnae3_unregister_client() 185 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_unregister_client() 189 list_del(&client->node); in hnae3_unregister_client() 210 list_add_tail(&ae_algo->node, &hnae3_ae_algo_list); in hnae3_register_ae_algo() 213 list_for_each_entry(ae_dev, &hnae3_ae_dev_list, node) { in hnae3_register_ae_algo() 237 list_for_each_entry(client, &hnae3_client_list, node) { in hnae3_register_ae_algo() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | rsxface.c | 48 * return_node - Pointer to where the device node is returned 62 struct acpi_namespace_node *node; in acpi_rs_validate_parameters() local 73 node = acpi_ns_validate_handle(device_handle); in acpi_rs_validate_parameters() 74 if (!node) { in acpi_rs_validate_parameters() 78 if (node->type != ACPI_TYPE_DEVICE) { in acpi_rs_validate_parameters() 94 *return_node = node; in acpi_rs_validate_parameters() 126 struct acpi_namespace_node *node; in acpi_get_irq_routing_table() local 132 status = acpi_rs_validate_parameters(device_handle, ret_buffer, &node); in acpi_get_irq_routing_table() 137 status = acpi_rs_get_prt_method_data(node, ret_buffer); in acpi_get_irq_routing_table() 171 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local 213 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local 252 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local 298 struct acpi_namespace_node *node; ACPI_EXPORT_SYMBOL() local [all...] |
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | builtin_variable_test.cpp | 104 foreach_in_list(ir_instruction, node, &this->ir) { in names_start_with_gl() 105 ir_variable *const var = node->as_variable(); in names_start_with_gl() 114 foreach_in_list(ir_instruction, node, &this->ir) { in uniforms_and_system_values_dont_have_explicit_location() 115 ir_variable *const var = node->as_variable(); in uniforms_and_system_values_dont_have_explicit_location() 128 foreach_in_list(ir_instruction, node, &this->ir) { in constants_are_constant() 129 ir_variable *const var = node->as_variable(); in constants_are_constant() 143 foreach_in_list(ir_instruction, node, &this->ir) { in no_invalid_variable_modes() 144 ir_variable *const var = node->as_variable(); in no_invalid_variable_modes() 180 foreach_in_list(ir_instruction, node, &this->ir) { in TEST_F() 181 ir_variable *const var = node in TEST_F() [all...] |
/third_party/rust/crates/syn/codegen/src/ |
H A D | fold.rs | 81 fn node(traits: &mut TokenStream, impls: &mut TokenStream, s: &Node, defs: &Definitions) { in node() functions 132 match node { in node() 142 let ref_toks = quote!(node.#id); in node() 154 let mut node = node; in node() variables 155 let span = f.fold_span(node.span()); in node() 156 node.set_span(span); in node() 160 node in node() 173 let mut node = node; in node() variables 189 let mut node = node; node() variables [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom.c | 182 static void __init scan_features(unsigned long node, const unsigned char *ftrs, in scan_features() argument 221 static void __init check_cpu_pa_features(unsigned long node) in check_cpu_pa_features() argument 226 pa_ftrs = of_get_flat_dt_prop(node, "ibm,pa-features", &tablelen); in check_cpu_pa_features() 230 scan_features(node, pa_ftrs, tablelen, in check_cpu_pa_features() 235 static void __init init_mmu_slb_size(unsigned long node) in init_mmu_slb_size() argument 239 slb_size_ptr = of_get_flat_dt_prop(node, "slb-size", NULL) ? : in init_mmu_slb_size() 240 of_get_flat_dt_prop(node, "ibm,slb-size", NULL); in init_mmu_slb_size() 246 #define init_mmu_slb_size(node) do { } while(0) 271 static __init void identical_pvr_fixup(unsigned long node) in identical_pvr_fixup() argument 274 const char *model = of_get_flat_dt_prop(node, "mode in identical_pvr_fixup() 293 check_cpu_feature_properties(unsigned long node) check_cpu_feature_properties() argument 308 early_init_dt_scan_cpus(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_cpus() argument 398 early_init_dt_scan_chosen_ppc(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_chosen_ppc() argument 535 early_init_dt_scan_memory_ppc(unsigned long node, const char *uname, int depth, void *data) early_init_dt_scan_memory_ppc() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/generic/ |
H A D | simple-card.c | 31 static int asoc_simple_parse_dai(struct device_node *node, in asoc_simple_parse_dai() argument 38 if (!node) in asoc_simple_parse_dai() 42 * Get node via "sound-dai = <&phandle port>" in asoc_simple_parse_dai() 45 ret = of_parse_phandle_with_args(node, DAI, CELL, 0, &args); in asoc_simple_parse_dai() 68 ret = snd_soc_of_get_dai_name(node, &dlc->dai_name); in asoc_simple_parse_dai() 85 struct device_node *node = of_get_parent(np); in simple_parse_convert() local 88 asoc_simple_parse_convert(dev, node, PREFIX, adata); in simple_parse_convert() 89 asoc_simple_parse_convert(dev, node, NULL, adata); in simple_parse_convert() 92 of_node_put(node); in simple_parse_convert() 101 struct device_node *node in simple_parse_mclk_fs() local 128 struct device_node *node = of_get_parent(np); simple_dai_link_of_dpcm() local 257 struct device_node *node = NULL; simple_dai_link_of() local 358 struct device_node *node; simple_for_each_link() local [all...] |
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iova.c | 15 /* The anchor node sits above the top of the usable address space */ 42 iovad->cached_node = &iovad->anchor.node; in init_iova_domain() 43 iovad->cached32_node = &iovad->anchor.node; in init_iova_domain() 51 rb_link_node(&iovad->anchor.node, NULL, &iovad->rbroot.rb_node); in init_iova_domain() 52 rb_insert_color(&iovad->anchor.node, &iovad->rbroot); in init_iova_domain() 128 iovad->cached32_node = &new->node; in __cached_rbnode_insert_update() 130 iovad->cached_node = &new->node; in __cached_rbnode_insert_update() 138 cached_iova = rb_entry(iovad->cached32_node, struct iova, node); in __cached_rbnode_delete_update() 142 iovad->cached32_node = rb_next(&free->node); in __cached_rbnode_delete_update() 147 cached_iova = rb_entry(iovad->cached_node, struct iova, node); in __cached_rbnode_delete_update() 320 struct rb_node *node = iovad->rbroot.rb_node; private_find_iova() local 605 __is_range_overlap(struct rb_node *node, unsigned long pfn_lo, unsigned long pfn_hi) __is_range_overlap() argument 664 struct rb_node *node; reserve_iova() local 709 struct rb_node *node; copy_reserved_iova() local [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-gxp.c | 72 static int __init gxp_timer_init(struct device_node *node) in gxp_timer_init() argument 86 clk = of_clk_get(node, 0); in gxp_timer_init() 89 pr_err("%pOFn clock not found: %d\n", node, ret); in gxp_timer_init() 95 pr_err("%pOFn clock enable failed: %d\n", node, ret); in gxp_timer_init() 99 base = of_iomap(node, 0); in gxp_timer_init() 111 gxp_timer->evt.name = node->name; in gxp_timer_init() 117 irq = irq_of_parse_and_map(node, 0); in gxp_timer_init() 126 ret = clocksource_mmio_init(system_clock, node->name, freq, in gxp_timer_init() 129 pr_err("%pOFn init clocksource failed: %d", node, ret); in gxp_timer_init() 135 irq = irq_of_parse_and_map(node, in gxp_timer_init() [all...] |
/kernel/liteos_m/components/lmk/ |
H A D | los_lmk.c | 48 LOS_DL_LIST_FOR_EACH_ENTRY(opsNode, &g_losLmkOps.lmkOpsList, LosLmkOpsNode, node) { in OsIsLmkOpsNodeRegistered() 71 LOS_ListHeadInsert(&g_losLmkOps.lmkOpsList, &lmkNode->node); in LOS_LmkOpsNodeRegister() 76 // the priority of registered node <= the first node in LOS_LmkOpsNodeRegister() 77 opsNode = LOS_DL_LIST_ENTRY(g_losLmkOps.lmkOpsList.pstNext, LosLmkOpsNode, node); in LOS_LmkOpsNodeRegister() 79 LOS_ListHeadInsert(&g_losLmkOps.lmkOpsList, &lmkNode->node); in LOS_LmkOpsNodeRegister() 84 // the priority of registered node > the last node in LOS_LmkOpsNodeRegister() 85 opsNode = LOS_DL_LIST_ENTRY(g_losLmkOps.lmkOpsList.pstPrev, LosLmkOpsNode, node); in LOS_LmkOpsNodeRegister() 87 LOS_ListTailInsert(&g_losLmkOps.lmkOpsList, &lmkNode->node); in LOS_LmkOpsNodeRegister() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ScalarizeVecAndMatConstructorArgs.cpp | 51 bool visitAggregate(Visit visit, TIntermAggregate *node) override; 52 bool visitBlock(Visit visit, TIntermBlock *node) override; 73 bool ScalarizeArgsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument 76 if (mNodesToScalarize.match(node, getParentNode())) in visitAggregate() 78 if (node->getType().isVector()) in visitAggregate() 80 scalarizeArgs(node, false, true); in visitAggregate() 84 ASSERT(node->getType().isMatrix()); in visitAggregate() 85 scalarizeArgs(node, true, false); in visitAggregate() 91 bool ScalarizeArgsTraverser::visitBlock(Visit visit, TIntermBlock *node) in visitBlock() argument 95 for (TIntermNode *child : *node in visitBlock() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 1082 struct cil_tree_node *node = NULL; in cil_resolve_roletransition() local 1107 node = NODE(result_datum); in cil_resolve_roletransition() 1108 if (node->flavor != CIL_ROLE) { in cil_resolve_roletransition() 1110 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node)); in cil_resolve_roletransition() 1187 struct cil_tree_node *node; member 1196 (*ordered)->node = NULL; in __cil_ordered_list_init() 1202 (*ordered)->node = NULL; in __cil_ordered_list_destroy() 1451 cil_tree_log(ordered_list->node, CIL_ERR, "Unable to merge ordered list"); in __cil_ordered_lists_merge_all() 1514 class_list->node = current; in cil_resolve_classorder() 1558 ordered->node in cil_resolve_sidorder() 1597 struct cil_tree_node *node = NULL; cil_resolve_catorder() local 1851 struct cil_tree_node *node = NULL; cil_resolve_context() local 2332 struct cil_tree_node *node = NULL; cil_resolve_blockinherit_link() local 2397 cil_mark_subtree_abstract(struct cil_tree_node *node) cil_mark_subtree_abstract() argument 2484 struct cil_tree_node *node = NULL; cil_resolve_in_list() local 3533 cil_count_actual(struct cil_tree_node *node) cil_count_actual() argument 3548 cil_check_inheritances(struct cil_tree_node *node, unsigned max, unsigned *count, struct cil_stack *stack, unsigned *loop) cil_check_inheritances() argument 3593 cil_check_for_bad_inheritance(struct cil_tree_node *node) cil_check_for_bad_inheritance() argument 3615 __cil_resolve_ast_node(struct cil_tree_node *node, void *extra_args) __cil_resolve_ast_node() argument 3905 __cil_resolve_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_resolve_ast_node_helper() argument 4287 __cil_resolve_name_with_parents(struct cil_tree_node *node, char *name, enum cil_sym_index sym_index, struct cil_symtab_datum **datum) __cil_resolve_name_with_parents() argument 4353 __cil_resolve_name_helper(struct cil_db *db, struct cil_tree_node *node, char *name, enum cil_sym_index sym_index, struct cil_symtab_datum **datum) __cil_resolve_name_helper() argument 4367 struct cil_tree_node *node = NULL; cil_resolve_name() local 4397 struct cil_tree_node *node = NULL; cil_resolve_name_keep_aliases() local [all...] |