Home
last modified time | relevance | path

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

12345678910>>...90

/linux/scripts/dtc/
H A 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/drivers/acpi/arm64/
H A 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/drivers/gpu/drm/i915/
H A 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/tools/lib/
H A Drbtree.c85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() argument
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; ____rb_erase_color() local
423 dummy_propagate(struct rb_node * node,struct rb_node * stop) dummy_propagate() argument
433 rb_insert_color(struct rb_node * node,struct rb_root * root) rb_insert_color() argument
438 rb_erase(struct rb_node * node,struct rb_root * root) rb_erase() argument
453 __rb_insert_augmented(struct rb_node * node,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) __rb_insert_augmented() argument
486 rb_next(const struct rb_node * node) rb_next() argument
517 rb_prev(const struct rb_node * node) rb_prev() argument
561 rb_left_deepest_node(const struct rb_node * node) rb_left_deepest_node() argument
573 rb_next_postorder(const struct rb_node * node) rb_next_postorder() argument
[all...]
/linux/tools/include/linux/
H A 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/lib/
H A 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()
/linux/include/asm-generic/
H A 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/drivers/gpu/drm/sun4i/
H A 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/kernel/bpf/
H A Dpercpu_freelist.c31 node->next = head->first; in pcpu_freelist_push_node() argument
46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra() argument
38 ___pcpu_freelist_push(struct pcpu_freelist_head * head,struct pcpu_freelist_node * node) ___pcpu_freelist_push() argument
57 ___pcpu_freelist_push_nmi(struct pcpu_freelist * s,struct pcpu_freelist_node * node) ___pcpu_freelist_push_nmi() argument
81 __pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) __pcpu_freelist_push() argument
90 pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) pcpu_freelist_push() argument
124 struct pcpu_freelist_node *node; ___pcpu_freelist_pop() local
156 struct pcpu_freelist_node *node; ___pcpu_freelist_pop_nmi() local
[all...]
/linux/fs/btrfs/
H A Dulist.c66 struct ulist_node *node; in ulist_release() local
132 static int ulist_node_val_key_cmp(const void *key, const struct rb_node *node) in ulist_node_val_key_cmp()
147 struct rb_node *node; in ulist_rbtree_search() local
153 static void ulist_rbtree_erase(struct ulist *ulist, struct ulist_node *node) in ulist_rbtree_erase()
171 struct rb_node *node; in ulist_rbtree_insert() local
209 struct ulist_node *node; in ulist_add_merge() local
251 struct ulist_node *node; in ulist_del() local
285 struct ulist_node *node; in ulist_next() local
H A Ddelayed-inode.c72 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local
131 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local
181 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node()
202 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node()
219 struct btrfs_delayed_node *node; in btrfs_first_delayed_node() local
232 struct btrfs_delayed_node *node) in btrfs_next_delayed_node()
289 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node()
297 struct btrfs_delayed_node *node; in btrfs_first_prepared_delayed_node() local
312 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node()
318 struct btrfs_delayed_node *node, in btrfs_alloc_delayed_item()
[all …]
/linux/drivers/clk/sunxi/
H A 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/kernel/sched/
H A Dext_idle.c60 static struct scx_idle_cpus *idle_cpumask(int node) in idle_cpumask()
79 int node = scx_cpu_node_if_enabled(cpu); in scx_idle_test_and_clear_cpu() local
115 static s32 pick_idle_cpu_in_node(const struct cpumask *cpus_allowed, int node, u64 flags) in pick_idle_cpu_in_node()
150 static s32 pick_idle_cpu_from_online_nodes(const struct cpumask *cpus_allowed, int node, u64 flags) in pick_idle_cpu_from_online_nodes()
191 pick_idle_cpu_from_online_nodes(const struct cpumask *cpus_allowed, int node, u64 flags) in pick_idle_cpu_from_online_nodes()
200 static s32 scx_pick_idle_cpu(const struct cpumask *cpus_allowed, int node, u64 flags) in scx_pick_idle_cpu()
456 int node = scx_cpu_node_if_enabled(prev_cpu); in scx_select_cpu_dfl() local
693 int node = scx_cpu_node_if_enabled(cpu); in update_builtin_idle() local
777 int node; in reset_idle_masks() local
822 static int validate_node(int node) in validate_node()
[all …]
/linux/arch/powerpc/platforms/cell/spufs/
H A 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 …]
/linux/scripts/gdb/linux/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c109 static void esw_qos_node_attach_to_parent(struct mlx5_esw_sched_node *node) in esw_qos_node_attach_to_parent()
129 esw_qos_node_set_parent(struct mlx5_esw_sched_node *node, struct mlx5_esw_sched_node *parent) in esw_qos_node_set_parent()
141 struct mlx5_esw_sched_node *node, *tmp; in esw_qos_nodes_set_parent() local
191 static void esw_qos_sched_elem_warn(struct mlx5_esw_sched_node *node, int err, const char *op) in esw_qos_sched_elem_warn()
226 static int esw_qos_node_create_sched_element(struct mlx5_esw_sched_node *node, void *ctx, in esw_qos_node_create_sched_element()
241 static int esw_qos_node_destroy_sched_element(struct mlx5_esw_sched_node *node, in esw_qos_node_destroy_sched_element()
257 static int esw_qos_sched_elem_config(struct mlx5_esw_sched_node *node, u32 max_rate, u32 bw_share, in esw_qos_sched_elem_config()
306 static int esw_qos_create_rate_limit_element(struct mlx5_esw_sched_node *node, in esw_qos_create_rate_limit_element()
329 struct mlx5_esw_sched_node *node; in esw_qos_calculate_min_rate_divider() local
366 static void esw_qos_update_sched_node_bw_share(struct mlx5_esw_sched_node *node, in esw_qos_update_sched_node_bw_share()
[all …]
/linux/drivers/acpi/acpica/
H A 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()
H A 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/include/drm/
H A Ddrm_vma_manager.h100 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local
148 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset()
169 static inline unsigned long drm_vma_node_start(const struct drm_vma_offset_node *node) in drm_vma_node_start()
186 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size()
203 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr()
220 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap()
241 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
/linux/fs/nilfs2/
H A Dbtree.c74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags()
80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags()
85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root()
90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level()
96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level()
101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren()
107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren()
123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys()
131 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs()
137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key()
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c32 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start()
37 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last()
81 struct rb_node *node; in hfi1_mmu_rb_unregister() local
123 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local
150 struct mmu_rb_node *node; in hfi1_mmu_rb_get_first() local
164 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local
267 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local
299 struct mmu_rb_node *node; in handle_remove() local
/linux/scripts/gcc-plugins/
H A Dgcc-common.h95 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
96 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
97 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
98 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
160 #define varpool_mark_needed_node(node) argument
166 #define NODE_SYMBOL(node) (node) argument
167 #define NODE_DECL(node) (node)->decl argument
168 #define cgraph_node_name(node) (node)->name() argument
169 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
189 #define debug_cgraph_node(node) (node)->debug() argument
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c36 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_enumerate_leaves() local
73 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_leaf() local
94 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_root() local
109 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find() local
121 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_rcu() local
131 static void mlx5e_htb_node_delete(struct mlx5e_htb *htb, struct mlx5e_qos_node *node) in mlx5e_htb_node_delete()
149 struct mlx5e_qos_node *node; in mlx5e_htb_get_txq_by_classid() local
290 struct mlx5e_qos_node *node, *parent; in mlx5e_htb_leaf_alloc_queue() local
345 struct mlx5e_qos_node *node, *child; in mlx5e_htb_leaf_to_inner() local
433 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_by_qid() local
[all …]
/linux/arch/loongarch/mm/
H A Dkasan_init.c107 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page()
118 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset()
131 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset()
144 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, bool early) in kasan_pud_offset()
157 static p4d_t *__init kasan_p4d_offset(pgd_t *pgdp, unsigned long addr, int node, bool early) in kasan_p4d_offset()
171 unsigned long end, int node, bool early) in kasan_pte_populate()
186 unsigned long end, int node, bool early) in kasan_pmd_populate()
198 unsigned long end, int node, bool early) in kasan_pud_populate()
210 unsigned long end, int node, bool early) in kasan_p4d_populate()
222 int node, bool early) in kasan_pgd_populate()
[all …]
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c136 #define NODE_IS_META(node) ( \ argument
138 #define NODE_IS_OUTPUT(node) ( \ argument
142 #define NODE_IS_CAPTURE(node) ( \ argument
145 #define NODE_IS_MPLANE(node) ( \ argument
173 #define NODE_NAME(node) \ argument
215 struct pispbe_node node[PISPBE_NUM_NODES]; member
310 struct pispbe_node *node) in pispbe_get_planes_addr()
458 struct pispbe_node *node; in pispbe_prepare_job() local
780 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_queue_setup() local
818 struct pispbe_node *node = vb2_get_drv_priv(vb->vb2_queue); in pispbe_node_buffer_prepare() local
[all …]

12345678910>>...90