| /Linux-v6.6/kernel/gcov/ |
| D | fs.c | 255 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-v6.6/arch/ia64/mm/ |
| D | discontig.c | 55 #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-v6.6/drivers/gpu/drm/ |
| D | drm_vma_manager.c | 144 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()
|
| D | drm_mm.c | 107 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-v6.6/arch/x86/platform/olpc/ |
| D | olpc_dt.c | 22 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-v6.6/drivers/gpu/drm/i915/ |
| D | i915_scheduler.c | 19 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-v6.6/lib/ |
| D | xarray.c | 80 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() 144 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() 203 static void *xas_descend(struct xa_state *xas, struct xa_node *node) in xas_descend() 240 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 …]
|
| D | rbtree.c | 85 __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()
|
| D | rbtree_test.c | 32 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-v6.6/include/asm-generic/ |
| D | topology.h | 38 #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-v6.6/scripts/dtc/ |
| D | dtc.h | 217 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-v6.6/tools/lib/ |
| D | rbtree.c | 85 __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-v6.6/drivers/gpu/drm/sun4i/ |
| D | sun4i_drv.c | 153 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector() 158 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend() 169 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu() 174 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend() 182 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon() 187 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0() 203 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top() 235 struct device_node *node, in sun4i_drv_traverse_endpoints() 295 struct device_node *node) in sun4i_drv_add_endpoints()
|
| /Linux-v6.6/tools/include/linux/ |
| D | rbtree.h | 42 #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-v6.6/net/hsr/ |
| D | hsr_framereg.c | 64 struct hsr_node *node; in find_node_by_addr_A() local 114 struct hsr_node *node; in hsr_del_nodes() local 122 struct hsr_node *node) in prp_handle_san_frame() 144 struct hsr_node *new_node, *node; in hsr_add_node() local 186 void prp_update_san_info(struct hsr_node *node, bool is_sup) in prp_update_san_info() 202 struct hsr_node *node; in hsr_get_node() local 383 void hsr_addr_subst_source(struct hsr_node *node, struct sk_buff *skb) in hsr_addr_subst_source() 429 void hsr_register_frame_in(struct hsr_node *node, struct hsr_port *port, in hsr_register_frame_in() 452 int hsr_register_frame_out(struct hsr_port *port, struct hsr_node *node, in hsr_register_frame_out() 470 struct hsr_node *node) in get_late_port() [all …]
|
| /Linux-v6.6/include/linux/ |
| D | rbtree_latch.h | 41 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 = <n->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
|
| D | nodemask.h | 128 #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 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 inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 280 static inline unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in() 289 static 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-v6.6/drivers/acpi/arm64/ |
| D | iort.c | 83 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-v6.6/arch/arm64/mm/ |
| D | kasan_init.c | 35 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() 62 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, in kasan_pte_offset() 76 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, in kasan_pmd_offset() 89 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, in kasan_pud_offset() 103 unsigned long end, int node, bool early) in kasan_pte_populate() 120 unsigned long end, int node, bool early) in kasan_pmd_populate() 132 unsigned long end, int node, bool early) in kasan_pud_populate() 144 unsigned long end, int node, bool early) in kasan_p4d_populate() 156 int node, bool early) in kasan_pgd_populate() [all …]
|
| /Linux-v6.6/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_device.c | 490 static int kfd_gws_init(struct kfd_node *node) in kfd_gws_init() 527 static int kfd_init_node(struct kfd_node *node) in kfd_init_node() 592 static void kfd_setup_interrupt_bitmap(struct kfd_node *node, in kfd_setup_interrupt_bitmap() 631 struct kfd_node *node; in kgd2kfd_device_init() local 874 struct kfd_node *node; in kgd2kfd_pre_reset() local 903 struct kfd_node *node; in kgd2kfd_post_reset() local 936 struct kfd_node *node; in kgd2kfd_suspend() local 987 static int kfd_resume(struct kfd_node *node) in kfd_resume() 1021 struct kfd_node *node; in kgd2kfd_interrupt() local 1184 int kfd_gtt_sa_allocate(struct kfd_node *node, unsigned int size, in kfd_gtt_sa_allocate() [all …]
|
| /Linux-v6.6/kernel/trace/ |
| D | rethook.c | 24 struct llist_node *node; in rethook_flush_task() local 40 struct freelist_node *node; in rethook_free_rcu() local 120 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node() 129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() local 143 void rethook_recycle(struct rethook_node *node) in rethook_recycle() 202 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() 214 struct llist_node *node = *cur; in __rethook_find_ret_addr() local 287 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
|
| /Linux-v6.6/kernel/bpf/ |
| D | percpu_freelist.c | 31 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-v6.6/drivers/clk/sunxi/ |
| D | clk-usb.c | 88 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-v6.6/drivers/acpi/acpica/ |
| D | dsargs.c | 43 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
|
| D | nsobject.c | 37 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()
|