Home
last modified time | relevance | path

Searched defs:node (Results 451 – 475 of 2853) sorted by relevance

1...<<11121314151617181920>>...115

/linux-6.14.4/scripts/include/
Dhashtable.h41 #define hash_add(table, node, key) \ argument
48 static inline void hash_del(struct hlist_node *node) in hash_del()
/linux-6.14.4/drivers/devfreq/
Dgovernor.h64 struct list_head node; member
93 struct list_head node; member
/linux-6.14.4/include/linux/
Dirqdomain.h361 static inline struct fwnode_handle *of_node_to_fwnode(struct device_node *node) in of_node_to_fwnode()
387 static inline struct irq_domain *irq_find_matching_host(struct device_node *node, in irq_find_matching_host()
393 static inline struct irq_domain *irq_find_host(struct device_node *node) in irq_find_host()
607 struct device_node *node, in irq_domain_add_hierarchy()
625 unsigned int nr_irqs, int node, void *arg) in irq_domain_alloc_irqs()
697 unsigned int nr_irqs, int node, void *arg) in irq_domain_alloc_irqs()
Dirq.h148 unsigned int node; member
941 #define irq_alloc_descs(irq, from, cnt, node) \ argument
944 #define irq_alloc_desc(node) \ argument
947 #define irq_alloc_desc_at(at, node) \ argument
950 #define irq_alloc_desc_from(from, node) \ argument
953 #define irq_alloc_descs_from(from, cnt, node) \ argument
956 #define devm_irq_alloc_descs(dev, irq, from, cnt, node) \ argument
959 #define devm_irq_alloc_desc(dev, node) \ argument
962 #define devm_irq_alloc_desc_at(dev, at, node) \ argument
965 #define devm_irq_alloc_desc_from(dev, from, node) \ argument
[all …]
Dof_address.h12 struct device_node *node; member
118 struct device_node *node) in of_pci_range_parser_init()
124 struct device_node *node) in of_pci_dma_range_parser_init()
/linux-6.14.4/drivers/nvme/host/
Dmultipath.c192 int node; in nvme_mpath_clear_current_path() local
225 int node; in nvme_mpath_revalidate_paths() local
258 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
312 int node = numa_node_id(); in nvme_round_robin_path() local
402 int node = numa_node_id(); in nvme_numa_path() local
691 int node, srcu_idx; in nvme_mpath_set_live() local
/linux-6.14.4/drivers/iommu/
Diova.c32 static struct iova *to_iova(struct rb_node *node) in to_iova()
101 struct rb_node *node, *next; in iova_find_limit() local
278 struct rb_node *node = iovad->rbroot.rb_node; in private_find_iova() local
459 __is_range_overlap(struct rb_node *node, in __is_range_overlap()
518 struct rb_node *node; in reserve_iova() local
943 static int iova_cpuhp_dead(unsigned int cpu, struct hlist_node *node) in iova_cpuhp_dead()
/linux-6.14.4/tools/perf/tests/
Dswitch-tracking.c219 struct event_node *node; in add_event() local
246 struct event_node *node; in free_event_nodes() local
270 struct event_node *events_array, *node; in process_events() local
/linux-6.14.4/drivers/irqchip/
Dirq-owl-sirq.c278 struct device_node *node, in owl_sirq_init()
344 static int __init owl_sirq_s500_of_init(struct device_node *node, in owl_sirq_s500_of_init()
353 static int __init owl_sirq_s900_of_init(struct device_node *node, in owl_sirq_s900_of_init()
Dirq-vic.c270 struct device_node *node) in vic_register()
404 u32 vic_sources, struct device_node *node) in vic_init_st()
435 struct device_node *node) in __vic_init()
487 static int __init vic_of_init(struct device_node *node, in vic_of_init()
/linux-6.14.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_migrate.c277 svm_migrate_copy_to_vram(struct kfd_node *node, struct svm_range *prange, in svm_migrate_copy_to_vram()
387 svm_migrate_vma_to_vram(struct kfd_node *node, struct svm_range *prange, in svm_migrate_vma_to_vram()
494 struct kfd_node *node; in svm_migrate_ram_to_vram() local
685 svm_migrate_vma_to_ram(struct kfd_node *node, struct svm_range *prange, in svm_migrate_vma_to_ram()
795 struct kfd_node *node; in svm_migrate_vram_to_ram() local
/linux-6.14.4/kernel/trace/
Dfprobe.c56 struct fprobe_hlist_node *node; in find_first_fprobe_node() local
70 static void insert_fprobe_node(struct fprobe_hlist_node *node) in insert_fprobe_node()
88 static bool delete_fprobe_node(struct fprobe_hlist_node *node) in delete_fprobe_node()
252 struct fprobe_hlist_node *node, *first; in fprobe_entry() local
454 struct fprobe_hlist_node *node; in fprobe_remove_node_in_module() local
/linux-6.14.4/kernel/time/
Dtimer_migration.c562 struct timerqueue_node *node = NULL; in tmigr_next_groupevt() local
1488 int node) in tmigr_init_group()
1526 static struct tmigr_group *tmigr_get_group(unsigned int cpu, int node, in tmigr_get_group()
1645 static int tmigr_setup_groups(unsigned int cpu, unsigned int node) in tmigr_setup_groups()
1754 int node = cpu_to_node(cpu); in tmigr_add_cpu() local
/linux-6.14.4/net/bridge/
Dbr_multicast_eht.c47 struct rb_node *node = pg->eht_host_tree.rb_node; in br_multicast_eht_host_lookup() local
83 struct rb_node *node = eht_set->entry_tree.rb_node; in br_multicast_eht_set_entry_lookup() local
107 struct rb_node *node = pg->eht_set_tree.rb_node; in br_multicast_eht_set_lookup() local
182 struct rb_node *node; in br_multicast_del_eht_set() local
199 struct rb_node *node; in br_multicast_eht_clean_sets() local
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_vp8_if.c292 struct vdec_fb_node *node; in vp8_dec_finish() local
327 struct vdec_fb_node *node, *tmp; in move_fb_list_use_to_free() local
352 struct vdec_fb_node *node; in add_fb_to_free_list() local
512 struct vdec_fb_node *node; in get_disp_fb() local
532 struct vdec_fb_node *node; in get_free_fb() local
/linux-6.14.4/io_uring/
Dio_uring.c250 struct llist_node *node = llist_del_all(&ctx->fallback_llist); in io_fallback_req_func() local
1041 struct llist_node *io_handle_tw_list(struct llist_node *node, in io_handle_tw_list()
1075 static __cold void __io_fallback_tw(struct llist_node *node, bool sync) in __io_fallback_tw()
1104 struct llist_node *node = llist_del_all(&tctx->task_list); in io_fallback_tw() local
1113 struct llist_node *node; in tctx_task_work_run() local
1259 struct llist_node *node = llist_del_all(&ctx->work_llist); in io_move_task_work_from_local() local
1278 static int __io_run_local_work_loop(struct llist_node **node, in __io_run_local_work_loop()
1302 struct llist_node *node; in __io_run_local_work() local
1398 struct io_wq_work_node *node) in io_free_batch_list()
1444 struct io_wq_work_node *node; in __io_submit_flush_completions() local
[all …]
/linux-6.14.4/drivers/vdpa/mlx5/net/
Ddebug.c96 struct macvlan_node *node) in mlx5_vdpa_add_rx_counters()
131 struct macvlan_node *node) in mlx5_vdpa_remove_rx_counters()
/linux-6.14.4/drivers/clk/versatile/
Dclk-sp810.c29 struct device_node *node; member
83 static void __init clk_sp810_of_setup(struct device_node *node) in clk_sp810_of_setup()
/linux-6.14.4/arch/arm64/include/asm/
Ddebug-monitors.h66 struct list_head node; member
77 struct list_head node; member
/linux-6.14.4/drivers/interconnect/
Dicc-clk.c51 static int icc_clk_get_bw(struct icc_node *node, u32 *avg, u32 *peak) in icc_clk_get_bw()
84 struct icc_node *node; in icc_clk_register() local
/linux-6.14.4/drivers/memory/tegra/
Dtegra30.c1316 static int tegra30_mc_icc_aggreate(struct icc_node *node, u32 tag, u32 avg_bw, in tegra30_mc_icc_aggreate()
1341 struct icc_node *node; in tegra30_mc_of_icc_xlate_extended() local
/linux-6.14.4/mm/
Dslub.c434 static inline struct kmem_cache_node *get_node(struct kmem_cache *s, int node) in get_node()
1524 static inline void inc_slabs_node(struct kmem_cache *s, int node, int objects) in inc_slabs_node()
1531 static inline void dec_slabs_node(struct kmem_cache *s, int node, int objects) in dec_slabs_node()
1882 static inline void inc_slabs_node(struct kmem_cache *s, int node, in inc_slabs_node()
1884 static inline void dec_slabs_node(struct kmem_cache *s, int node, in dec_slabs_node()
2424 static inline struct slab *alloc_slab_page(gfp_t flags, int node, in alloc_slab_page()
2575 static struct slab *allocate_slab(struct kmem_cache *s, gfp_t flags, int node) in allocate_slab()
2643 static struct slab *new_slab(struct kmem_cache *s, gfp_t flags, int node) in new_slab()
2949 static struct slab *get_partial(struct kmem_cache *s, int node, in get_partial()
3393 static inline int node_match(struct slab *slab, int node) in node_match()
[all …]
/linux-6.14.4/net/netfilter/
Dnf_conncount.c42 struct list_head node; member
50 struct rb_node node; member
460 struct rb_node *node; in tree_gc_worker() local
566 struct rb_node *node; in destroy_tree() local
/linux-6.14.4/tools/perf/ui/gtk/
Dhists.c104 struct callchain_node *node; in perf_gtk__add_callchain_flat() local
166 struct callchain_node *node; in perf_gtk__add_callchain_folded() local
227 struct callchain_node *node; in perf_gtk__add_callchain_graph() local
413 struct rb_node *node; in perf_gtk__add_hierarchy_entries() local
/linux-6.14.4/drivers/md/
Ddm-dust.c18 struct rb_node node; member
38 struct rb_node *node = root->rb_node; in dust_rb_search() local
243 struct rb_node *node = NULL, *nnode = NULL; in __dust_clear_badblocks() local
292 struct rb_node *node; in dust_list_badblocks() local

1...<<11121314151617181920>>...115