/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 116 typedef long (*feature_call)(struct device_node *node, long param, long value); 139 static int simple_feature_tweak(struct device_node *node, int type, int reg, in simple_feature_tweak() argument 145 macio = macio_find(node, type); in simple_feature_tweak() 159 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable() argument 169 macio = macio_find(node, 0); in ohare_htw_scc_enable() 172 if (of_node_name_eq(node, "ch-a")) in ohare_htw_scc_enable() 174 else if (of_node_name_eq(node, "ch-b")) in ohare_htw_scc_enable() 252 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable() argument 255 return simple_feature_tweak(node, macio_ohare, in ohare_floppy_enable() 259 static long ohare_mesh_enable(struct device_node *node, lon argument 265 ohare_ide_enable(struct device_node *node, long param, long value) ohare_ide_enable() argument 285 ohare_ide_reset(struct device_node *node, long param, long value) ohare_ide_reset() argument 299 ohare_sleep_state(struct device_node *node, long param, long value) ohare_sleep_state() argument 314 heathrow_modem_enable(struct device_node *node, long param, long value) heathrow_modem_enable() argument 358 heathrow_floppy_enable(struct device_node *node, long param, long value) heathrow_floppy_enable() argument 367 heathrow_mesh_enable(struct device_node *node, long param, long value) heathrow_mesh_enable() argument 396 heathrow_ide_enable(struct device_node *node, long param, long value) heathrow_ide_enable() argument 411 heathrow_ide_reset(struct device_node *node, long param, long value) heathrow_ide_reset() argument 426 heathrow_bmac_enable(struct device_node *node, long param, long value) heathrow_bmac_enable() argument 455 heathrow_sound_enable(struct device_node *node, long param, long value) heathrow_sound_enable() argument 582 heathrow_sleep_state(struct device_node *node, long param, long value) heathrow_sleep_state() argument 599 core99_scc_enable(struct device_node *node, long param, long value) core99_scc_enable() argument 700 core99_modem_enable(struct device_node *node, long param, long value) core99_modem_enable() argument 752 pangea_modem_enable(struct device_node *node, long param, long value) pangea_modem_enable() argument 807 core99_ata100_enable(struct device_node *node, long value) core99_ata100_enable() argument 842 core99_ide_enable(struct device_node *node, long param, long value) core99_ide_enable() argument 865 core99_ide_reset(struct device_node *node, long param, long value) core99_ide_reset() argument 883 core99_gmac_enable(struct device_node *node, long param, long value) core99_gmac_enable() argument 900 core99_gmac_phy_reset(struct device_node *node, long param, long value) core99_gmac_phy_reset() argument 925 core99_sound_chip_enable(struct device_node *node, long param, long value) core99_sound_chip_enable() argument 955 core99_airport_enable(struct device_node *node, long param, long value) core99_airport_enable() argument 1042 core99_reset_cpu(struct device_node *node, long param, long value) core99_reset_cpu() argument 1083 core99_usb_enable(struct device_node *node, long param, long value) core99_usb_enable() argument 1236 core99_firewire_enable(struct device_node *node, long param, long value) core99_firewire_enable() argument 1263 core99_firewire_cable_power(struct device_node *node, long param, long value) core99_firewire_cable_power() argument 1294 intrepid_aack_delay_enable(struct device_node *node, long param, long value) intrepid_aack_delay_enable() argument 1315 core99_read_gpio(struct device_node *node, long param, long value) core99_read_gpio() argument 1324 core99_write_gpio(struct device_node *node, long param, long value) core99_write_gpio() argument 1333 g5_gmac_enable(struct device_node *node, long param, long value) g5_gmac_enable() argument 1358 g5_fw_enable(struct device_node *node, long param, long value) g5_fw_enable() argument 1383 g5_mpic_enable(struct device_node *node, long param, long value) g5_mpic_enable() argument 1403 g5_eth_phy_reset(struct device_node *node, long param, long value) g5_eth_phy_reset() argument 1433 g5_i2s_enable(struct device_node *node, long param, long value) g5_i2s_enable() argument 1492 g5_reset_cpu(struct device_node *node, long param, long value) g5_reset_cpu() argument 1823 core99_sleep_state(struct device_node *node, long param, long value) core99_sleep_state() argument 1856 generic_dev_can_wake(struct device_node *node, long param, long value) generic_dev_can_wake() argument 1867 generic_get_mb_info(struct device_node *node, long param, long value) generic_get_mb_info() argument 2370 struct device_node *node; pmac_do_feature_call() local 2614 struct device_node* node; probe_one_macio() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clkctrl.c | 60 struct list_head node; member 244 list_for_each_entry(entry, &provider->clocks, node) { in _ti_omap4_clkctrl_xlate() 258 /* Get clkctrl clock base name based on clkctrl_name or dts node */ 283 /* l4per_cm:1234:0 old style naming based on parent node name */ in clkctrl_get_clock_name() 288 /* l4per-clkctrl:1234:0 style naming based on node name */ in clkctrl_get_clock_name() 294 struct device_node *node, struct clk_hw *clk_hw, in _ti_clkctrl_clk_register() 304 init.name = clkctrl_get_clock_name(node, clkctrl_name, offset, bit, in _ti_clkctrl_clk_register() 320 clk = of_ti_clk_register(node, clk_hw, init.name); in _ti_clkctrl_clk_register() 330 list_add(&clkctrl_clk->node, &provider->clocks); in _ti_clkctrl_clk_register() 342 struct device_node *node, u1 in _ti_clkctrl_setup_gate() 293 _ti_clkctrl_clk_register(struct omap_clkctrl_provider *provider, struct device_node *node, struct clk_hw *clk_hw, u16 offset, u8 bit, const char * const *parents, int num_parents, const struct clk_ops *ops, const char *clkctrl_name) _ti_clkctrl_clk_register() argument 341 _ti_clkctrl_setup_gate(struct omap_clkctrl_provider *provider, struct device_node *node, u16 offset, const struct omap_clkctrl_bit_data *data, void __iomem *reg, const char *clkctrl_name) _ti_clkctrl_setup_gate() argument 362 _ti_clkctrl_setup_mux(struct omap_clkctrl_provider *provider, struct device_node *node, u16 offset, const struct omap_clkctrl_bit_data *data, void __iomem *reg, const char *clkctrl_name) _ti_clkctrl_setup_mux() argument 397 _ti_clkctrl_setup_div(struct omap_clkctrl_provider *provider, struct device_node *node, u16 offset, const struct omap_clkctrl_bit_data *data, void __iomem *reg, const char *clkctrl_name) _ti_clkctrl_setup_div() argument 433 _ti_clkctrl_setup_subclks(struct omap_clkctrl_provider *provider, struct device_node *node, const struct omap_clkctrl_reg_data *data, void __iomem *reg, const char *clkctrl_name) _ti_clkctrl_setup_subclks() argument 500 _ti_omap4_clkctrl_setup(struct device_node *node) _ti_omap4_clkctrl_setup() argument [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | smp.c | 37 #define CSD_TYPE(_csd) ((_csd)->node.u_flags & CSD_FLAG_TYPE_MASK) 206 return csd->node.dst; /* Other CSD_TYPE_ values might not have ->dst. */ in csd_lock_wait_getcpu() 222 unsigned int flags = READ_ONCE(csd->node.u_flags); in csd_lock_wait_toolong() 311 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait() 320 smp_cond_load_acquire(&csd->node.u_flags, !(VAL & CSD_FLAG_LOCK)); in csd_lock_wait() 327 csd->node.u_flags |= CSD_FLAG_LOCK; in csd_lock() 339 WARN_ON(!(csd->node.u_flags & CSD_FLAG_LOCK)); in csd_unlock() 344 smp_store_release(&csd->node.u_flags, 0); in csd_unlock() 349 void __smp_call_single_queue(int cpu, struct llist_node *node) in __smp_call_single_queue() argument 362 csd = container_of(node, call_single_data_ in __smp_call_single_queue() [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 113 """Return an attribute node for the current extension. This is useful 330 node = self._make_node( 338 node.set_lineno(lineno) 340 return [plural_expr_assignment, node] 342 return node 384 """Generates a useful node from the data provided.""" 395 node = nodes.Call(gettext, [nodes.Const(singular)], [], None, None) 400 node = nodes.Call( 417 node.kwargs.append(nodes.Keyword(key, value)) 423 node [all...] |
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 110 """Return an attribute node for the current extension. This is useful 313 node = self._make_node(singular, plural, variables, plural_expr, 316 node.set_lineno(lineno) 318 return [plural_expr_assignment, node] 320 return node 359 """Generates a useful node from the data provided.""" 370 node = nodes.Call(gettext, [nodes.Const(singular)], 376 node = nodes.Call(ngettext, [ 391 node.kwargs.append(nodes.Keyword(key, value)) 397 node [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator.h | 16 #include "src/compiler/node-properties.h" 232 // An iterator over a node's sparse inputs. 245 // Get the current sparse input's real node value. Only valid if the 254 // Get the current sparse input, returning either a real input node if 261 // True if the current sparse input is a real input node. 289 // Returns an iterator over the sparse inputs of {node}. 290 InputIterator IterateOverInputs(Node* node); 294 // The sparse input mask has a bitmask specifying if the node's inputs are 300 // * The inputs to the node are the real values, in the order of the 1s from 307 // So, for N 1s in the bitmask, there are N - 1 inputs into the node 581 CommonNodeWrapperBase(Node* node) CommonNodeWrapperBase() argument 609 FrameState(Node* node) FrameState() argument 657 StartNode(Node* node) StartNode() argument [all...] |
H A D | escape-analysis.cc | 10 #include "src/compiler/node-matchers.h" 35 T& operator[](const Node* node) { in operator []() argument 36 NodeId id = node->id(); in operator []() 52 void Set(const Node* node, T value) { in Set() argument 53 auto iter = map_.find(node->id()); in Set() 57 map_.insert(iter, std::make_pair(node->id(), std::move(value))); in Set() 60 const T& Get(const Node* node) const { in Get() 61 auto iter = map_.find(node->id()); in Get() 70 // Keeps track of the changes to the current node during reduction. 74 // necessary node revisitation 78 ReduceScope(Node* node, Reduction* reduction) ReduceScope() argument 112 Set(Variable var, Node* node) Set() argument 138 Node* node = current_state_.Get(var); Get() local 149 Set(Variable var, Node* node) Set() argument 183 Scope(EffectGraphReducer* reducer, EscapeAnalysisTracker* tracker, Node* node, Reduction* reduction) Scope() argument 188 GetVirtualObject(Node* node) GetVirtualObject() argument 211 SetEscaped(Node* node) SetEscaped() argument 267 GetReplacementOf(Node* node) GetReplacementOf() argument 268 ResolveReplacement(Node* node) ResolveReplacement() argument 303 ReduceFrom(Node* node) ReduceFrom() argument 360 Revisit(Node* node) Revisit() argument 378 Scope(VariableTracker* states, Node* node, Reduction* reduction) Scope() argument 849 Reduce(Node* node, Reduction* reduction) Reduce() argument 866 GetReplacementOf(Node* node) GetReplacementOf() argument 881 GetVirtualObject(Node* node) GetVirtualObject() argument [all...] |
H A D | graph-visualizer.cc | 20 #include "src/compiler/node-origin-table.h" 21 #include "src/compiler/node-properties.h" 22 #include "src/compiler/node.h" 266 static int SafeId(Node* node) { return node == nullptr ? -1 : node->id(); } in SafeId() argument 267 static const char* SafeMnemonic(Node* node) { in SafeMnemonic() argument 268 return node == nullptr ? "null" : node->op()->mnemonic(); in SafeMnemonic() 297 for (Node* const node in Print() 306 PrintNode(Node* node, bool is_live) PrintNode() argument 364 PrintEdges(Node* node) PrintEdges() argument 396 GetType(Node* node) GetType() argument 544 PrintInputs(Node* node) PrintInputs() argument 556 PrintType(Node* node) PrintType() argument 646 Node* node = *it; PrintSchedule() local 926 Node* node = *it; PrintScheduledGraph() local [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 113 """Return an attribute node for the current extension. This is useful 330 node = self._make_node( 338 node.set_lineno(lineno) 340 return [plural_expr_assignment, node] 342 return node 384 """Generates a useful node from the data provided.""" 395 node = nodes.Call(gettext, [nodes.Const(singular)], [], None, None) 400 node = nodes.Call( 417 node.kwargs.append(nodes.Keyword(key, value)) 423 node [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ordered-data.c | 33 /* returns NULL if the insertion worked, or it returns the node it did find 37 struct rb_node *node) in tree_insert() 55 rb_link_node(node, parent, p); in tree_insert() 56 rb_insert_color(node, root); in tree_insert() 215 struct rb_node *node; in insert_ordered_extent() local 226 node = tree_insert(&tree->tree, entry->file_offset, &entry->rb_node); in insert_ordered_extent() 227 if (node) in insert_ordered_extent() 409 struct rb_node *node; in btrfs_mark_ordered_io_finished() local 424 node = tree_search(tree, cur); in btrfs_mark_ordered_io_finished() 426 if (!node) in btrfs_mark_ordered_io_finished() 36 tree_insert(struct rb_root *root, u64 file_offset, struct rb_node *node) tree_insert() argument 502 struct rb_node *node; btrfs_dec_test_ordered_pending() local 585 struct rb_node *node; btrfs_remove_ordered_extent() local 882 struct rb_node *node; btrfs_lookup_ordered_extent() local 911 struct rb_node *node; btrfs_lookup_ordered_range() local 983 struct rb_node *node; btrfs_lookup_first_ordered_extent() local 1013 struct rb_node *node; btrfs_lookup_first_ordered_range() local 1161 struct rb_node *node; btrfs_split_ordered_extent() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 115 typedef long (*feature_call)(struct device_node *node, long param, long value); 136 static inline int simple_feature_tweak(struct device_node *node, int type, in simple_feature_tweak() argument 142 macio = macio_find(node, type); in simple_feature_tweak() 158 static long ohare_htw_scc_enable(struct device_node *node, long param, in ohare_htw_scc_enable() argument 168 macio = macio_find(node, 0); in ohare_htw_scc_enable() 171 if (of_node_name_eq(node, "ch-a")) in ohare_htw_scc_enable() 173 else if (of_node_name_eq(node, "ch-b")) in ohare_htw_scc_enable() 251 static long ohare_floppy_enable(struct device_node *node, long param, in ohare_floppy_enable() argument 254 return simple_feature_tweak(node, macio_ohare, in ohare_floppy_enable() 258 static long ohare_mesh_enable(struct device_node *node, lon argument 264 ohare_ide_enable(struct device_node *node, long param, long value) ohare_ide_enable() argument 284 ohare_ide_reset(struct device_node *node, long param, long value) ohare_ide_reset() argument 298 ohare_sleep_state(struct device_node *node, long param, long value) ohare_sleep_state() argument 313 heathrow_modem_enable(struct device_node *node, long param, long value) heathrow_modem_enable() argument 357 heathrow_floppy_enable(struct device_node *node, long param, long value) heathrow_floppy_enable() argument 366 heathrow_mesh_enable(struct device_node *node, long param, long value) heathrow_mesh_enable() argument 395 heathrow_ide_enable(struct device_node *node, long param, long value) heathrow_ide_enable() argument 410 heathrow_ide_reset(struct device_node *node, long param, long value) heathrow_ide_reset() argument 425 heathrow_bmac_enable(struct device_node *node, long param, long value) heathrow_bmac_enable() argument 454 heathrow_sound_enable(struct device_node *node, long param, long value) heathrow_sound_enable() argument 581 heathrow_sleep_state(struct device_node *node, long param, long value) heathrow_sleep_state() argument 598 core99_scc_enable(struct device_node *node, long param, long value) core99_scc_enable() argument 699 core99_modem_enable(struct device_node *node, long param, long value) core99_modem_enable() argument 751 pangea_modem_enable(struct device_node *node, long param, long value) pangea_modem_enable() argument 806 core99_ata100_enable(struct device_node *node, long value) core99_ata100_enable() argument 841 core99_ide_enable(struct device_node *node, long param, long value) core99_ide_enable() argument 864 core99_ide_reset(struct device_node *node, long param, long value) core99_ide_reset() argument 882 core99_gmac_enable(struct device_node *node, long param, long value) core99_gmac_enable() argument 899 core99_gmac_phy_reset(struct device_node *node, long param, long value) core99_gmac_phy_reset() argument 924 core99_sound_chip_enable(struct device_node *node, long param, long value) core99_sound_chip_enable() argument 954 core99_airport_enable(struct device_node *node, long param, long value) core99_airport_enable() argument 1041 core99_reset_cpu(struct device_node *node, long param, long value) core99_reset_cpu() argument 1082 core99_usb_enable(struct device_node *node, long param, long value) core99_usb_enable() argument 1235 core99_firewire_enable(struct device_node *node, long param, long value) core99_firewire_enable() argument 1262 core99_firewire_cable_power(struct device_node *node, long param, long value) core99_firewire_cable_power() argument 1293 intrepid_aack_delay_enable(struct device_node *node, long param, long value) intrepid_aack_delay_enable() argument 1314 core99_read_gpio(struct device_node *node, long param, long value) core99_read_gpio() argument 1323 core99_write_gpio(struct device_node *node, long param, long value) core99_write_gpio() argument 1332 g5_gmac_enable(struct device_node *node, long param, long value) g5_gmac_enable() argument 1357 g5_fw_enable(struct device_node *node, long param, long value) g5_fw_enable() argument 1382 g5_mpic_enable(struct device_node *node, long param, long value) g5_mpic_enable() argument 1402 g5_eth_phy_reset(struct device_node *node, long param, long value) g5_eth_phy_reset() argument 1432 g5_i2s_enable(struct device_node *node, long param, long value) g5_i2s_enable() argument 1491 g5_reset_cpu(struct device_node *node, long param, long value) g5_reset_cpu() argument 1822 core99_sleep_state(struct device_node *node, long param, long value) core99_sleep_state() argument 1855 generic_dev_can_wake(struct device_node *node, long param, long value) generic_dev_can_wake() argument 1866 generic_get_mb_info(struct device_node *node, long param, long value) generic_get_mb_info() argument 2369 struct device_node *node; pmac_do_feature_call() local 2617 struct device_node* node; probe_one_macio() local [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_rbtree.c | 29 struct rb_node node; member 73 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_lookup() 153 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_get() 235 rb_erase(&rbe->node, &priv->root); in nft_rbtree_gc_remove() 243 struct rb_node *prev = rb_prev(&rbe->node); in nft_rbtree_gc_elem() 257 rbe_prev = rb_entry(prev, struct nft_rbtree_elem, node); in nft_rbtree_gc_elem() 267 rbe_prev = rb_entry(prev, struct nft_rbtree_elem, node); in nft_rbtree_gc_elem() 300 first_elem = rb_entry(first, struct nft_rbtree_elem, node); in nft_rbtree_update_first() 302 * update the first element for the node list path. in nft_rbtree_update_first() 315 struct rb_node *node, *nex in __nft_rbtree_insert() local 593 struct rb_node *node; nft_rbtree_walk() local 623 struct rb_node *node; nft_rbtree_gc() local 726 struct rb_node *node; nft_rbtree_destroy() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_rbtree.c | 26 struct rb_node node; member 70 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_lookup() 151 rbe = rb_entry(parent, struct nft_rbtree_elem, node); in __nft_rbtree_get() 233 rb_erase(&rbe->node, &priv->root); in nft_rbtree_gc_remove() 241 struct rb_node *prev = rb_prev(&rbe->node); in nft_rbtree_gc_elem() 255 rbe_prev = rb_entry(prev, struct nft_rbtree_elem, node); in nft_rbtree_gc_elem() 265 rbe_prev = rb_entry(prev, struct nft_rbtree_elem, node); in nft_rbtree_gc_elem() 298 first_elem = rb_entry(first, struct nft_rbtree_elem, node); in nft_rbtree_update_first() 300 * update the first element for the node list path. in nft_rbtree_update_first() 313 struct rb_node *node, *nex in __nft_rbtree_insert() local 591 struct rb_node *node; nft_rbtree_walk() local 621 struct rb_node *node; nft_rbtree_gc() local 727 struct rb_node *node; nft_rbtree_destroy() local [all...] |
/third_party/jinja2/ |
H A D | nodes.py | 2 some node tree helper functions used by the parser and compiler in order 49 """Raised if the node could not perform a requested action.""" 92 def get_eval_context(node: "Node", ctx: t.Optional[EvalContext]) -> EvalContext: 94 if node.environment is None: 96 "if no eval context is passed, the node must have an" 99 return EvalContext(node.environment) 110 - :class:`Template`: the outermost wrapper node 114 positional arguments, attributes as keyword arguments. Each node has 115 two attributes: `lineno` (the line number of the node) and `environment`. 172 """Iterates over all direct child nodes of the node [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ast-inspect.h | 7 void inspect_symbol(AstNode *node); 8 void inspect_symbol_list(AstNode *node); 10 void inspect_statement(AstNode *node); 11 void inspect_statement_list(AstNode *node); 13 void inspect_expression(AstNode *node); 14 void inspect_expression_list(AstNode *node);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.c | 26 struct rb_node *node = root->rb_node; in search() local 28 while (node) { in search() 29 ump_dd_mem *e = container_of(node, ump_dd_mem, node); in search() 32 node = node->rb_left; in search() 34 node = node->rb_right; in search() 49 ump_dd_mem *this = container_of(*new, ump_dd_mem, node); in insert() 62 rb_link_node(&mem->node, paren in insert() [all...] |
/kernel/linux/linux-5.10/virt/lib/ |
H A D | irqbypass.c | 100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer() 107 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer() 116 list_add(&producer->node, &producers); in irq_bypass_register_producer() 150 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer() 154 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer() 161 list_del(&producer->node); in irq_bypass_unregister_producer() 196 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer() 203 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer() 212 list_add(&consumer->node, &consumers); in irq_bypass_register_consumer() 246 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer() [all...] |
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | nhc.c | 23 /* Figure out where to put new node */ in lowpan_nhc_insert() 26 node); in lowpan_nhc_insert() 49 /* Add new node and rebalance tree. */ in lowpan_nhc_insert() 50 rb_link_node(&nhc->node, parent, new); in lowpan_nhc_insert() 51 rb_insert_color(&nhc->node, &rb_root); in lowpan_nhc_insert() 58 rb_erase(&nhc->node, &rb_root); in lowpan_nhc_remove() 63 struct rb_node *node = rb_root.rb_node; in lowpan_nhc_by_nhcid() local 66 while (node) { in lowpan_nhc_by_nhcid() 67 struct lowpan_nhc *nhc = rb_entry(node, struct lowpan_nhc, in lowpan_nhc_by_nhcid() 68 node); in lowpan_nhc_by_nhcid() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_thp.c | 31 static int vmw_thp_insert_aligned(struct drm_mm *mm, struct drm_mm_node *node, in vmw_thp_insert_aligned() argument 40 return drm_mm_insert_node_in_range(mm, node, in vmw_thp_insert_aligned() 56 struct drm_mm_node *node; in vmw_thp_get_node() local 62 node = kzalloc(sizeof(*node), GFP_KERNEL); in vmw_thp_get_node() 63 if (!node) in vmw_thp_get_node() 78 ret = vmw_thp_insert_aligned(mm, node, align_pages, in vmw_thp_get_node() 87 ret = vmw_thp_insert_aligned(mm, node, align_pages, place, mem, in vmw_thp_get_node() 93 ret = drm_mm_insert_node_in_range(mm, node, mem->num_pages, in vmw_thp_get_node() 100 kfree(node); in vmw_thp_get_node() [all...] |
/kernel/linux/linux-6.6/virt/lib/ |
H A D | irqbypass.c | 100 list_for_each_entry(tmp, &producers, node) { in irq_bypass_register_producer() 107 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_register_producer() 116 list_add(&producer->node, &producers); in irq_bypass_register_producer() 150 list_for_each_entry(tmp, &producers, node) { in irq_bypass_unregister_producer() 154 list_for_each_entry(consumer, &consumers, node) { in irq_bypass_unregister_producer() 161 list_del(&producer->node); in irq_bypass_unregister_producer() 196 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_register_consumer() 203 list_for_each_entry(producer, &producers, node) { in irq_bypass_register_consumer() 212 list_add(&consumer->node, &consumers); in irq_bypass_register_consumer() 246 list_for_each_entry(tmp, &consumers, node) { in irq_bypass_unregister_consumer() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Name.cpp | 127 void visitSymbol(TIntermSymbol *node) override 129 if (Name(node->variable()) == mName) 137 bool visitBinary(Visit visit, TIntermBinary *node) override { return !mFoundName; } 139 bool visitUnary(Visit visit, TIntermUnary *node) override { return !mFoundName; } 141 bool visitTernary(Visit visit, TIntermTernary *node) override { return !mFoundName; } 143 bool visitAggregate(Visit visit, TIntermAggregate *node) override 145 if (node->isConstructor()) 147 const TType &type = node->getType(); 156 const TFunction *func = node->getFunction(); 165 bool visitIfElse(Visit visit, TIntermIfElse *node) overrid 225 ExpressionContainsName(const Name &name, TIntermTyped &node) ExpressionContainsName() argument [all...] |
/third_party/node/src/ |
H A D | node_api.cc | 60 node_env()->SetImmediate([this](node::Environment* node_env) { in EnqueueFinalizer() 82 node::errors::TriggerUncaughtException(isolate, local_err, local_msg); in trigger_fatal_exception() 95 node::Environment* node_env = env->node_env(); in CallbackIntoModule() 101 "Uncaught N-API callback exception detected, please run node " in CallbackIntoModule() 102 "with option --force-node-api-uncaught-exceptions-policy=true" in CallbackIntoModule() 127 // node::Buffer::FreeCallback 156 void ThrowNodeApiVersionError(node::Environment* node_env, in ThrowNodeApiVersionError() 178 node::Environment* node_env = node::Environment::GetCurrent(context); in NewEnv() 200 class ThreadSafeFunction : public node 741 namespace node { global() namespace [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslGrammar.cpp | 324 // All initializer subtrees are put in their own aggregate node, making one top-level 325 // node for all the initializers. Each function created is a top-level node to grow 329 // each top-level node the declaration creates. Otherwise, if only one top-level 330 // node in generated here, that is want is returned in nodeList. 502 // The top-level node is always made into an aggregate, as that's in acceptDeclaration() 517 // The top-level initializer node is a sequence. in acceptDeclaration() 551 bool HlslGrammar::acceptControlDeclaration(TIntermNode*& node) in acceptControlDeclaration() argument 553 node = nullptr; in acceptControlDeclaration() 590 node in acceptControlDeclaration() 1153 TIntermNode* node = nullptr; acceptAnnotations() local 2856 acceptDefaultParameterDeclaration(const TType& type, TIntermTyped*& node) acceptDefaultParameterDeclaration() argument 3046 acceptExpression(TIntermTyped*& node) acceptExpression() argument 3083 acceptInitializer(TIntermTyped*& node) acceptInitializer() argument 3145 acceptAssignmentExpression(TIntermTyped*& node) acceptAssignmentExpression() argument 3200 acceptConditionalExpression(TIntermTyped*& node) acceptConditionalExpression() argument 3250 acceptBinaryExpression(TIntermTyped*& node, PrecedenceLevel precedenceLevel) acceptBinaryExpression() argument 3294 acceptUnaryExpression(TIntermTyped*& node) acceptUnaryExpression() argument 3383 acceptPostfixExpression(TIntermTyped*& node) acceptPostfixExpression() argument 3514 acceptConstructor(TIntermTyped*& node) acceptConstructor() argument 3551 acceptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) acceptFunctionCall() argument 3631 acceptLiteral(TIntermTyped*& node) acceptLiteral() argument 3879 TIntermTyped* node; acceptAttributes() local 4193 TIntermTyped* node; acceptJumpStatement() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbmethod.c | 24 static acpi_status acpi_db_evaluate_object(struct acpi_namespace_node *node); 117 struct acpi_namespace_node *node; in acpi_db_set_method_data() local 131 node = acpi_db_convert_to_node(index_arg); in acpi_db_set_method_data() 132 if (!node) { in acpi_db_set_method_data() 136 if (node->type != ACPI_TYPE_INTEGER) { in acpi_db_set_method_data() 140 obj_desc = node->object; in acpi_db_set_method_data() 353 * PARAMETERS: node - Namespace node for the object 362 static acpi_status acpi_db_evaluate_object(struct acpi_namespace_node *node) in acpi_db_evaluate_object() argument 372 pathname = acpi_ns_get_external_pathname(node); in acpi_db_evaluate_object() 451 struct acpi_namespace_node *node = acpi_db_walk_for_execute() local 501 struct acpi_namespace_node *node = acpi_db_walk_for_execute_all() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | devtree.c | 137 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize) in dt_get_reg_format() argument 139 if (getprop(node, "#address-cells", naddr, 4) != 4) in dt_get_reg_format() 143 if (getprop(node, "#size-cells", nsize, 4) != 4) in dt_get_reg_format() 237 static int dt_xlate(void *node, int res, int reglen, unsigned long *addr, in dt_xlate() argument 247 parent = get_parent(node); in dt_xlate() 272 node = parent; in dt_xlate() 274 parent = get_parent(node); in dt_xlate() 280 buflen = getprop(node, "ranges", prop_buf, in dt_xlate() 319 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg() argument 323 reglen = getprop(node, "re in dt_xlate_reg() 327 dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr) dt_xlate_addr() argument 337 dt_is_compatible(void *node, const char *compat) dt_is_compatible() argument 356 dt_get_virtual_reg(void *node, void **addr, int nres) dt_get_virtual_reg() argument [all...] |