Home
last modified time | relevance | path

Searched defs:node (Results 101 – 125 of 2533) sorted by relevance

12345678910>>...102

/Linux-v5.10/drivers/clk/ti/
Dcomposite.c64 struct device_node *node; member
76 static struct device_node *_get_component_node(struct device_node *node, int i) in _get_component_node()
89 static struct component_clk *_lookup_component(struct device_node *node) in _lookup_component()
120 struct device_node *node) in _register_composite()
206 static void __init of_ti_composite_clk_setup(struct device_node *node) in of_ti_composite_clk_setup()
242 int __init ti_clk_add_component(struct device_node *node, struct clk_hw *hw, in ti_clk_add_component()
/Linux-v5.10/tools/perf/util/
Denv.c22 struct bpf_prog_info_node *node; in perf_env__insert_bpf_prog_info() local
52 struct bpf_prog_info_node *node = NULL; in perf_env__find_bpf_prog_info() local
78 struct btf_node *node; in perf_env__insert_btf() local
106 struct btf_node *node = NULL; in perf_env__find_btf() local
140 struct bpf_prog_info_node *node; in perf_env__purge_bpf() local
154 struct btf_node *node; in perf_env__purge_bpf() local
Dcallchain.c413 __sort_chain_flat(struct rb_root *rb_root, struct callchain_node *node, in __sort_chain_flat()
443 static void __sort_chain_graph_abs(struct callchain_node *node, in __sort_chain_graph_abs()
471 static void __sort_chain_graph_rel(struct callchain_node *node, in __sort_chain_graph_rel()
566 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
710 static enum match_result match_chain(struct callchain_cursor_node *node, in match_chain()
825 struct callchain_cursor_node *node; in split_add_child() local
872 struct callchain_cursor_node *node; in append_chain_children() local
931 struct callchain_cursor_node *node; in append_chain() local
1051 struct callchain_cursor_node *node = *cursor->last; in callchain_cursor_append() local
1106 int fill_callchain_info(struct addr_location *al, struct callchain_cursor_node *node, in fill_callchain_info()
[all …]
/Linux-v5.10/lib/
Dtimerqueue.c27 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
63 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
83 struct timerqueue_node *timerqueue_iterate_next(struct timerqueue_node *node) in timerqueue_iterate_next()
/Linux-v5.10/arch/powerpc/kernel/
Dprom.c182 static void __init scan_features(unsigned long node, const unsigned char *ftrs, in scan_features()
221 static void __init check_cpu_pa_features(unsigned long node) in check_cpu_pa_features()
235 static void __init init_mmu_slb_size(unsigned long node) in init_mmu_slb_size()
246 #define init_mmu_slb_size(node) do { } while(0) argument
271 static inline void identical_pvr_fixup(unsigned long node) in identical_pvr_fixup()
290 #define identical_pvr_fixup(node) do { } while(0) argument
293 static void __init check_cpu_feature_properties(unsigned long node) in check_cpu_feature_properties()
308 static int __init early_init_dt_scan_cpus(unsigned long node, in early_init_dt_scan_cpus()
398 static int __init early_init_dt_scan_chosen_ppc(unsigned long node, in early_init_dt_scan_chosen_ppc()
535 static int __init early_init_dt_scan_memory_ppc(unsigned long node, in early_init_dt_scan_memory_ppc()
Dpci_of_scan.c117 static void of_pci_parse_addrs(struct device_node *node, struct pci_dev *dev) in of_pci_parse_addrs()
175 struct pci_dev *of_create_pci_dev(struct device_node *node, in of_create_pci_dev()
252 struct device_node *node = dev->dev.of_node; in of_scan_pci_bridge() local
395 static void __of_scan_bus(struct device_node *node, struct pci_bus *bus, in __of_scan_bus()
428 void of_scan_bus(struct device_node *node, struct pci_bus *bus) in of_scan_bus()
442 void of_rescan_bus(struct device_node *node, struct pci_bus *bus) in of_rescan_bus()
/Linux-v5.10/include/linux/
Dslab.h416 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
421 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
438 int node, size_t size) in kmem_cache_alloc_node_trace()
457 int node, size_t size) in kmem_cache_alloc_node_trace()
560 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
619 int node) in kmalloc_array_node()
630 static inline void *kcalloc_node(size_t n, size_t size, gfp_t flags, int node) in kcalloc_node()
638 #define kmalloc_node_track_caller(size, flags, node) \ argument
644 #define kmalloc_node_track_caller(size, flags, node) \ argument
673 static inline void *kzalloc_node(size_t size, gfp_t flags, int node) in kzalloc_node()
Dnode.h84 struct node { struct
89 struct work_struct node_work; argument
98 extern struct node *node_devices[]; argument
/Linux-v5.10/drivers/net/wireguard/selftest/
Dallowedips.c31 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node()
111 struct horrible_allowedips_node *node; in horrible_allowedips_free() local
139 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self()
152 horrible_match_v4(const struct horrible_allowedips_node *node, in horrible_match_v4()
159 horrible_match_v6(const struct horrible_allowedips_node *node, in horrible_match_v6()
173 struct horrible_allowedips_node *node) in horrible_insert_ordered()
204 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), in horrible_allowedips_insert_v4() local
222 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), in horrible_allowedips_insert_v6() local
240 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local
258 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local
/Linux-v5.10/fs/xfs/libxfs/
Dxfs_iext_tree.c161 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_first_leaf() local
179 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_last_leaf() local
277 struct xfs_iext_node *node, in xfs_iext_key_cmp()
309 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_find_level() local
330 struct xfs_iext_node *node, in xfs_iext_node_pos()
345 struct xfs_iext_node *node, in xfs_iext_node_insert_pos()
360 struct xfs_iext_node *node, in xfs_iext_node_nr_entries()
401 struct xfs_iext_node *node = kmem_zalloc(NODE_SIZE, KM_NOFS); in xfs_iext_grow() local
433 struct xfs_iext_node *node = ifp->if_u1.if_root; in xfs_iext_update_node() local
456 struct xfs_iext_node *node = *nodep; in xfs_iext_split_node() local
[all …]
/Linux-v5.10/drivers/firmware/efi/
Ddev-path-parser.c34 static long __init parse_acpi_path(const struct efi_dev_path *node, in parse_acpi_path()
72 static long __init parse_pci_path(const struct efi_dev_path *node, in parse_pci_path()
108 static long __init parse_end_path(const struct efi_dev_path *node, in parse_end_path()
159 struct device * __init efi_get_device_by_path(const struct efi_dev_path **node, in efi_get_device_by_path()
/Linux-v5.10/drivers/acpi/acpica/
Ddbcmds.c55 struct acpi_namespace_node *node; in acpi_db_convert_to_node() local
337 struct acpi_namespace_node *node; in acpi_db_unload_acpi_table() local
373 struct acpi_namespace_node *node; in acpi_db_send_notify() local
493 struct acpi_namespace_node *node; in acpi_db_display_template() local
659 acpi_dm_test_resource_conversion(struct acpi_namespace_node *node, char *name) in acpi_dm_test_resource_conversion()
755 struct acpi_namespace_node *node; in acpi_db_device_resources() local
981 struct acpi_namespace_node *node; in acpi_db_display_resources() local
Dnsalloc.c28 struct acpi_namespace_node *node; in acpi_ns_create_node() local
70 void acpi_ns_delete_node(struct acpi_namespace_node *node) in acpi_ns_delete_node()
132 void acpi_ns_remove_node(struct acpi_namespace_node *node) in acpi_ns_remove_node()
192 struct acpi_namespace_node *node, /* New Child */ in acpi_ns_install_node()
Dnsxfeval.c475 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
641 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
833 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
879 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
929 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
Dnsxfobj.c33 struct acpi_namespace_node *node; in acpi_get_type() local
85 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
154 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
/Linux-v5.10/arch/powerpc/platforms/cell/
Dinterrupt.c41 struct device_node *node; member
52 unsigned char node = bits.source >> 4; in iic_pending_to_hwnum() local
207 static int iic_host_match(struct irq_domain *h, struct device_node *node, in iic_host_match()
236 unsigned int node, ext, unit, class; in iic_host_xlate() local
278 struct device_node *node) in init_one_iic()
301 unsigned int node, cascade, found = 0; in setup_iic() local
383 int node = cpu >> 1; in iic_set_interrupt_routing() local
/Linux-v5.10/drivers/clk/sunxi/
Dclk-mod0.c68 static void __init sun4i_a10_mod0_setup(struct device_node *node) in sun4i_a10_mod0_setup()
129 static void __init sun9i_a80_mod0_setup(struct device_node *node) in sun9i_a80_mod0_setup()
147 static void __init sun5i_a13_mbus_setup(struct device_node *node) in sun5i_a13_mbus_setup()
290 static void __init sunxi_mmc_setup(struct device_node *node, in sunxi_mmc_setup()
364 static void __init sun4i_a10_mmc_setup(struct device_node *node) in sun4i_a10_mmc_setup()
372 static void __init sun9i_a80_mmc_setup(struct device_node *node) in sun9i_a80_mmc_setup()
/Linux-v5.10/drivers/pnp/pnpbios/
Dcore.c192 struct pnp_bios_node *node; in pnpbios_get_resources() local
214 struct pnp_bios_node *node; in pnpbios_set_resources() local
239 static void pnpbios_zero_data_stream(struct pnp_bios_node *node) in pnpbios_zero_data_stream()
266 struct pnp_bios_node *node; in pnpbios_disable_resources() local
299 static int __init insert_device(struct pnp_bios_node *node) in insert_device()
351 struct pnp_bios_node *node; in build_devlist() local
/Linux-v5.10/sound/soc/meson/
Dmeson-card-utils.c76 struct device_node *node, in meson_card_parse_dai()
101 struct device_node *node, in meson_card_set_link_name()
115 unsigned int meson_card_parse_daifmt(struct device_node *node, in meson_card_parse_daifmt()
144 struct device_node *node) in meson_card_set_be_link()
185 struct device_node *node, in meson_card_set_fe_link()
216 struct device_node *node = card->dev->of_node; in meson_card_add_links() local
/Linux-v5.10/net/qrtr/
Dqrtr.c167 struct qrtr_node *node = container_of(kref, struct qrtr_node, ref); in __qrtr_node_release() local
193 static struct qrtr_node *qrtr_node_acquire(struct qrtr_node *node) in qrtr_node_acquire()
201 static void qrtr_node_release(struct qrtr_node *node) in qrtr_node_release()
213 static void qrtr_tx_resume(struct qrtr_node *node, struct sk_buff *skb) in qrtr_tx_resume()
251 static int qrtr_tx_wait(struct qrtr_node *node, int dest_node, int dest_port, in qrtr_tx_wait()
312 static void qrtr_tx_flow_failed(struct qrtr_node *node, int dest_node, in qrtr_tx_flow_failed()
329 static int qrtr_node_enqueue(struct qrtr_node *node, struct sk_buff *skb, in qrtr_node_enqueue()
384 struct qrtr_node *node; in qrtr_node_lookup() local
400 static void qrtr_node_assign(struct qrtr_node *node, unsigned int nid) in qrtr_node_assign()
423 struct qrtr_node *node = ep->node; in qrtr_endpoint_post() local
[all …]
/Linux-v5.10/tools/include/linux/
Drbtree.h42 #define RB_EMPTY_NODE(node) \ argument
44 #define RB_CLEAR_NODE(node) \ argument
66 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
129 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached()
138 static inline void rb_erase_cached(struct rb_node *node, in rb_erase_cached()
/Linux-v5.10/fs/hfs/
Dbtree.c139 struct hfs_bnode *node; in hfs_btree_close() local
163 struct hfs_bnode *node; in hfs_btree_write() local
191 struct hfs_bnode *node; in hfs_bmap_new_bmap() local
249 struct hfs_bnode *node, *next_node; in hfs_bmap_alloc() local
321 void hfs_bmap_free(struct hfs_bnode *node) in hfs_bmap_free()
/Linux-v5.10/mm/
Dinterval_tree.c28 void vma_interval_tree_insert_after(struct vm_area_struct *node, in vma_interval_tree_insert_after()
85 void anon_vma_interval_tree_remove(struct anon_vma_chain *node, in anon_vma_interval_tree_remove()
99 anon_vma_interval_tree_iter_next(struct anon_vma_chain *node, in anon_vma_interval_tree_iter_next()
106 void anon_vma_interval_tree_verify(struct anon_vma_chain *node) in anon_vma_interval_tree_verify()
/Linux-v5.10/drivers/infiniband/hw/usnic/
Dusnic_uiom_interval_tree.c42 #define START(node) ((node)->start) argument
43 #define LAST(node) ((node)->last) argument
45 #define MAKE_NODE(node, start, end, ref_cnt, flags, err, err_out) \ argument
55 #define MARK_FOR_ADD(node, list) (list_add_tail(&node->link, list)) argument
57 #define MAKE_NODE_AND_APPEND(node, start, end, ref_cnt, flags, err, \ argument
107 struct usnic_uiom_interval_node *node; in find_intervals_intersection_sorted() local
/Linux-v5.10/arch/c6x/platforms/
Ddscr.c281 static void __init dscr_parse_devstat(struct device_node *node, in dscr_parse_devstat()
293 static void __init dscr_parse_silicon_rev(struct device_node *node, in dscr_parse_silicon_rev()
324 static void __init dscr_parse_mac_fuse(struct device_node *node, in dscr_parse_mac_fuse()
343 static void __init dscr_parse_rmii_resets(struct device_node *node, in dscr_parse_rmii_resets()
365 static void __init dscr_parse_privperm(struct device_node *node, in dscr_parse_privperm()
393 static void __init dscr_parse_locked_regs(struct device_node *node, in dscr_parse_locked_regs()
428 static void __init dscr_parse_kick_regs(struct device_node *node, in dscr_parse_kick_regs()
466 static void __init dscr_parse_devstate_ctl_regs(struct device_node *node, in dscr_parse_devstate_ctl_regs()
522 static void __init dscr_parse_devstate_stat_regs(struct device_node *node, in dscr_parse_devstate_stat_regs()
569 struct device_node *node; in dscr_probe() local

12345678910>>...102