| /linux/arch/riscv/kernel/ |
| H A D | cpu.c | 30 int riscv_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_of_processor_hartid() 50 int __init riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_early_of_processor_hartid() 125 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() 333 struct device_node *node; in c_show() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | mm.c | 26 #define node(root, dir) ((root)->nl_entry.dir == &mm->nodes) ? NULL : \ macro 32 struct nvkm_mm_node *node; in nvkm_mm_dump() local 242 struct nvkm_mm_node *node, *prev; in nvkm_mm_init() local 285 struct nvkm_mm_node *node, *temp; in nvkm_mm_fini() local
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-nsp.c | 29 static void __init nsp_armpll_init(struct device_node *node) in nsp_armpll_init() 85 static void __init nsp_genpll_clk_init(struct device_node *node) in nsp_genpll_clk_init() 124 static void __init nsp_lcpll0_clk_init(struct device_node *node) in nsp_lcpll0_clk_init()
|
| /linux/security/selinux/ss/ |
| H A D | conditional.c | 33 struct cond_expr_node *node = &expr->nodes[i]; in cond_evaluate_expr() local 91 static void evaluate_cond_node(struct policydb *p, struct cond_node *node) in evaluate_cond_node() 139 static void cond_node_destroy(struct cond_node *node) in cond_node_destroy() 372 static int cond_read_node(struct policydb *p, struct cond_node *node, struct policy_file *fp) in cond_read_node() 498 static int cond_write_node(struct policydb *p, struct cond_node *node, in cond_write_node() 556 struct avtab_node *node; in cond_compute_xperms() local 573 struct avtab_node *node; in cond_compute_av() local
|
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mtk.c | 468 struct device_node *node) in __mtk_clk_simple_probe() 632 struct device_node *node) in __mtk_clk_simple_remove() 661 struct device_node *node = dev->parent->of_node; in mtk_clk_pdev_probe() local 669 struct device_node *node = pdev->dev.of_node; in mtk_clk_simple_probe() local 678 struct device_node *node = dev->parent->of_node; in mtk_clk_pdev_remove() local 690 struct regmap *mtk_clk_get_hwv_regmap(struct device_node *node) in mtk_clk_get_hwv_regmap()
|
| /linux/tools/perf/util/ |
| H A D | srcline.c | 38 inline_list__append(struct symbol * symbol,char * srcline,struct inline_node * node) inline_list__append() argument 57 inline_list__append_tail(struct symbol * symbol,char * srcline,struct inline_node * node) inline_list__append_tail() argument 140 addr2line(const char * dso_name,u64 addr,char ** file,unsigned int * line_nr,struct dso * dso,bool unwind_inlines,struct inline_node * node,struct symbol * sym) addr2line() argument 237 struct inline_node *node; addr2inlines() local 367 struct srcline_node *i, *node; srcline__tree_insert() local 438 inline_node__delete(struct inline_node * node) inline_node__delete() argument [all...] |
| /linux/drivers/base/regmap/ |
| H A D | regcache-rbtree.c | 31 struct rb_node node; member 66 struct rb_node *node; in regcache_rbtree_lookup() local 137 struct rb_node *node; in rbtree_show() local 373 struct rb_node *node; in regcache_rbtree_write() local 469 struct rb_node *node; in regcache_rbtree_sync() local 515 struct rb_node *node; in regcache_rbtree_drop() local
|
| /linux/drivers/irqchip/ |
| H A D | irq-ingenic.c | 60 static int __init ingenic_intc_of_init(struct device_node *node, in ingenic_intc_of_init() 144 static int __init intc_1chip_of_init(struct device_node *node, in intc_1chip_of_init() 152 static int __init intc_2chip_of_init(struct device_node *node, in intc_2chip_of_init()
|
| /linux/drivers/memory/ |
| H A D | mvebu-devbus.c | 87 struct device_node *node, in get_timing_param_ps() 109 struct device_node *node, in devbus_get_timing_params() 196 struct device_node *node, in devbus_orion_set_timing_params() 229 struct device_node *node, in devbus_armada_set_timing_params() 266 struct device_node *node = pdev->dev.of_node; in mvebu_devbus_probe() local
|
| /linux/drivers/acpi/acpica/ |
| H A D | dbdisply.c | 144 struct acpi_namespace_node *node; in acpi_db_decode_and_display_object() local 354 struct acpi_namespace_node *node; in acpi_db_display_method_info() local 508 struct acpi_namespace_node *node; in acpi_db_display_results() local 561 struct acpi_namespace_node *node; in acpi_db_display_calling_tree() local 1059 struct acpi_namespace_node *node = in acpi_db_display_non_root_handlers() local
|
| H A D | acobject.h | 105 struct acpi_namespace_node *node; /* Link back to parent node */ member 110 struct acpi_namespace_node *node; /* Link back to parent node */ member 137 struct acpi_namespace_node *node; /* Containing namespace node */ member 144 struct acpi_namespace_node *node; /* Containing namespace node */ member 158 union acpi_operand_object *node; member 305 struct acpi_namespace_node *node; /* Parent device */ member 317 struct acpi_namespace_node *node; /* Parent device */ member 346 struct acpi_namespace_node *node; /* ref_of or Namepath */ member 436 struct acpi_namespace_node node; member 472 struct acpi_namespace_node node; member
|
| /linux/mm/ |
| H A D | shmem_quota.c | 47 struct rb_node node; member 98 struct rb_node *node; in shmem_free_file_info() local 117 struct rb_node *node; in shmem_get_next_id() local 268 struct rb_node *node; in shmem_release_dquot() local
|
| /linux/drivers/net/ethernet/intel/ice/devlink/ |
| H A D | devlink.c | 753 static void ice_traverse_tx_tree(struct devlink *devlink, struct ice_sched_node *node, in ice_traverse_tx_tree() 826 static void ice_clear_rate_nodes(struct ice_sched_node *node) in ice_clear_rate_nodes() 859 static int ice_set_object_tx_share(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_share() 885 static int ice_set_object_tx_max(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_max() 911 static int ice_set_object_tx_priority(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_priority() 941 static int ice_set_object_tx_weight(struct ice_port_info *pi, struct ice_sched_node *node, in ice_set_object_tx_weight() 978 struct ice_sched_node *node; in ice_devlink_rate_node_new() local 999 struct ice_sched_node *node, *tc_node; in ice_devlink_rate_node_del() local 1026 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_max_set() local 1041 struct ice_sched_node *node = priv; in ice_devlink_rate_leaf_tx_share_set() local [all …]
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.h | 24 intel_gt_buffer_pool_mark_active(struct intel_gt_buffer_pool_node *node, in intel_gt_buffer_pool_mark_active() 34 intel_gt_buffer_pool_put(struct intel_gt_buffer_pool_node *node) in intel_gt_buffer_pool_put()
|
| /linux/net/tipc/ |
| H A D | group.c | 69 u32 node; member 233 u32 node, u32 port) in tipc_group_find_member() 253 u32 node, u32 port) in tipc_group_find_dest() 264 u32 node) in tipc_group_find_node() 303 u32 node, u32 port, in tipc_group_create_member() 331 void tipc_group_add_member(struct tipc_group *grp, u32 node, in tipc_group_add_member() 504 u32 node, port; in tipc_group_filter_msg() local 588 void tipc_group_update_rcv_win(struct tipc_group *grp, int blks, u32 node, in tipc_group_update_rcv_win() 745 u32 node = msg_orignode(hdr); in tipc_group_proto_rcv() local 868 u32 node = evt->port.node; in tipc_group_member_evt() local
|
| /linux/net/netfilter/ |
| H A D | nft_set_rbtree.c | 45 struct rb_node node; member 259 struct rb_node *node; in nft_rbtree_prev_active() local 269 __nft_rbtree_next_active(struct rb_node *node, u8 genmask) in __nft_rbtree_next_active() 343 struct rb_node *node, *next, *parent, **p, *first = NULL; in __nft_rbtree_insert() local 733 struct rb_node *node; in nft_rbtree_next_inactive() local 843 struct rb_node *node; in nft_rbtree_do_walk() local 895 struct rb_node *node, *next; in nft_rbtree_gc_scan() local 991 struct rb_node *node; in nft_rbtree_destroy() local 1042 struct rb_node *node; in nft_rbtree_commit() local 1158 struct rb_node *node; in nft_rbtree_adjust_maxsize() local
|
| /linux/fs/nfs/blocklayout/ |
| H A D | extent_tree.c | 14 ext_node(struct rb_node *node) in ext_node() 22 struct rb_node *node = rb_first(root); in ext_tree_first() local 29 struct rb_node *node = rb_prev(&be->be_node); in ext_tree_prev() local 36 struct rb_node *node = rb_next(&be->be_node); in ext_tree_next() local 49 struct rb_node *node = root->rb_node; in __ext_tree_search() local 326 struct rb_node *node; in __ext_tree_lookup() local
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gtt_mgr.c | 100 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_has_gart_addr() local 122 struct ttm_range_mgr_node *node; in amdgpu_gtt_mgr_new() local 173 struct ttm_range_mgr_node *node = to_ttm_range_mgr_node(res); in amdgpu_gtt_mgr_del() local 244 struct ttm_range_mgr_node *node; in amdgpu_gtt_mgr_recover() local
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_mmu.c | 140 struct drm_mm_node *node, size_t size) in etnaviv_iommu_find_iova() 222 struct drm_mm_node *node, size_t size, u64 va) in etnaviv_iommu_insert_exact() 271 struct drm_mm_node *node; in etnaviv_iommu_map_gem() local 419 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_get_suballoc_va() local 451 struct drm_mm_node *node = &mapping->vram_node; in etnaviv_iommu_put_suballoc_va() local
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mpc.c | 237 static int mpc_i2c_get_fdr_52xx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_52xx() 272 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 294 static void mpc_i2c_setup_52xx(struct device_node *node, in mpc_i2c_setup_52xx() 302 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 328 static void mpc_i2c_setup_512x(struct device_node *node, in mpc_i2c_setup_512x() 422 static int mpc_i2c_get_fdr_8xxx(struct device_node *node, u32 clock, in mpc_i2c_get_fdr_8xxx() 455 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx() 480 static void mpc_i2c_setup_8xxx(struct device_node *node, in mpc_i2c_setup_8xxx()
|
| /linux/arch/x86/kernel/ |
| H A D | kdebugfs.c | 32 struct setup_data_node *node = file->private_data; in setup_data_read() local 77 struct setup_data_node *node) in create_setup_data_node() 92 struct setup_data_node *node; in create_setup_data_nodes() local
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 18 struct xsk_map_node *node; in xsk_map_node_alloc() local 33 static void xsk_map_node_free(struct xsk_map_node *node) in xsk_map_node_free() 42 static void xsk_map_sock_add(struct xdp_sock *xs, struct xsk_map_node *node) in xsk_map_sock_add() 168 struct xsk_map_node *node; in xsk_map_update_elem() local
|
| /linux/io_uring/ |
| H A D | tctx.c | 49 struct io_tctx_node *node; in __io_uring_free() local 114 struct io_tctx_node *node; in io_tctx_install_node() local 214 struct io_tctx_node *node; in io_uring_del_tctx_node() local 240 struct io_tctx_node *node; in io_uring_clean_tctx() local
|
| /linux/include/linux/ |
| H A D | union_find.h | 20 #define UF_INIT_NODE(node) {.parent = &node, .rank = 0} argument 29 static inline void uf_node_init(struct uf_node *node) in uf_node_init()
|
| H A D | xarray.h | 1196 #define XA_NODE_BUG_ON(node, x) do { \ argument 1204 #define XA_NODE_BUG_ON(node, x) do { } while (0) argument 1223 const struct xa_node *node, unsigned int offset) in xa_entry() 1232 const struct xa_node *node, unsigned int offset) in xa_entry_locked() 1241 const struct xa_node *node) in xa_parent() 1249 const struct xa_node *node) in xa_parent_locked() 1256 static inline void *xa_mk_node(const struct xa_node *node) in xa_mk_node() 1488 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() 1494 static inline bool xas_frozen(struct xa_node *node) in xas_frozen() 1500 static inline bool xas_top(struct xa_node *node) in xas_top() [all …]
|