Home
last modified time | relevance | path

Searched defs:node (Results 51 – 75 of 2865) sorted by relevance

12345678910>>...115

/linux-6.15/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-6.15/lib/
H A Drbtree_test.c33 static void insert(struct test_node *node, struct rb_root_cached *root) in insert()
50 static void insert_cached(struct test_node *node, struct rb_root_cached *root) in insert_cached()
70 static inline void erase(struct test_node *node, struct rb_root_cached *root) in erase()
75 static inline void erase_cached(struct test_node *node, struct rb_root_cached *root) in erase_cached()
81 #define NODE_VAL(node) ((node)->val) argument
110 static void insert_augmented_cached(struct test_node *node, in insert_augmented_cached()
139 static void erase_augmented(struct test_node *node, struct rb_root_cached *root) in erase_augmented()
144 static void erase_augmented_cached(struct test_node *node, in erase_augmented_cached()
199 struct test_node *node = rb_entry(rb, struct test_node, rb); in check() local
225 struct test_node *node = rb_entry(rb, struct test_node, rb); in check_augmented() local
[all …]
H A Dbtree.c94 unsigned long *node; in btree_node_alloc() local
210 unsigned long *node = head->node; in btree_last() local
244 unsigned long *node = head->node; in btree_lookup_node() local
266 unsigned long *node; in btree_lookup() local
283 unsigned long *node; in btree_update() local
310 unsigned long *node, *oldnode; in btree_get_prev() local
386 unsigned long *node = head->node; in find_level() local
411 unsigned long *node; in btree_grow() local
429 unsigned long *node; in btree_shrink() local
447 unsigned long *node; in btree_insert_level() local
[all …]
/linux-6.15/arch/arm64/mm/
H A 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()
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()
116 unsigned long end, int node, bool early) in kasan_pte_populate()
133 unsigned long end, int node, bool early) in kasan_pmd_populate()
145 unsigned long end, int node, bool early) in kasan_pud_populate()
157 unsigned long end, int node, bool early) in kasan_p4d_populate()
169 int node, bool early) in kasan_pgd_populate()
[all …]
/linux-6.15/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
H A Dpin_system.c72 static inline struct mm_struct *mm_from_sdma_node(struct sdma_mmu_node *node) in mm_from_sdma_node()
77 static void free_system_node(struct sdma_mmu_node *node) in free_system_node()
116 struct sdma_mmu_node *node, int npages) in pin_system_pages()
173 struct sdma_mmu_node *node; in add_system_pinning() local
221 struct sdma_mmu_node *node = in get_system_cache_entry() local
270 struct mmu_rb_node *node = ctx; in sdma_mmu_rb_node_get() local
277 struct sdma_mmu_node *node = ctx; in sdma_mmu_rb_node_put() local
440 static bool sdma_rb_filter(struct mmu_rb_node *node, unsigned long addr, in sdma_rb_filter()
454 struct sdma_mmu_node *node = in sdma_rb_evict() local
470 struct sdma_mmu_node *node = in sdma_rb_remove() local
/linux-6.15/include/linux/
H A Dbootconfig.h81 static inline __init bool xbc_node_is_value(struct xbc_node *node) in xbc_node_is_value()
92 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key()
103 static inline __init bool xbc_node_is_array(struct xbc_node *node) in xbc_node_is_array()
117 static inline __init bool xbc_node_is_leaf(struct xbc_node *node) in xbc_node_is_leaf()
172 static inline struct xbc_node * __init xbc_node_get_subkey(struct xbc_node *node) in xbc_node_get_subkey()
235 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument
249 #define xbc_node_for_each_key_value(node, knode, value) \ argument
278 static inline int __init xbc_node_compose_key(struct xbc_node *node, in xbc_node_compose_key()
H A Dmemory-tiers.h60 static inline int next_demotion_node(int node) in next_demotion_node()
70 static inline bool node_is_toptier(int node) in node_is_toptier()
94 static inline void init_node_memory_type(int node, struct memory_dev_type *default_type) in init_node_memory_type()
99 static inline void clear_node_memory_type(int node, struct memory_dev_type *memtype) in clear_node_memory_type()
104 static inline int next_demotion_node(int node) in next_demotion_node()
114 static inline bool node_is_toptier(int node) in node_is_toptier()
129 static inline int mt_calc_adistance(int node, int *adist) in mt_calc_adistance()
H A Dllist.h84 static inline void init_llist_node(struct llist_node *node) in init_llist_node()
98 static inline bool llist_on_list(const struct llist_node *node) in llist_on_list()
143 #define llist_for_each(pos, node) \ argument
162 #define llist_for_each_safe(pos, n, node) \ argument
180 #define llist_for_each_entry(pos, node, member) \ argument
202 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
221 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
/linux-6.15/fs/nilfs2/
H A Dbtree.c438 struct nilfs_btree_node *node; in nilfs_btree_get_node() local
552 struct nilfs_btree_node *node; in nilfs_btree_do_lookup() local
613 struct nilfs_btree_node *node; in nilfs_btree_do_lookup_last() local
661 struct nilfs_btree_node *node; in nilfs_btree_get_next_key() local
707 struct nilfs_btree_node *node; in nilfs_btree_lookup_contig() local
817 struct nilfs_btree_node *node; in nilfs_btree_do_insert() local
1015 struct nilfs_btree_node *node; in nilfs_btree_find_near() local
1267 struct nilfs_btree_node *node; in nilfs_btree_do_delete() local
1807 struct nilfs_btree_node *node; in nilfs_btree_commit_convert_and_insert() local
2084 struct nilfs_btree_node *node; in nilfs_btree_propagate() local
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c241 struct mlx5_esw_sched_node *node; in esw_qos_calculate_min_rate_divider() local
294 struct mlx5_esw_sched_node *node; in esw_qos_normalize_min_rate() local
379 struct mlx5_esw_sched_node *node; in __esw_qos_alloc_node() local
411 struct mlx5_esw_sched_node *node; in __esw_qos_create_vports_sched_node() local
448 struct mlx5_esw_sched_node *node; in esw_qos_create_vports_sched_node() local
912 struct mlx5_esw_sched_node *node = priv; in mlx5_esw_devlink_rate_node_tx_share_set() local
929 struct mlx5_esw_sched_node *node = priv; in mlx5_esw_devlink_rate_node_tx_max_set() local
946 struct mlx5_esw_sched_node *node; in mlx5_esw_devlink_rate_node_new() local
977 struct mlx5_esw_sched_node *node = priv; in mlx5_esw_devlink_rate_node_del() local
1012 struct mlx5_esw_sched_node *node; in mlx5_esw_devlink_rate_leaf_parent_set() local
[all …]
/linux-6.15/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
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
447 struct mlx5e_qos_node *node; in mlx5e_htb_leaf_del() local
[all …]
/linux-6.15/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-6.15/fs/ocfs2/cluster/
H A Dquorum.c162 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold()
174 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold()
195 void o2quo_hb_up(u8 node) in o2quo_hb_up()
219 void o2quo_hb_down(u8 node) in o2quo_hb_down()
244 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up()
263 void o2quo_conn_up(u8 node) in o2quo_conn_up()
289 void o2quo_conn_err(u8 node) in o2quo_conn_err()
/linux-6.15/drivers/media/platform/broadcom/
H A Dbcm2835-unicam.c233 struct unicam_node node[UNICAM_MAX_NODES]; member
763 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local
802 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local
832 struct unicam_node *node = &unicam->node[i]; in unicam_isr() local
1879 struct unicam_node *node = video_drvdata(file); in unicam_g_fmt_vid() local
1911 struct unicam_node *node = video_drvdata(file); in unicam_try_fmt_vid() local
1920 struct unicam_node *node = video_drvdata(file); in unicam_s_fmt_vid() local
1956 struct unicam_node *node = video_drvdata(file); in unicam_g_fmt_meta() local
1987 struct unicam_node *node = video_drvdata(file); in unicam_try_fmt_meta() local
1996 struct unicam_node *node = video_drvdata(file); in unicam_s_fmt_meta() local
[all …]
/linux-6.15/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be.c134 #define NODE_IS_META(node) ( \ argument
136 #define NODE_IS_OUTPUT(node) ( \ argument
140 #define NODE_IS_CAPTURE(node) ( \ argument
143 #define NODE_IS_MPLANE(node) ( \ argument
173 #define NODE_NAME(node) \ argument
213 struct pispbe_node node[PISPBE_NUM_NODES]; member
306 struct pispbe_node *node) in pispbe_get_planes_addr()
455 struct pispbe_node *node; in pispbe_prepare_job() local
785 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_queue_setup() local
879 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_start_streaming() local
[all …]
/linux-6.15/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.c19 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-6.15/scripts/gcc-plugins/
H A Dgcc-common.h103 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument
104 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument
105 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument
106 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument
136 #define varpool_mark_needed_node(node) argument
142 #define NODE_SYMBOL(node) (node) argument
143 #define NODE_DECL(node) (node)->decl argument
144 #define cgraph_node_name(node) (node)->name() argument
145 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument
175 #define debug_cgraph_node(node) (node)->debug() argument
[all …]
/linux-6.15/fs/btrfs/
H A Ddelayed-inode.c72 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local
126 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local
231 struct btrfs_delayed_node *node) in btrfs_next_delayed_node()
314 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node()
352 struct rb_node *node = root->rb_node; in __btrfs_lookup_delayed_item() local
570 struct btrfs_delayed_node *node) in btrfs_delayed_inode_reserve_metadata()
1007 struct btrfs_delayed_node *node) in __btrfs_update_delayed_inode()
1607 struct btrfs_delayed_node *node; in btrfs_delete_delayed_dir_index() local
2046 struct btrfs_delayed_node *node; in btrfs_kill_all_delayed_nodes() local
2096 struct btrfs_delayed_node *node; in btrfs_log_get_delayed_items() local
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_ggtt.c286 static void ggtt_node_remove(struct xe_ggtt_node *node) in ggtt_node_remove()
316 struct xe_ggtt_node *node = container_of(work, typeof(*node), in ggtt_node_remove_work_func() local
330 void xe_ggtt_node_remove(struct xe_ggtt_node *node, bool invalidate) in xe_ggtt_node_remove()
420 const struct drm_mm_node *node, const char *description) in xe_ggtt_dump_node()
474 void xe_ggtt_node_remove_balloon(struct xe_ggtt_node *node) in xe_ggtt_node_remove_balloon()
504 int xe_ggtt_node_insert_locked(struct xe_ggtt_node *node, in xe_ggtt_node_insert_locked()
521 int xe_ggtt_node_insert(struct xe_ggtt_node *node, u32 size, u32 align) in xe_ggtt_node_insert()
551 struct xe_ggtt_node *node = kzalloc(sizeof(*node), GFP_NOFS); in xe_ggtt_node_init() local
570 void xe_ggtt_node_fini(struct xe_ggtt_node *node) in xe_ggtt_node_fini()
581 bool xe_ggtt_node_allocated(const struct xe_ggtt_node *node) in xe_ggtt_node_allocated()
[all …]
/linux-6.15/kernel/trace/
H A Drethook.c23 struct llist_node *node; in rethook_flush_task() local
73 struct rethook_node *node = nod; in rethook_init_node() local
129 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() local
142 void rethook_recycle(struct rethook_node *node) in rethook_recycle()
197 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook()
209 struct llist_node *node = *cur; in __rethook_find_ret_addr() local
282 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
/linux-6.15/io_uring/
H A Dslist.h21 static inline void wq_list_add_after(struct io_wq_work_node *node, in wq_list_add_after()
33 static inline void wq_list_add_tail(struct io_wq_work_node *node, in wq_list_add_tail()
46 static inline void wq_list_add_head(struct io_wq_work_node *node, in wq_list_add_head()
88 static inline void wq_stack_add_head(struct io_wq_work_node *node, in wq_stack_add_head()
96 struct io_wq_work_node *node, in wq_list_del()
105 struct io_wq_work_node *node = stack->next; in wq_stack_extract() local
/linux-6.15/tools/testing/selftests/sched_ext/
H A Dnuma.bpf.c22 static bool is_cpu_idle(s32 cpu, int node) in is_cpu_idle()
37 int node = __COMPAT_scx_bpf_cpu_node(scx_bpf_task_cpu(p)); in BPF_STRUCT_OPS() local
62 int node = __COMPAT_scx_bpf_cpu_node(scx_bpf_task_cpu(p)); in BPF_STRUCT_OPS() local
69 int node = __COMPAT_scx_bpf_cpu_node(cpu); in BPF_STRUCT_OPS() local
76 int node, err; in BPF_STRUCT_OPS_SLEEPABLE() local
/linux-6.15/tools/perf/util/
H A Dintlist.c18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local
37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local
45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local
60 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove()
68 struct int_node *node = NULL; in __intlist__findnew() local
142 struct int_node *node = NULL; in intlist__entry() local
/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c28 struct device_node *node; member
44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop()
80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node()
111 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list()
122 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains()
134 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()

12345678910>>...115