Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 2725) sorted by relevance

12345678910>>...109

/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_device.c560 static int kfd_gws_init(struct kfd_node *node) in kfd_gws_init()
599 static int kfd_init_node(struct kfd_node *node) in kfd_init_node()
672 static void kfd_setup_interrupt_bitmap(struct kfd_node *node, in kfd_setup_interrupt_bitmap()
711 struct kfd_node *node; in kgd2kfd_device_init() local
957 struct kfd_node *node; in kgd2kfd_pre_reset() local
985 struct kfd_node *node; in kgd2kfd_post_reset() local
1018 struct kfd_node *node; in kgd2kfd_suspend() local
1064 static int kfd_resume(struct kfd_node *node) in kfd_resume()
1083 struct kfd_node *node; in kgd2kfd_interrupt() local
1246 int kfd_gtt_sa_allocate(struct kfd_node *node, unsigned int size, in kfd_gtt_sa_allocate()
[all …]
/linux-6.14.4/kernel/gcov/
Dfs.c255 static struct gcov_info *get_node_info(struct gcov_node *node) in get_node_info()
267 static struct gcov_info *get_accumulated_info(struct gcov_node *node) in get_accumulated_info()
290 struct gcov_node *node = inode->i_private; in gcov_seq_open() local
350 struct gcov_node *node; in get_node_by_name() local
365 static void reset_node(struct gcov_node *node) in reset_node()
387 struct gcov_node *node; in gcov_seq_write() local
476 static void add_links(struct gcov_node *node, struct dentry *parent) in add_links()
520 static void init_node(struct gcov_node *node, struct gcov_info *info, in init_node()
542 struct gcov_node *node; in new_node() local
574 static void remove_links(struct gcov_node *node) in remove_links()
[all …]
/linux-6.14.4/drivers/gpu/drm/
Ddrm_vma_manager.c144 struct drm_mm_node *node, *best; in drm_vma_offset_lookup_locked() local
202 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add()
230 struct drm_vma_offset_node *node) in drm_vma_offset_remove()
243 static int vma_node_allow(struct drm_vma_offset_node *node, in vma_node_allow()
313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow_once()
357 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke()
398 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
Ddrm_mm.c107 static noinline void save_stack(struct drm_mm_node *node) in save_stack()
120 struct drm_mm_node *node; in show_leaks() local
145 static void save_stack(struct drm_mm_node *node) { } in save_stack()
149 #define START(node) ((node)->start) argument
150 #define LAST(node) ((node)->start + (node)->size - 1) argument
165 struct drm_mm_node *node) in drm_mm_interval_tree_add_node()
221 struct drm_mm_node *node) in insert_hole_size()
266 static void add_hole(struct drm_mm_node *node) in add_hole()
281 static void rm_hole(struct drm_mm_node *node) in rm_hole()
311 struct drm_mm_node *node = in best_hole() local
[all …]
/linux-6.14.4/arch/x86/platform/olpc/
Dolpc_dt.c22 static phandle __init olpc_dt_getsibling(phandle node) in olpc_dt_getsibling()
36 static phandle __init olpc_dt_getchild(phandle node) in olpc_dt_getchild()
52 static int __init olpc_dt_getproplen(phandle node, const char *prop) in olpc_dt_getproplen()
69 static int __init olpc_dt_getproperty(phandle node, const char *prop, in olpc_dt_getproperty()
90 static int __init olpc_dt_nextprop(phandle node, char *prev, char *buf) in olpc_dt_nextprop()
107 static int __init olpc_dt_pkg2path(phandle node, char *buf, in olpc_dt_pkg2path()
164 phandle node; in olpc_dt_finddevice() local
199 phandle node; in olpc_dt_get_board_revision() local
215 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
235 phandle node; in olpc_dt_fixup() local
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_scheduler.c19 node_to_request(const struct i915_sched_node *node) in node_to_request()
24 static inline bool node_started(const struct i915_sched_node *node) in node_started()
29 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled()
129 lock_sched_engine(struct i915_sched_node *node, in lock_sched_engine()
155 static void __i915_schedule(struct i915_sched_node *node, in __i915_schedule()
194 struct i915_sched_node *node = dep->signaler; in __i915_schedule() local
296 void i915_sched_node_init(struct i915_sched_node *node) in i915_sched_node_init()
305 void i915_sched_node_reinit(struct i915_sched_node *node) in i915_sched_node_reinit()
328 bool __i915_sched_node_add_dependency(struct i915_sched_node *node, in __i915_sched_node_add_dependency()
357 int i915_sched_node_add_dependency(struct i915_sched_node *node, in i915_sched_node_add_dependency()
[all …]
/linux-6.14.4/net/hsr/
Dhsr_framereg.c72 struct hsr_node *node; in find_node_by_addr_A() local
130 struct hsr_node *node; in hsr_del_nodes() local
138 struct hsr_node *node) in prp_handle_san_frame()
160 struct hsr_node *new_node, *node; in hsr_add_node() local
202 void prp_update_san_info(struct hsr_node *node, bool is_sup) in prp_update_san_info()
218 struct hsr_node *node; in hsr_get_node() local
412 void hsr_addr_subst_source(struct hsr_node *node, struct sk_buff *skb) in hsr_addr_subst_source()
462 void hsr_register_frame_in(struct hsr_node *node, struct hsr_port *port, in hsr_register_frame_in()
485 int hsr_register_frame_out(struct hsr_port *port, struct hsr_node *node, in hsr_register_frame_out()
503 struct hsr_node *node) in get_late_port()
[all …]
/linux-6.14.4/scripts/dtc/
Ddtc.h217 struct node { struct
221 struct node *children; argument
223 struct node *parent; argument
224 struct node *next_sibling; argument
226 char *fullpath;
227 int basenamelen;
229 cell_t phandle;
230 int addr_cells, size_cells;
232 struct label *labels;
233 const struct bus_type *bus;
[all …]
/linux-6.14.4/tools/lib/
Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
423 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
433 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
438 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
453 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
486 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
517 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
561 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
573 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/linux-6.14.4/include/asm-generic/
Dtopology.h38 #define set_numa_node(node) argument
41 #define set_cpu_numa_node(cpu, node) argument
49 #define cpumask_of_node(node) ((node) == 0 ? cpu_online_mask : cpu_none_mask) argument
51 #define cpumask_of_node(node) ((void)(node), cpu_online_mask) argument
69 #define set_numa_mem(node) argument
72 #define set_cpu_numa_mem(cpu, node) argument
/linux-6.14.4/drivers/acpi/arm64/
Diort.c83 struct acpi_iort_node *node) in iort_get_fwnode()
105 static inline void iort_delete_fwnode(struct acpi_iort_node *node) in iort_delete_fwnode()
261 static acpi_status iort_match_node_callback(struct acpi_iort_node *node, in iort_match_node_callback()
370 static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node, in iort_node_get_id()
410 static int iort_get_id_mapping_index(struct acpi_iort_node *node) in iort_get_id_mapping_index()
455 static struct acpi_iort_node *iort_node_map_id(struct acpi_iort_node *node, in iort_node_map_id()
522 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id()
553 struct acpi_iort_node *node; in iort_find_dev_node() local
586 struct acpi_iort_node *node; in iort_msi_map_id() local
607 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local
[all …]
/linux-6.14.4/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()
178 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached()
206 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add()
234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add()
270 struct rb_node *node = tree->rb_node; in rb_find() local
298 struct rb_node *node = tree->rb_node; in rb_find_first() local
[all …]
/linux-6.14.4/lib/
Dxarray.c80 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks()
85 static inline bool node_get_mark(struct xa_node *node, in node_get_mark()
92 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark()
99 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark()
105 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark()
110 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all()
145 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset()
205 struct xa_node *node) in xas_descend()
242 struct xa_node *node = xa_to_node(entry); in xas_load() local
256 static void xa_node_free(struct xa_node *node) in xa_node_free()
[all …]
Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
424 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
434 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
440 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
456 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
492 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
524 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
592 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
604 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
Drbtree_test.c32 static void insert(struct test_node *node, struct rb_root_cached *root) in insert()
49 static void insert_cached(struct test_node *node, struct rb_root_cached *root) in insert_cached()
69 static inline void erase(struct test_node *node, struct rb_root_cached *root) in erase()
74 static inline void erase_cached(struct test_node *node, struct rb_root_cached *root) in erase_cached()
80 #define NODE_VAL(node) ((node)->val) argument
109 static void insert_augmented_cached(struct test_node *node, in insert_augmented_cached()
138 static void erase_augmented(struct test_node *node, struct rb_root_cached *root) in erase_augmented()
143 static void erase_augmented_cached(struct test_node *node, in erase_augmented_cached()
198 struct test_node *node = rb_entry(rb, struct test_node, rb); in check() local
224 struct test_node *node = rb_entry(rb, struct test_node, rb); in check_augmented() local
[all …]
/linux-6.14.4/include/linux/
Dof_graph.h90 static inline bool of_graph_is_present(const struct device_node *node) in of_graph_is_present()
95 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
112 struct device_node *node, u32 id) in of_graph_get_port_by_id()
145 const struct device_node *node) in of_graph_get_remote_endpoint()
151 struct device_node *node) in of_graph_get_port_parent()
157 const struct device_node *node) in of_graph_get_remote_port_parent()
163 const struct device_node *node) in of_graph_get_remote_port()
168 const struct device_node *node, in of_graph_get_remote_node()
Drbtree_latch.h41 struct rb_node node[2]; member
70 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb()
81 struct rb_node *node = &ltn->node[idx]; in __lt_insert() local
107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find()
109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local
144 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert()
172 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase()
205 struct latch_tree_node *node; in latch_tree_find() local
Dnodemask.h128 #define node_set(node, dst) __node_set((node), &(dst)) argument
129 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
134 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
135 static __always_inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
153 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
155 #define node_test_and_set(node, nodemask) \ argument
157 static __always_inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
280 static __always_inline unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in()
289 static __always_inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
295 #define nodemask_of_node(node) \ argument
[all …]
/linux-6.14.4/drivers/gpu/drm/sun4i/
Dsun4i_drv.c154 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector()
159 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend()
170 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu()
175 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend()
183 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon()
188 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0()
204 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top()
236 struct device_node *node, in sun4i_drv_traverse_endpoints()
296 struct device_node *node) in sun4i_drv_add_endpoints()
/linux-6.14.4/kernel/bpf/
Dpercpu_freelist.c31 struct pcpu_freelist_node *node) in pcpu_freelist_push_node()
38 struct pcpu_freelist_node *node) in ___pcpu_freelist_push()
46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra()
57 struct pcpu_freelist_node *node) in ___pcpu_freelist_push_nmi()
81 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
90 struct pcpu_freelist_node *node) in pcpu_freelist_push()
124 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop() local
156 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop_nmi() local
/linux-6.14.4/drivers/clk/sunxi/
Dclk-usb.c91 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup()
175 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup()
186 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup()
197 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup()
208 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup()
220 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup()
234 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup()
248 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
/linux-6.14.4/scripts/gdb/linux/
Drbtree.py13 def inorder(node): argument
57 def rb_parent(node): argument
62 def rb_empty_node(node): argument
66 def rb_next(node): argument
89 def rb_prev(node): argument
161 def invoke(self, node): argument
181 def invoke(self, node): argument
/linux-6.14.4/drivers/acpi/acpica/
Dnsobject.c37 acpi_ns_attach_object(struct acpi_namespace_node *node, in acpi_ns_attach_object()
168 void acpi_ns_detach_object(struct acpi_namespace_node *node) in acpi_ns_detach_object()
247 acpi_namespace_node in acpi_ns_get_attached_object()
313 acpi_ns_attach_data(struct acpi_namespace_node *node, in acpi_ns_attach_data()
370 acpi_ns_detach_data(struct acpi_namespace_node *node, in acpi_ns_detach_data()
415 acpi_ns_get_attached_data(struct acpi_namespace_node *node, in acpi_ns_get_attached_data()
Ddsargs.c43 acpi_ds_execute_arguments(struct acpi_namespace_node *node, in acpi_ds_execute_arguments()
149 struct acpi_namespace_node *node; in acpi_ds_get_buffer_field_arguments() local
194 struct acpi_namespace_node *node; in acpi_ds_get_bank_field_arguments() local
244 struct acpi_namespace_node *node; in acpi_ds_get_buffer_arguments() local
288 struct acpi_namespace_node *node; in acpi_ds_get_package_arguments() local
334 struct acpi_namespace_node *node; in acpi_ds_get_region_arguments() local
/linux-6.14.4/arch/powerpc/platforms/cell/spufs/
Dsched.c139 int node; in spu_update_sched_info() local
155 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed()
167 static int node_allowed(struct spu_context *ctx, int node) in node_allowed()
180 int node; in do_notify_spus_active() local
292 int node, n; in aff_ref_location() local
363 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location()
556 int node, n; in spu_get_idle() local
615 int node, n; in find_victim() local
701 int node = spu->node; in __spu_schedule() local
747 int node = spu->node; in spu_unschedule() local
[all …]

12345678910>>...109