Home
last modified time | relevance | path

Searched defs:node (Results 226 – 250 of 3208) sorted by relevance

12345678910>>...129

/openbmc/linux/net/qrtr/
H A Dns.c61 unsigned int node; member
74 struct qrtr_node *node; in node_get() local
198 struct qrtr_node *node; in announce_servers() local
224 struct qrtr_node *node; in server_add() local
264 static int server_del(struct qrtr_node *node, unsigned int port, bool bcast) in server_del()
338 struct qrtr_node *node; in ctrl_cmd_bye() local
389 struct qrtr_node *node; in ctrl_cmd_del_client() local
499 struct qrtr_node *node; in ctrl_cmd_del_server() local
526 struct qrtr_node *node; in ctrl_cmd_new_lookup() local
/openbmc/linux/drivers/acpi/acpica/
H A Devxfregn.c52 struct acpi_namespace_node *node; in acpi_install_address_space_handler_internal() local
145 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
279 struct acpi_namespace_node *node; in ACPI_EXPORT_SYMBOL() local
H A Ddbmethod.c117 struct acpi_namespace_node *node; in acpi_db_set_method_data() local
362 static acpi_status acpi_db_evaluate_object(struct acpi_namespace_node *node) in acpi_db_evaluate_object()
451 struct acpi_namespace_node *node = in acpi_db_walk_for_execute() local
501 struct acpi_namespace_node *node = in acpi_db_walk_for_execute_all() local
H A Devhandler.c118 acpi_ev_has_default_handler(struct acpi_namespace_node *node, in acpi_ev_has_default_handler()
171 struct acpi_namespace_node *node; in acpi_ev_install_handler() local
328 acpi_ev_install_space_handler(struct acpi_namespace_node *node, in acpi_ev_install_space_handler()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c488 unsigned int node; in dlm_begin_exit_domain_handler() local
531 int node = -1, num = 0; in __dlm_print_nodes() local
548 unsigned int node; in dlm_exit_domain_handler() local
575 unsigned int node) in dlm_send_one_domain_exit()
598 int node = -1; in dlm_begin_exit_domain() local
1217 struct o2nm_node *node; in dlm_send_nodeinfo() local
1351 unsigned int node) in dlm_send_one_join_cancel()
1381 int node; in dlm_send_join_cancels() local
1413 int node, in dlm_request_join()
1500 unsigned int node) in dlm_send_one_join_assert()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.h24 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()
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c361 struct node { struct
366 struct node *parent; argument
382 struct node *node; in lookup() argument
419 struct node *node; in tree_walk() local
494 struct node *node; in alloc_node() local
535 struct node *node; in insert() local
656 struct node *node; in prune() local
817 struct node *node; in mark_nodes() local
944 struct node *node; in index_nodes() local
1051 struct node *node; in size_nodes() local
[all …]
/openbmc/libpldm/src/dsp/
H A Dpdr.c466 pldm_entity pldm_entity_extract(pldm_entity_node *node) in pldm_entity_extract()
540 pldm_entity node; in pldm_entity_association_tree_add_entity() local
551 pldm_entity_node *node = malloc(sizeof(pldm_entity_node)); in pldm_entity_association_tree_add_entity() local
713 bool pldm_entity_is_node_parent(pldm_entity_node *node) in pldm_entity_is_node_parent()
721 pldm_entity pldm_entity_get_parent(pldm_entity_node *node) in pldm_entity_get_parent()
729 bool pldm_entity_is_exist_parent(pldm_entity_node *node) in pldm_entity_is_exist_parent()
829 pldm_entity_node *node = curr->first_child; in entity_association_pdr_add_children() local
980 pldm_entity entity, pldm_entity_node **node) in find_entity_ref_in_tree()
1007 pldm_entity entity, pldm_entity_node **node) in pldm_find_entity_ref_in_tree()
1178 pldm_entity_node *node = NULL; in pldm_entity_association_tree_find_with_locality() local
[all …]
/openbmc/linux/drivers/clk/keystone/
H A Dpll.c158 static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) in _of_pll_clk_init()
226 static void __init of_keystone_pll_clk_init(struct device_node *node) in of_keystone_pll_clk_init()
237 static void __init of_keystone_main_pll_clk_init(struct device_node *node) in of_keystone_main_pll_clk_init()
248 static void __init of_pll_div_clk_init(struct device_node *node) in of_pll_div_clk_init()
298 static void __init of_pll_mux_clk_init(struct device_node *node) in of_pll_mux_clk_init()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c253 void kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_start()
262 void kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_page_fault_end()
270 void kfd_smi_event_migration_start(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_start()
282 void kfd_smi_event_migration_end(struct kfd_node *node, pid_t pid, in kfd_smi_event_migration_end()
292 void kfd_smi_event_queue_eviction(struct kfd_node *node, pid_t pid, in kfd_smi_event_queue_eviction()
300 void kfd_smi_event_queue_restore(struct kfd_node *node, pid_t pid) in kfd_smi_event_queue_restore()
327 void kfd_smi_event_unmap_from_gpu(struct kfd_node *node, pid_t pid, in kfd_smi_event_unmap_from_gpu()
/openbmc/linux/arch/sparc/kernel/
H A Dvio.c205 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle()
238 u64 node; in vio_vdev_node() local
411 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add()
419 u64 node; member
426 u64 node; in vio_md_node_match() local
438 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove()
469 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sched.c156 struct ice_sched_node *node; in ice_sched_add_node() local
1181 struct ice_sched_node *node; in ice_rm_dflt_leaf_node() local
1209 struct ice_sched_node *node; in ice_sched_rm_dflt_nodes() local
1566 struct ice_sched_node *node; in ice_sched_get_vsi_node() local
1595 struct ice_sched_node *node; in ice_sched_get_agg_node() local
1713 struct ice_sched_node *node; in ice_sched_calc_vsi_support_nodes() local
2197 struct ice_sched_node *node) in ice_sched_update_parent()
2234 struct ice_sched_node *node; in ice_sched_move_nodes() local
3504 struct ice_sched_node *node, in ice_sched_set_node_bw_dflt()
3827 struct ice_sched_node *node; in ice_sched_set_q_bw_lmt() local
[all …]
/openbmc/linux/drivers/i2c/
H A Di2c-core-of.c22 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info()
66 struct device_node *node) in of_i2c_register_device()
87 struct device_node *bus, *node; in of_i2c_register_devices() local
/openbmc/linux/arch/powerpc/boot/
H A Ddevtree.c137 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize) in dt_get_reg_format()
237 static int dt_xlate(void *node, int res, int reglen, unsigned long *addr, in dt_xlate()
319 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg()
327 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr) in dt_xlate_addr()
337 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
356 int dt_get_virtual_reg(void *node, void **addr, int nres) in dt_get_virtual_reg()
/openbmc/linux/tools/perf/util/
H A Denv.c34 struct bpf_prog_info_node *node; in __perf_env__insert_bpf_prog_info() local
61 struct bpf_prog_info_node *node = NULL; in perf_env__find_bpf_prog_info() local
97 struct btf_node *node; in __perf_env__insert_btf() local
133 struct btf_node *node = NULL; in __perf_env__find_btf() local
162 struct bpf_prog_info_node *node; in perf_env__purge_bpf() local
177 struct btf_node *node; in perf_env__purge_bpf() local
/openbmc/linux/arch/powerpc/mm/
H A Dinit_64.c140 static __meminit struct vmemmap_backing * vmemmap_list_alloc(int node) in vmemmap_list_alloc()
169 int node) in vmemmap_list_populate()
202 static int __meminit __vmemmap_populate(unsigned long start, unsigned long end, int node, in __vmemmap_populate()
276 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node, in vmemmap_populate()
470 static int __init dt_scan_mmu_pid_width(unsigned long node, in dt_scan_mmu_pid_width()
519 static int __init probe_memory_block_size(unsigned long node, const char *uname, int in probe_memory_block_size()
/openbmc/linux/drivers/acpi/numa/
H A Dsrat.c45 int node_to_pxm(int node) in node_to_pxm()
52 static void __acpi_map_pxm_to_node(int pxm, int node) in __acpi_map_pxm_to_node()
62 int node; in acpi_map_pxm_to_node() local
251 int node, pxm; in acpi_numa_memory_affinity_init() local
312 int node; in acpi_parse_cfmws() local
427 int node; in acpi_parse_gi_affinity() local
/openbmc/linux/drivers/regulator/
H A Dof_regulator.c336 struct device_node *node, in of_get_regulator_init_data()
387 int of_regulator_match(struct device *dev, struct device_node *node, in of_regulator_match()
503 struct device_node **node) in regulator_of_get_init_data()
558 struct device_node *node = rdev->dev.of_node; in of_get_n_coupled() local
617 struct device_node *node = rdev->dev.of_node; in of_check_coupling_data() local
690 struct device_node *node = rdev->dev.of_node; in of_parse_coupled_regulator() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dalloc.c57 int node) in mlx5_dma_zalloc_coherent_node()
75 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node()
134 int node) in mlx5_alloc_db_pgdir()
187 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h60 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ptr->ra); in mwifiex_is_station_ampdu_allowed() local
159 struct mwifiex_sta_node *node) in mwifiex_is_sta_11n_enabled()
173 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ra); in mwifiex_tdls_peer_11n_enabled() local
/openbmc/linux/kernel/irq/
H A Dirqdesc.c54 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks()
80 static void desc_smp_init(struct irq_desc *desc, int node, in desc_smp_init()
97 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks()
99 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init()
102 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
415 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc()
496 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
551 int i, initcnt, node = first_online_node; in early_irq_init() local
589 int count, i, node = first_online_node; in early_irq_init() local
629 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_stat.c27 struct rb_node node; member
174 struct rb_node *node; in stat_seq_start() local
198 struct rb_node *node = p; in stat_seq_next() local
310 struct stat_session *session, *node; in register_stat_tracer() local
353 struct stat_session *node, *tmp; in unregister_stat_tracer() local
/openbmc/linux/kernel/
H A Dscs.c31 static void *__scs_alloc(int node) in __scs_alloc()
54 void *scs_alloc(int node) in scs_alloc()
114 int scs_prepare(struct task_struct *tsk, int node) in scs_prepare()
/openbmc/linux/drivers/base/
H A Ddevres.c27 struct devres_node node; member
39 struct devres_node node[2]; member
56 static void devres_dbg(struct device *dev, struct devres_node *node, in devres_dbg()
64 #define devres_dbg(dev, node, op) do {} while (0) argument
67 static void devres_log(struct device *dev, struct devres_node *node, in devres_log()
88 static struct devres_group * node_to_group(struct devres_node *node) in node_to_group()
132 static void add_dr(struct device *dev, struct devres_node *node) in add_dr()
195 struct devres_node *node; in devres_for_each_res() local
257 struct devres_node *node; in find_dr() local
439 struct devres_node *node, *n; in remove_nodes() local
[all …]
/openbmc/linux/drivers/clk/bcm/
H A Dclk-nsp.c29 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()

12345678910>>...129