Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 158) sorted by relevance

1234567

/include/asm-generic/
Dtopology.h38 #define set_numa_node(node) argument
41 #define set_cpu_numa_node(cpu, node) argument
48 #define parent_node(node) ((void)(node),0) argument
52 #define cpumask_of_node(node) ((node) == 0 ? cpu_online_mask : cpu_none_mask) argument
54 #define cpumask_of_node(node) ((void)node, cpu_online_mask) argument
72 #define set_numa_mem(node) argument
75 #define set_cpu_numa_mem(cpu, node) argument
/include/linux/
Dof_graph.h62 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
74 struct device_node *node, u32 id) in of_graph_get_port_by_id()
93 const struct device_node *node) in of_graph_get_remote_endpoint()
99 struct device_node *node) in of_graph_get_port_parent()
105 const struct device_node *node) in of_graph_get_remote_port_parent()
111 const struct device_node *node) in of_graph_get_remote_port()
116 const struct device_node *node, in of_graph_get_remote_node()
Dtopology.h38 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument
41 #define for_each_node_with_cpus(node) \ argument
85 static inline void set_numa_node(int node) in set_numa_node()
92 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node()
121 static inline void set_numa_mem(int node) in set_numa_mem()
129 static inline int node_to_mem_node(int node) in node_to_mem_node()
151 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
169 static inline int node_to_mem_node(int node) in node_to_mem_node()
Drbtree_latch.h40 struct rb_node node[2]; member
69 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb()
80 struct rb_node *node = &ltn->node[idx]; in __lt_insert() local
106 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find()
108 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local
143 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert()
170 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase()
202 struct latch_tree_node *node; in latch_tree_find() local
Dreset.h65 struct device_node *node, in __of_reset_control_get()
182 struct device_node *node, const char *id) in of_reset_control_get_exclusive()
207 struct device_node *node, const char *id) in of_reset_control_get_shared()
224 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index()
252 struct device_node *node, int index) in of_reset_control_get_shared_by_index()
358 struct device_node *node, const char *id) in of_reset_control_get()
364 struct device_node *node, int index) in of_reset_control_get_by_index()
416 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive()
422 of_reset_control_array_get_shared(struct device_node *node) in of_reset_control_array_get_shared()
428 of_reset_control_array_get_optional_exclusive(struct device_node *node) in of_reset_control_array_get_optional_exclusive()
[all …]
Dnodemask.h118 #define node_set(node, dst) __node_set((node), &(dst)) argument
119 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
124 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
125 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
143 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
145 #define node_test_and_set(node, nodemask) \ argument
147 static inline int __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
272 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
278 #define nodemask_of_node(node) \ argument
369 #define for_each_node_mask(node, mask) \ argument
[all …]
Dllist.h126 #define llist_for_each(pos, node) \ argument
145 #define llist_for_each_safe(pos, n, node) \ argument
163 #define llist_for_each_entry(pos, node, member) \ argument
185 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
204 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
Drbtree.h71 #define RB_EMPTY_NODE(node) \ argument
73 #define RB_CLEAR_NODE(node) \ argument
103 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
112 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu()
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()
Drbtree_augmented.h59 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
66 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached()
163 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
271 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
281 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
Dof_pci.h49 of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range()
55 of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr()
68 of_pci_get_max_link_speed(struct device_node *node) in of_pci_get_max_link_speed()
Dslab.h354 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
359 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
376 int node, size_t size) in kmem_cache_alloc_node_trace()
395 int node, size_t size) in kmem_cache_alloc_node_trace()
516 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
635 #define kmalloc_node_track_caller(size, flags, node) \ argument
641 #define kmalloc_node_track_caller(size, flags, node) \ argument
670 static inline void *kzalloc_node(size_t size, gfp_t flags, int node) in kzalloc_node()
Dnode.h22 struct node { struct
26 struct work_struct node_work; argument
31 extern struct node *node_devices[]; argument
Dtimerqueue.h10 struct rb_node node; member
41 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init()
Dirqbypass.h49 struct list_head node; member
75 struct list_head node; member
Ddca.h36 struct list_head node; member
43 struct list_head node; member
Dcpuhotplug.h255 struct hlist_node *node), in cpuhp_setup_state_multi()
280 struct hlist_node *node) in cpuhp_state_add_instance()
295 struct hlist_node *node) in cpuhp_state_add_instance_nocalls()
302 struct hlist_node *node) in cpuhp_state_add_instance_nocalls_cpuslocked()
363 struct hlist_node *node) in cpuhp_state_remove_instance()
377 struct hlist_node *node) in cpuhp_state_remove_instance_nocalls()
Dplist.h112 #define PLIST_NODE_INIT(node, __prio) \ argument
134 static inline void plist_node_init(struct plist_node *node, int prio) in plist_node_init()
221 static inline int plist_node_empty(const struct plist_node *node) in plist_node_empty()
Dof.h92 struct device_node *node; member
104 static inline void of_node_init(struct device_node *node) in of_node_init()
111 static inline int of_node_is_initialized(struct device_node *node) in of_node_is_initialized()
117 static inline int of_node_is_attached(struct device_node *node) in of_node_is_attached()
127 static inline struct device_node *of_node_get(struct device_node *node) in of_node_get()
131 static inline void of_node_put(struct device_node *node) { } in of_node_put()
167 #define of_fwnode_handle(node) \ argument
180 static inline bool of_node_is_root(const struct device_node *node) in of_node_is_root()
600 static inline struct device_node *of_get_parent(const struct device_node *node) in of_get_parent()
606 const struct device_node *node, struct device_node *prev) in of_get_next_child()
[all …]
/include/drm/
Ddrm_vma_manager.h87 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local
135 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset()
156 static inline unsigned long drm_vma_node_start(struct drm_vma_offset_node *node) in drm_vma_node_start()
173 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size()
190 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr()
207 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap()
228 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
Ddrm_of.h44 struct device_node *node) in drm_of_component_match_add()
56 static inline int drm_of_encoder_active_endpoint(struct device_node *node, in drm_of_encoder_active_endpoint()
71 static inline int drm_of_encoder_active_endpoint_id(struct device_node *node, in drm_of_encoder_active_endpoint_id()
81 static inline int drm_of_encoder_active_port_id(struct device_node *node, in drm_of_encoder_active_port_id()
/include/sound/
Dsimple_card_utils.h43 #define asoc_simple_card_parse_clk_cpu(dev, node, dai_link, simple_dai) \ argument
46 #define asoc_simple_card_parse_clk_codec(dev, node, dai_link, simple_dai) \ argument
57 #define asoc_simple_card_parse_cpu(node, dai_link, \ argument
61 #define asoc_simple_card_parse_codec(node, dai_link, list_name, cells_name) \ argument
64 #define asoc_simple_card_parse_platform(node, dai_link, list_name, cells_name) \ argument
/include/linux/regulator/
Dof_regulator.h31 struct device_node *node, in of_get_regulator_init_data()
38 struct device_node *node, in of_regulator_match()
/include/net/
Dipx.h22 __u8 node[IPX_NODE_LEN]; member
76 struct list_head node; /* node in ipx_interfaces list */ member
84 struct list_head node; /* node in ipx_routes list */ member
107 unsigned char node[IPX_NODE_LEN]; member
/include/linux/clk/
Dclk-conf.h17 static inline int of_clk_set_defaults(struct device_node *node, in of_clk_set_defaults()

1234567