| /Linux-v5.4/drivers/gpu/drm/ |
| 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 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() 238 struct drm_mm_node *node) in insert_hole_size() 258 static void add_hole(struct drm_mm_node *node) in add_hole() 272 static void rm_hole(struct drm_mm_node *node) in rm_hole() 305 struct drm_mm_node *node = in best_hole() local [all …]
|
| 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() 263 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow() 325 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke() 366 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
|
| /Linux-v5.4/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 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 …]
|
| D | xarray.c | 77 static inline unsigned long *node_marks(struct xa_node *node, xa_mark_t mark) in node_marks() 82 static inline bool node_get_mark(struct xa_node *node, in node_get_mark() 89 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark() 96 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark() 102 static inline bool node_any_mark(struct xa_node *node, xa_mark_t mark) in node_any_mark() 107 static inline void node_mark_all(struct xa_node *node, xa_mark_t mark) in node_mark_all() 141 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() 200 static void *xas_descend(struct xa_state *xas, struct xa_node *node) in xas_descend() 235 struct xa_node *node = xa_to_node(entry); in xas_load() local 253 static void xa_node_free(struct xa_node *node) in xa_node_free() [all …]
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | kasan_init.c | 34 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page() 47 static phys_addr_t __init kasan_alloc_raw_page(int node) in kasan_alloc_raw_page() 60 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, in kasan_pte_offset() 74 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, in kasan_pmd_offset() 87 static pud_t *__init kasan_pud_offset(pgd_t *pgdp, unsigned long addr, int node, in kasan_pud_offset() 101 unsigned long end, int node, bool early) in kasan_pte_populate() 118 unsigned long end, int node, bool early) in kasan_pmd_populate() 130 unsigned long end, int node, bool early) in kasan_pud_populate() 142 int node, bool early) in kasan_pgd_populate() 168 int node) in kasan_map_populate()
|
| /Linux-v5.4/include/linux/ |
| D | topology.h | 39 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 42 #define for_each_node_with_cpus(node) \ argument 100 static inline void set_numa_node(int node) in set_numa_node() 107 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 136 static inline void set_numa_mem(int node) in set_numa_mem() 144 static inline int node_to_mem_node(int node) in node_to_mem_node() 166 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem() 184 static inline int node_to_mem_node(int node) in node_to_mem_node()
|
| D | reset.h | 83 struct device_node *node, in __of_reset_control_get() 229 struct device_node *node, const char *id) in of_reset_control_get_exclusive() 254 struct device_node *node, const char *id) in of_reset_control_get_shared() 271 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index() 299 struct device_node *node, int index) in of_reset_control_get_shared_by_index() 412 struct device_node *node, const char *id) in of_reset_control_get() 418 struct device_node *node, int index) in of_reset_control_get_by_index() 470 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive() 476 of_reset_control_array_get_exclusive_released(struct device_node *node) in of_reset_control_array_get_exclusive_released() 482 of_reset_control_array_get_shared(struct device_node *node) in of_reset_control_array_get_shared() [all …]
|
| D | nodemask.h | 127 #define node_set(node, dst) __node_set((node), &(dst)) argument 128 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 134 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 154 #define node_test_and_set(node, nodemask) \ argument 156 static inline int __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 281 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node() 287 #define nodemask_of_node(node) \ argument 378 #define for_each_node_mask(node, mask) \ argument [all …]
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_scheduler.c | 23 node_to_request(const struct i915_sched_node *node) in node_to_request() 28 static inline bool node_started(const struct i915_sched_node *node) in node_started() 33 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled() 149 sched_lock_engine(const struct i915_sched_node *node, in sched_lock_engine() 230 static void __i915_schedule(struct i915_sched_node *node, in __i915_schedule() 272 struct i915_sched_node *node = dep->signaler; in __i915_schedule() local 367 static void __bump_priority(struct i915_sched_node *node, unsigned int bump) in __bump_priority() 388 void i915_sched_node_init(struct i915_sched_node *node) in i915_sched_node_init() 410 bool __i915_sched_node_add_dependency(struct i915_sched_node *node, in __i915_sched_node_add_dependency() 450 int i915_sched_node_add_dependency(struct i915_sched_node *node, in i915_sched_node_add_dependency() [all …]
|
| D | i915_active.c | 32 struct rb_node node; member 49 static inline struct llist_node *barrier_to_ll(struct active_node *node) in barrier_to_ll() 56 __barrier_to_engine(struct active_node *node) in __barrier_to_engine() 62 barrier_to_engine(struct active_node *node) in barrier_to_engine() 176 struct active_node *node, *prealloc; in active_instance() local 252 struct active_node *node, in ____active_del_barrier() 294 __active_del_barrier(struct i915_active *ref, struct active_node *node) in __active_del_barrier() 486 static inline bool is_idle_barrier(struct active_node *node, u64 idx) in is_idle_barrier() 516 struct active_node *node = in reuse_idle_barrier() local 536 struct active_node *node = in reuse_idle_barrier() local [all …]
|
| /Linux-v5.4/drivers/acpi/arm64/ |
| D | iort.c | 80 struct acpi_iort_node *node) in iort_get_fwnode() 102 static inline void iort_delete_fwnode(struct acpi_iort_node *node) in iort_delete_fwnode() 258 static acpi_status iort_match_node_callback(struct acpi_iort_node *node, in iort_match_node_callback() 325 static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node, in iort_node_get_id() 361 static int iort_get_id_mapping_index(struct acpi_iort_node *node) in iort_get_id_mapping_index() 397 static struct acpi_iort_node *iort_node_map_id(struct acpi_iort_node *node, in iort_node_map_id() 460 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id() 491 struct acpi_iort_node *node; in iort_find_dev_node() local 528 struct acpi_iort_node *node; in iort_msi_map_rid() local 549 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local [all …]
|
| /Linux-v5.4/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()
|
| /Linux-v5.4/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-v5.4/arch/x86/mm/ |
| D | pat_rbtree.c | 39 static int is_node_overlap(struct memtype *node, u64 start, u64 end) in is_node_overlap() 47 static u64 get_subtree_max_end(struct rb_node *node) in get_subtree_max_end() 57 #define NODE_END(node) ((node)->end) argument 66 struct rb_node *node = root->rb_node; in RB_DECLARE_CALLBACKS_MAX() local 100 struct rb_node *node; in memtype_rb_match() local 125 struct rb_node *node; in memtype_rb_check_conflict() local 168 struct rb_node **node = &(root->rb_node); in memtype_rb_insert() local 251 struct rb_node *node; in rbt_memtype_copy_nth_element() local
|
| /Linux-v5.4/include/drm/ |
| D | drm_vma_manager.h | 99 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.4/drivers/interconnect/ |
| D | core.c | 38 struct icc_node *node; member 105 struct icc_node *node = dst; in path_init() local 131 struct icc_node *n, *node = NULL; in path_find() local 200 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 284 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 434 struct icc_node *node; in icc_set_bw() local 528 struct icc_node *node; in icc_put() local 554 struct icc_node *node; in icc_node_create_nolock() local 585 struct icc_node *node; in icc_node_create() local 603 struct icc_node *node; in icc_node_destroy() local [all …]
|
| /Linux-v5.4/scripts/gdb/linux/ |
| D | rbtree.py | 45 def rb_parent(node): argument 50 def rb_empty_node(node): argument 54 def rb_next(node): argument 77 def rb_prev(node): argument 149 def invoke(self, node): argument 169 def invoke(self, node): argument
|
| /Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
| D | sched.c | 139 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 296 int node, n; in aff_ref_location() local 368 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location() 562 int node, n; in spu_get_idle() local 621 int node, n; in find_victim() local 707 int node = spu->node; in __spu_schedule() local 753 int node = spu->node; in spu_unschedule() local [all …]
|
| /Linux-v5.4/fs/ocfs2/cluster/ |
| D | quorum.c | 164 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold() 176 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold() 197 void o2quo_hb_up(u8 node) in o2quo_hb_up() 221 void o2quo_hb_down(u8 node) in o2quo_hb_down() 246 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up() 265 void o2quo_conn_up(u8 node) in o2quo_conn_up() 291 void o2quo_conn_err(u8 node) in o2quo_conn_err()
|
| /Linux-v5.4/drivers/net/wireless/quantenna/qtnfmac/ |
| D | util.c | 19 struct qtnf_sta_node *node; in qtnf_sta_list_lookup() local 35 struct qtnf_sta_node *node; in qtnf_sta_list_lookup_index() local 52 struct qtnf_sta_node *node; in qtnf_sta_list_add() local 78 struct qtnf_sta_node *node; in qtnf_sta_list_del() local 96 struct qtnf_sta_node *node, *tmp; in qtnf_sta_list_free() local
|
| /Linux-v5.4/drivers/infiniband/hw/hfi1/ |
| D | mmu_rb.c | 85 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start() 90 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last() 132 struct rb_node *node; in hfi1_mmu_rb_unregister() local 164 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local 193 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local 216 struct mmu_rb_node *node; in hfi1_mmu_rb_remove_unless_exact() local 271 struct mmu_rb_node *node) in hfi1_mmu_rb_remove() 291 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local 325 struct mmu_rb_node *node; in do_remove() local
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_pool.c | 35 static void node_free(struct intel_engine_pool_node *node) in node_free() 44 struct intel_engine_pool_node *node = in pool_active() local 66 struct intel_engine_pool_node *node = in pool_retire() local 88 struct intel_engine_pool_node *node; in node_create() local 115 struct intel_engine_pool_node *node; in intel_engine_pool_get() local 164 struct intel_engine_pool_node *node, *nn; in intel_engine_pool_park() local
|
| /Linux-v5.4/drivers/i2c/ |
| D | i2c-core-of.c | 22 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info() 65 struct device_node *node) in of_i2c_register_device() 87 struct device_node *bus, *node; in of_i2c_register_devices() local 128 struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node() 146 struct i2c_adapter *of_find_i2c_adapter_by_node(struct device_node *node) in of_find_i2c_adapter_by_node() 165 struct i2c_adapter *of_get_i2c_adapter_by_node(struct device_node *node) in of_get_i2c_adapter_by_node()
|