Home
last modified time | relevance | path

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

12345678910>>...100

/Linux-v5.15/kernel/trace/
Dtrace_boot.c25 trace_boot_set_instance_options(struct trace_array *tr, struct xbc_node *node) in trace_boot_set_instance_options()
83 trace_boot_enable_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_enable_events()
102 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
130 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
139 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
167 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
301 struct xbc_node *node; in trace_boot_hist_add_handlers() local
348 struct xbc_node *node, *knode; in trace_boot_compose_hist_cmd() local
422 struct xbc_node *node; in trace_boot_init_histograms() local
514 trace_boot_init_events(struct trace_array *tr, struct xbc_node *node) in trace_boot_init_events()
[all …]
/Linux-v5.15/drivers/acpi/arm64/
Diort.c82 struct acpi_iort_node *node) in iort_get_fwnode()
104 static inline void iort_delete_fwnode(struct acpi_iort_node *node) in iort_delete_fwnode()
260 static acpi_status iort_match_node_callback(struct acpi_iort_node *node, in iort_match_node_callback()
369 static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node, in iort_node_get_id()
405 static int iort_get_id_mapping_index(struct acpi_iort_node *node) in iort_get_id_mapping_index()
446 static struct acpi_iort_node *iort_node_map_id(struct acpi_iort_node *node, in iort_node_map_id()
513 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id()
544 struct acpi_iort_node *node; in iort_find_dev_node() local
577 struct acpi_iort_node *node; in iort_msi_map_id() local
598 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local
[all …]
/Linux-v5.15/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-v5.15/arch/ia64/mm/
Ddiscontig.c55 #define NODEDATA_ALIGN(addr, node) \ argument
72 int node) in build_node_maps()
98 static int early_nr_cpus_node(int node) in early_nr_cpus_node()
113 static unsigned long compute_pernodesize(int node) in compute_pernodesize()
136 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup()
189 int node, prev_node, unit, nr_units; in setup_per_cpu_areas() local
259 static void __init fill_pernode(int node, unsigned long pernode, in fill_pernode()
314 int node) in find_pernode_space()
357 int node; in reserve_pernode_space() local
373 int node; in scatter_node_data() local
[all …]
/Linux-v5.15/scripts/dtc/
Ddtc.h181 struct node { struct
185 struct node *children; argument
187 struct node *parent; argument
188 struct node *next_sibling; argument
190 char *fullpath;
191 int basenamelen;
193 cell_t phandle;
194 int addr_cells, size_cells;
196 struct label *labels;
197 const struct bus_type *bus;
[all …]
/Linux-v5.15/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-v5.15/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()
168 phandle node; in olpc_dt_finddevice() local
203 phandle node; in olpc_dt_get_board_revision() local
219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
239 phandle node; in olpc_dt_fixup() local
/Linux-v5.15/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-v5.15/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-v5.15/drivers/infiniband/hw/hfi1/
Dmmu_rb.c33 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start()
38 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last()
79 struct rb_node *node; in hfi1_mmu_rb_unregister() local
111 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local
145 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local
168 struct mmu_rb_node *node; in hfi1_mmu_rb_remove_unless_exact() local
229 struct mmu_rb_node *node) in hfi1_mmu_rb_remove()
252 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local
286 struct mmu_rb_node *node; in do_remove() local
/Linux-v5.15/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-v5.15/lib/
Dxarray.c78 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks()
83 static inline bool node_get_mark(struct xa_node *node, in node_get_mark()
90 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark()
97 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark()
103 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark()
108 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all()
142 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset()
201 static void *xas_descend(struct xa_state *xas, struct xa_node *node) in xas_descend()
236 struct xa_node *node = xa_to_node(entry); in xas_load() local
254 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-v5.15/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()
83 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
92 struct pcpu_freelist_node *node) in pcpu_freelist_push()
127 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop() local
161 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop_nmi() local
/Linux-v5.15/include/linux/
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()
171 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase()
203 struct latch_tree_node *node; in latch_tree_find() local
Dbootconfig.h70 static inline __init bool xbc_node_is_value(struct xbc_node *node) in xbc_node_is_value()
81 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key()
92 static inline __init bool xbc_node_is_array(struct xbc_node *node) in xbc_node_is_array()
106 static inline __init bool xbc_node_is_leaf(struct xbc_node *node) in xbc_node_is_leaf()
161 static inline struct xbc_node * __init xbc_node_get_subkey(struct xbc_node *node) in xbc_node_get_subkey()
224 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument
238 #define xbc_node_for_each_key_value(node, knode, value) \ argument
267 static inline int __init xbc_node_compose_key(struct xbc_node *node, in xbc_node_compose_key()
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun4i_drv.c148 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector()
153 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend()
164 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu()
169 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend()
177 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon()
182 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0()
198 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top()
239 struct device_node *node, in sun4i_drv_traverse_endpoints()
299 struct device_node *node) in sun4i_drv_add_endpoints()
/Linux-v5.15/arch/arm64/mm/
Dkasan_init.c35 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page()
48 static phys_addr_t __init kasan_alloc_raw_page(int node) in kasan_alloc_raw_page()
61 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, in kasan_pte_offset()
75 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, in kasan_pmd_offset()
88 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, in kasan_pud_offset()
102 unsigned long end, int node, bool early) in kasan_pte_populate()
119 unsigned long end, int node, bool early) in kasan_pmd_populate()
131 unsigned long end, int node, bool early) in kasan_pud_populate()
143 unsigned long end, int node, bool early) in kasan_p4d_populate()
155 int node, bool early) in kasan_pgd_populate()
[all …]
/Linux-v5.15/drivers/acpi/acpica/
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
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()
/Linux-v5.15/drivers/clk/sunxi/
Dclk-usb.c88 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup()
172 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup()
183 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup()
194 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup()
205 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup()
217 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup()
231 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup()
245 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
/Linux-v5.15/drivers/gpu/drm/
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
148 static void save_stack(struct drm_mm_node *node) { } in save_stack()
152 #define START(node) ((node)->start) argument
153 #define LAST(node) ((node)->start + (node)->size - 1) argument
168 struct drm_mm_node *node) in drm_mm_interval_tree_add_node()
224 struct drm_mm_node *node) in insert_hole_size()
269 static void add_hole(struct drm_mm_node *node) in add_hole()
284 static void rm_hole(struct drm_mm_node *node) in rm_hole()
314 struct drm_mm_node *node = in best_hole() local
[all …]
/Linux-v5.15/include/drm/
Ddrm_vma_manager.h99 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local
147 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset()
168 static inline unsigned long drm_vma_node_start(const struct drm_vma_offset_node *node) in drm_vma_node_start()
185 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size()
202 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr()
219 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap()
240 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
/Linux-v5.15/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
364 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location()
557 int node, n; in spu_get_idle() local
616 int node, n; in find_victim() local
702 int node = spu->node; in __spu_schedule() local
748 int node = spu->node; in spu_unschedule() local
[all …]

12345678910>>...100