Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 2533) sorted by relevance

12345678910>>...102

/Linux-v5.10/lib/
Dassoc_array.c26 const struct assoc_array_node *node; in assoc_array_subtree_iterate() local
153 struct assoc_array_node *node; /* Node in which leaf might be found */ member
176 struct assoc_array_node *node; in assoc_array_walk() local
309 const struct assoc_array_node *node; in assoc_array_find() local
347 struct assoc_array_node *node; in assoc_array_destroy_subtree() local
480 struct assoc_array_node *node, *new_n0, *new_n1, *side; in assoc_array_insert_into_terminal_node() local
798 struct assoc_array_node *node, *new_n0, *side; in assoc_array_insert_mid_shortcut() local
1038 struct assoc_array_node *node; member
1085 struct assoc_array_node *node, *new_n0; in assoc_array_delete() local
1349 struct assoc_array_node *node; in assoc_array_apply_edit() local
[all …]
Dinterval_tree.c7 #define START(node) ((node)->start) argument
8 #define LAST(node) ((node)->last) argument
/Linux-v5.10/include/drm/
Ddrm_of.h69 struct device_node *node) in drm_of_component_match_add()
81 static inline int drm_of_encoder_active_endpoint(struct device_node *node, in drm_of_encoder_active_endpoint()
131 static inline int drm_of_encoder_active_endpoint_id(struct device_node *node, in drm_of_encoder_active_endpoint_id()
141 static inline int drm_of_encoder_active_port_id(struct device_node *node, in drm_of_encoder_active_port_id()
/Linux-v5.10/security/selinux/
Davc.c156 struct avc_node *node; in avc_get_hash_stats() local
329 static int avc_add_xperms_decision(struct avc_node *node, in avc_add_xperms_decision()
354 static int avc_xperms_populate(struct avc_node *node, in avc_xperms_populate()
435 struct avc_node *node = container_of(rhead, struct avc_node, rhead); in avc_node_free() local
441 static void avc_node_delete(struct selinux_avc *avc, struct avc_node *node) in avc_node_delete()
448 static void avc_node_kill(struct selinux_avc *avc, struct avc_node *node) in avc_node_kill()
466 struct avc_node *node; in avc_reclaim_node() local
501 struct avc_node *node; in avc_alloc_node() local
518 static void avc_node_populate(struct avc_node *node, u32 ssid, u32 tsid, u16 tclass, struct av_deci… in avc_node_populate()
529 struct avc_node *node, *ret = NULL; in avc_search_node() local
[all …]
/Linux-v5.10/drivers/acpi/acpica/
Drsutils.c433 acpi_rs_get_prt_method_data(struct acpi_namespace_node *node, in acpi_rs_get_prt_method_data()
483 acpi_rs_get_crs_method_data(struct acpi_namespace_node *node, in acpi_rs_get_crs_method_data()
534 acpi_rs_get_prs_method_data(struct acpi_namespace_node *node, in acpi_rs_get_prs_method_data()
585 acpi_rs_get_aei_method_data(struct acpi_namespace_node *node, in acpi_rs_get_aei_method_data()
691 acpi_rs_set_srs_method_data(struct acpi_namespace_node *node, in acpi_rs_set_srs_method_data()
Ddsopcode.c273 struct acpi_namespace_node *node; in acpi_ds_eval_buffer_field_operands() local
359 struct acpi_namespace_node *node; in acpi_ds_eval_region_operands() local
466 struct acpi_namespace_node *node; in acpi_ds_eval_table_region_operands() local
686 struct acpi_namespace_node *node; in acpi_ds_eval_bank_field_operands() local
/Linux-v5.10/kernel/irq/
Dirqdesc.c55 static int alloc_masks(struct irq_desc *desc, int node) in alloc_masks()
81 static void desc_smp_init(struct irq_desc *desc, int node, in desc_smp_init()
98 alloc_masks(struct irq_desc *desc, int node) { return 0; } in alloc_masks()
100 desc_smp_init(struct irq_desc *desc, int node, const struct cpumask *affinity) { } in desc_smp_init()
103 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
387 static struct irq_desc *alloc_desc(int irq, int node, unsigned int flags, in alloc_desc()
466 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
521 int i, initcnt, node = first_online_node; in early_irq_init() local
560 int count, i, node = first_online_node; in early_irq_init() local
597 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
[all …]
/Linux-v5.10/arch/x86/include/asm/
Dnuma.h38 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node()
46 static inline void set_apicid_to_node(int apicid, s16 node) in set_apicid_to_node()
68 static inline void numa_set_node(int cpu, int node) { } in numa_set_node()
/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c169 static struct bgx *get_bgx(int node, int bgx_idx) in get_bgx()
177 unsigned bgx_get_map(int node) in bgx_get_map()
192 int bgx_get_lmac_count(int node, int bgx_idx) in bgx_get_lmac_count()
205 void bgx_get_lmac_link_state(int node, int bgx_idx, int lmacid, void *status) in bgx_get_lmac_link_state()
223 const u8 *bgx_get_lmac_mac(int node, int bgx_idx, int lmacid) in bgx_get_lmac_mac()
234 void bgx_set_lmac_mac(int node, int bgx_idx, int lmacid, const u8 *mac) in bgx_set_lmac_mac()
331 void bgx_set_dmac_cam_filter(int node, int bgx_idx, int lmacid, in bgx_set_dmac_cam_filter()
354 void bgx_set_xcast_mode(int node, int bgx_idx, int lmacid, u8 mode) in bgx_set_xcast_mode()
388 void bgx_reset_xcast_mode(int node, int bgx_idx, int lmacid, u8 vf_id) in bgx_reset_xcast_mode()
402 void bgx_lmac_rx_tx_enable(int node, int bgx_idx, int lmacid, bool enable) in bgx_lmac_rx_tx_enable()
[all …]
/Linux-v5.10/arch/mips/pci/
Dmsi-xlp.c113 struct nlm_soc_info *node; member
293 static int xlp_setup_msi(uint64_t lnkbase, int node, int link, in xlp_setup_msi()
400 static int xlp_setup_msix(uint64_t lnkbase, int node, int link, in xlp_setup_msix()
448 int node, link, slot; in arch_setup_msi_irq() local
466 void __init xlp_init_node_msi_irqs(int node, int link) in xlp_init_node_msi_irqs()
515 void nlm_dispatch_msi(int node, int lirq) in nlm_dispatch_msi()
545 void nlm_dispatch_msix(int node, int lirq) in nlm_dispatch_msix()
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dutil.c525 struct mwifiex_sta_node *node; in mwifiex_get_sta_entry() local
541 struct mwifiex_sta_node *node; in mwifiex_get_tdls_sta_entry() local
605 struct mwifiex_sta_node *node; in mwifiex_add_sta_entry() local
632 int ies_len, struct mwifiex_sta_node *node) in mwifiex_set_sta_ht_cap()
659 struct mwifiex_sta_node *node; in mwifiex_del_sta_entry() local
676 struct mwifiex_sta_node *node, *tmp; in mwifiex_del_all_sta_list() local
/Linux-v5.10/drivers/clk/sunxi-ng/
Dccu-sun5i.c987 static void __init sun5i_ccu_init(struct device_node *node, in sun5i_ccu_init()
1018 static void __init sun5i_a10s_ccu_setup(struct device_node *node) in sun5i_a10s_ccu_setup()
1025 static void __init sun5i_a13_ccu_setup(struct device_node *node) in sun5i_a13_ccu_setup()
1032 static void __init sun5i_gr8_ccu_setup(struct device_node *node) in sun5i_gr8_ccu_setup()
/Linux-v5.10/drivers/gpu/drm/v3d/
Dv3d_debugfs.c82 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_v3d_debugfs_regs() local
129 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_v3d_debugfs_ident() local
198 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_debugfs_bo_stats() local
214 struct drm_info_node *node = (struct drm_info_node *)m->private; in v3d_measure_clock() local
/Linux-v5.10/drivers/clk/sunxi/
Dclk-a10-pll2.c38 static void __init sun4i_pll2_setup(struct device_node *node, in sun4i_pll2_setup()
181 static void __init sun4i_a10_pll2_setup(struct device_node *node) in sun4i_a10_pll2_setup()
189 static void __init sun5i_a13_pll2_setup(struct device_node *node) in sun5i_a13_pll2_setup()
/Linux-v5.10/tools/include/linux/
Drbtree_augmented.h49 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
56 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
187 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
291 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
300 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c57 int node) in mlx5_dma_zalloc_coherent_node()
75 struct mlx5_frag_buf *buf, int node) in mlx5_buf_alloc_node()
122 struct mlx5_frag_buf *buf, int node) in mlx5_frag_buf_alloc_node()
181 int node) in mlx5_alloc_db_pgdir()
234 int mlx5_db_alloc_node(struct mlx5_core_dev *dev, struct mlx5_db *db, int node) in mlx5_db_alloc_node()
/Linux-v5.10/include/linux/
Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
76 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
105 static inline void hash_del(struct hlist_node *node) in hash_del()
114 static inline void hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_sched.c154 struct ice_sched_node *node; in ice_sched_add_node() local
304 void ice_free_sched_node(struct ice_port_info *pi, struct ice_sched_node *node) in ice_free_sched_node()
1037 struct ice_sched_node *node; in ice_rm_dflt_leaf_node() local
1065 struct ice_sched_node *node; in ice_sched_rm_dflt_nodes() local
1256 struct ice_sched_node *node) in ice_sched_find_node_in_subtree()
1382 struct ice_sched_node *node; in ice_sched_get_vsi_node() local
1442 struct ice_sched_node *parent, *node; in ice_sched_add_vsi_child_nodes() local
1496 struct ice_sched_node *node; in ice_sched_calc_vsi_support_nodes() local
1785 static bool ice_sched_is_leaf_node_present(struct ice_sched_node *node) in ice_sched_is_leaf_node_present()
1917 ice_sched_update_elem(struct ice_hw *hw, struct ice_sched_node *node, in ice_sched_update_elem()
[all …]
/Linux-v5.10/drivers/pnp/pnpbios/
Dproc.c125 struct pnp_bios_node *node; in pnp_devices_proc_show() local
156 struct pnp_bios_node *node; in pnpbios_proc_show() local
183 struct pnp_bios_node *node; in pnpbios_proc_write() local
221 int pnpbios_interface_attach_device(struct pnp_bios_node *node) in pnpbios_interface_attach_device()
/Linux-v5.10/net/qrtr/
Dns.c60 unsigned int node; member
73 struct qrtr_node *node; in node_get() local
194 struct qrtr_node *node; in announce_servers() local
236 struct qrtr_node *node; in server_add() local
273 static int server_del(struct qrtr_node *node, unsigned int port) in server_del()
348 struct qrtr_node *node; in ctrl_cmd_bye() local
428 struct qrtr_node *node; in ctrl_cmd_del_client() local
554 struct qrtr_node *node; in ctrl_cmd_del_server() local
584 struct qrtr_node *node; in ctrl_cmd_new_lookup() local
/Linux-v5.10/fs/ocfs2/dlm/
Ddlmdomain.c490 unsigned int node; in dlm_begin_exit_domain_handler() local
533 int node = -1, num = 0; in __dlm_print_nodes() local
550 unsigned int node; in dlm_exit_domain_handler() local
577 unsigned int node) in dlm_send_one_domain_exit()
600 int node = -1; in dlm_begin_exit_domain() local
629 int node, clear_node, status; in dlm_leave_domain() local
728 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check()
1219 struct o2nm_node *node; in dlm_send_nodeinfo() local
1353 unsigned int node) in dlm_send_one_join_cancel()
1383 int node; in dlm_send_join_cancels() local
[all …]
/Linux-v5.10/arch/riscv/kernel/
Dcpu.c15 int riscv_of_processor_hartid(struct device_node *node) in riscv_of_processor_hartid()
53 int riscv_of_parent_hartid(struct device_node *node) in riscv_of_parent_hartid()
108 struct device_node *node = of_get_cpu_node(cpu_id, NULL); in c_show() local
/Linux-v5.10/fs/unicode/
Dmkutf8data.c361 struct node { struct
366 struct node *parent; argument
371 unsigned char leftnode; argument
372 unsigned char rightnode; argument
382 struct node *node; in lookup() local
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
[all …]
/Linux-v5.10/fs/ext4/
Dextents_status.c181 struct rb_node *node; in ext4_es_print_tree() local
213 struct rb_node *node = root->rb_node; in __es_tree_search() local
263 struct rb_node *node; in __es_find_extent_range() local
542 struct rb_node *node; in ext4_es_try_to_merge_left() local
566 struct rb_node *node; in ext4_es_try_to_merge_right() local
923 struct rb_node *node; in ext4_es_lookup_extent() local
1014 struct rb_node *node; in init_rsvd() local
1137 struct rb_node *node = root->rb_node; in __pr_tree_search() local
1182 struct rb_node *node; in get_rsvd() local
1307 struct rb_node *node; in __es_remove_extent() local
[all …]
/Linux-v5.10/arch/sparc/kernel/
Dvio.c207 static const u64 *vio_cfg_handle(struct mdesc_handle *hp, u64 node) in vio_cfg_handle()
240 u64 node; in vio_vdev_node() local
413 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add()
421 u64 node; member
428 u64 node; in vio_md_node_match() local
440 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove()
471 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds()

12345678910>>...102