Home
last modified time | relevance | path

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

12345678910>>...89

/Linux-v4.19/kernel/bpf/
Dpercpu_freelist.c32 struct pcpu_freelist_node *node) in __pcpu_freelist_push()
41 struct pcpu_freelist_node *node) in pcpu_freelist_push()
80 struct pcpu_freelist_node *node; in pcpu_freelist_pop() local
/Linux-v4.19/include/linux/
Drbtree_augmented.h60 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
67 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
164 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
272 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
282 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
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-v4.19/drivers/base/
Ddevres.c26 struct devres_node node; member
32 struct devres_node node[2]; member
42 static void set_node_dbginfo(struct devres_node *node, const char *name, in set_node_dbginfo()
49 static void devres_log(struct device *dev, struct devres_node *node, in devres_log()
57 #define set_node_dbginfo(node, n, s) do {} while (0) argument
58 #define devres_log(dev, node, op) do {} while (0) argument
75 static struct devres_group * node_to_group(struct devres_node *node) in node_to_group()
106 static void add_dr(struct device *dev, struct devres_node *node) in add_dr()
173 struct devres_node *node; in devres_for_each_res() local
235 struct devres_node *node; in find_dr() local
[all …]
/Linux-v4.19/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
222 int pnpbios_interface_attach_device(struct pnp_bios_node *node) in pnpbios_interface_attach_device()
/Linux-v4.19/arch/mips/loongson64/loongson-3/
Dnuma.c124 static void __init szmem(unsigned int node) in szmem()
181 static void __init node_mem_init(unsigned int node) in node_mem_init()
227 unsigned int node, cpu, active_cpu = 0; in prom_meminit() local
256 unsigned node; in paging_init() local
/Linux-v4.19/drivers/acpi/acpica/
Ddsopcode.c270 struct acpi_namespace_node *node; in acpi_ds_eval_buffer_field_operands() local
356 struct acpi_namespace_node *node; in acpi_ds_eval_region_operands() local
448 struct acpi_namespace_node *node; in acpi_ds_eval_table_region_operands() local
668 struct acpi_namespace_node *node; in acpi_ds_eval_bank_field_operands() local
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()
/Linux-v4.19/drivers/hwtracing/coresight/
Dof_coresight.c48 static void of_coresight_get_ports(const struct device_node *node, in of_coresight_get_ports()
100 int of_coresight_get_cpu(const struct device_node *node) in of_coresight_get_cpu()
119 const struct device_node *node) in of_get_coresight_platform_data()
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmdomain.c506 unsigned int node; in dlm_begin_exit_domain_handler() local
549 int node = -1, num = 0; in __dlm_print_nodes() local
566 unsigned int node; in dlm_exit_domain_handler() local
593 unsigned int node) in dlm_send_one_domain_exit()
616 int node = -1; in dlm_begin_exit_domain() local
645 int node, clear_node, status; in dlm_leave_domain() local
744 static int dlm_query_join_proto_check(char *proto_type, int node, in dlm_query_join_proto_check()
1235 struct o2nm_node *node; in dlm_send_nodeinfo() local
1369 unsigned int node) in dlm_send_one_join_cancel()
1399 int node; in dlm_send_join_cancels() local
[all …]
/Linux-v4.19/drivers/clk/keystone/
Dpll.c162 static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) in _of_pll_clk_init()
230 static void __init of_keystone_pll_clk_init(struct device_node *node) in of_keystone_pll_clk_init()
241 static void __init of_keystone_main_pll_clk_init(struct device_node *node) in of_keystone_main_pll_clk_init()
252 static void __init of_pll_div_clk_init(struct device_node *node) in of_pll_div_clk_init()
301 static void __init of_pll_mux_clk_init(struct device_node *node) in of_pll_mux_clk_init()
/Linux-v4.19/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
416 static void vio_add(struct mdesc_handle *hp, u64 node, in vio_add()
424 u64 node; member
431 u64 node; in vio_md_node_match() local
443 static void vio_remove(struct mdesc_handle *hp, u64 node, const char *node_name) in vio_remove()
474 static void vio_add_ds(struct mdesc_handle *hp, u64 node, in vio_add_ds()
/Linux-v4.19/arch/powerpc/boot/
Ddevtree.c136 void dt_get_reg_format(void *node, u32 *naddr, u32 *nsize) in dt_get_reg_format()
232 static int dt_xlate(void *node, int res, int reglen, unsigned long *addr, in dt_xlate()
317 int dt_xlate_reg(void *node, int res, unsigned long *addr, unsigned long *size) in dt_xlate_reg()
325 int dt_xlate_addr(void *node, u32 *buf, int buflen, unsigned long *xlated_addr) in dt_xlate_addr()
335 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
354 int dt_get_virtual_reg(void *node, void **addr, int nres) in dt_get_virtual_reg()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
D11n.h72 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ptr->ra); in mwifiex_is_station_ampdu_allowed() local
172 struct mwifiex_sta_node *node) in mwifiex_is_sta_11n_enabled()
186 struct mwifiex_sta_node *node = mwifiex_get_sta_entry(priv, ra); in mwifiex_tdls_peer_11n_enabled() local
/Linux-v4.19/tools/include/linux/
Drbtree.h55 #define RB_EMPTY_NODE(node) \ argument
57 #define RB_CLEAR_NODE(node) \ argument
79 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dbase.c31 struct device_node *node; member
59 static bool omapdss_list_contains(const struct device_node *node) in omapdss_list_contains()
71 static void omapdss_walk_device(struct device *dev, struct device_node *node, in omapdss_walk_device()
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_nm.c27 static void scif_invalidate_ep(int node) in scif_invalidate_ep()
153 void scif_handle_remove_node(int node) in scif_handle_remove_node()
161 static int scif_send_rmnode_msg(int node, int remove_node) in scif_send_rmnode_msg()
/Linux-v4.19/arch/x86/kernel/
Damd_nb.c85 struct amd_northbridge *node_to_amd_nb(int node) in node_to_amd_nb()
102 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw()
135 int amd_smn_read(u16 node, u32 address, u32 *value) in amd_smn_read()
141 int amd_smn_write(u16 node, u32 address, u32 value) in amd_smn_write()
157 int amd_df_indirect_read(u16 node, u8 func, u16 reg, u8 instance_id, u32 *lo) in amd_df_indirect_read()
/Linux-v4.19/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c136 struct percpu_list_node *node, in this_cpu_list_push()
198 struct percpu_list_node *node; in __percpu_list_pop() local
219 struct percpu_list_node *node; in test_percpu_list_thread() local
253 struct percpu_list_node *node; in test_percpu_list() local
273 struct percpu_list_node *node; in test_percpu_list() local
/Linux-v4.19/drivers/acpi/
Dnuma.c54 int node_to_pxm(int node) in node_to_pxm()
61 static void __acpi_map_pxm_to_node(int pxm, int node) in __acpi_map_pxm_to_node()
71 int node; in acpi_map_pxm_to_node() local
106 int node, min_node; in acpi_map_pxm_to_online_node() local
265 int node, pxm; in acpi_numa_memory_affinity_init() local
/Linux-v4.19/arch/mips/sgi-ip27/
Dip27-memory.c265 static unsigned long __init slot_psize_compute(cnodeid_t node, int slot) in slot_psize_compute()
358 cnodeid_t node; in szmem() local
388 static void __init node_mem_init(cnodeid_t node) in node_mem_init()
438 cnodeid_t node; in prom_meminit() local
462 unsigned node; in paging_init() local
/Linux-v4.19/kernel/trace/
Dtrace_stat.c27 struct rb_node node; member
176 struct rb_node *node; in stat_seq_start() local
200 struct rb_node *node = p; in stat_seq_next() local
304 struct stat_session *session, *node; in register_stat_tracer() local
348 struct stat_session *node, *tmp; in unregister_stat_tracer() local
/Linux-v4.19/arch/alpha/include/asm/
Dtopology.h12 int node; in cpu_to_node() local
28 static const struct cpumask *cpumask_of_node(int node) in cpumask_of_node()
/Linux-v4.19/drivers/clk/bcm/
Dclk-nsp.c39 static void __init nsp_armpll_init(struct device_node *node) in nsp_armpll_init()
95 static void __init nsp_genpll_clk_init(struct device_node *node) in nsp_genpll_clk_init()
134 static void __init nsp_lcpll0_clk_init(struct device_node *node) in nsp_lcpll0_clk_init()
/Linux-v4.19/fs/btrfs/
Drelocation.c81 struct backref_node *node[2]; member
209 struct backref_node *node; in backref_cache_cleanup() local
237 struct backref_node *node; in alloc_backref_node() local
251 struct backref_node *node) in free_backref_node()
279 struct rb_node *node) in tree_insert()
336 static struct backref_node *walk_up_backref(struct backref_node *node, in walk_up_backref()
381 static void unlock_node_buffer(struct backref_node *node) in unlock_node_buffer()
389 static void drop_node_buffer(struct backref_node *node) in drop_node_buffer()
399 struct backref_node *node) in drop_backref_node()
415 struct backref_node *node) in remove_backref_node()
[all …]

12345678910>>...89