Home
last modified time | relevance | path

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

123456

/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/drm/
Ddrm_vma_manager.h90 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup() local
145 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset()
166 static inline unsigned long drm_vma_node_start(struct drm_vma_offset_node *node) in drm_vma_node_start()
183 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size()
196 static inline bool drm_vma_node_has_offset(struct drm_vma_offset_node *node) in drm_vma_node_has_offset()
213 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr()
230 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap()
251 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
Ddrm_mm.h107 static inline bool drm_mm_node_allocated(struct drm_mm_node *node) in drm_mm_node_allocated()
247 struct drm_mm_node *node, in drm_mm_insert_node()
284 struct drm_mm_node *node, in drm_mm_insert_node_in_range()
/include/linux/
Dtopology.h42 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument
45 #define for_each_node_with_cpus(node) \ argument
89 static inline void set_numa_node(int node) in set_numa_node()
96 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node()
125 static inline void set_numa_mem(int node) in set_numa_mem()
133 static inline int node_to_mem_node(int node) in node_to_mem_node()
155 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
173 static inline int node_to_mem_node(int node) in node_to_mem_node()
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()
265 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
271 #define nodemask_of_node(node) \ argument
378 #define for_each_node_mask(node, mask) \ argument
[all …]
Dof_graph.h39 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint()
53 const struct device_node *node) in of_graph_get_remote_port_parent()
59 const struct device_node *node) in of_graph_get_remote_port()
Dllist.h104 #define llist_for_each(pos, node) \ argument
122 #define llist_for_each_entry(pos, node, member) \ argument
144 #define llist_for_each_entry_safe(pos, n, node, member) \ argument
163 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
Dnode.h21 struct node { struct
25 struct work_struct node_work; argument
30 extern struct node *node_devices[]; argument
Dslab.h309 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
314 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node()
331 int node, size_t size) in kmem_cache_alloc_node_trace()
347 int node, size_t size) in kmem_cache_alloc_node_trace()
464 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
570 #define kmalloc_node_track_caller(size, flags, node) \ argument
576 #define kmalloc_node_track_caller(size, flags, node) \ argument
605 static inline void *kzalloc_node(size_t size, gfp_t flags, int node) in kzalloc_node()
Dhashtable.h55 #define hash_add(hashtable, node, key) \ argument
64 #define hash_add_rcu(hashtable, node, key) \ argument
71 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed()
100 static inline void hash_del(struct hlist_node *node) in hash_del()
109 static inline void hash_del_rcu(struct hlist_node *node) in hash_del_rcu()
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()
Dtimerqueue.h9 struct rb_node node; member
40 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init()
Dof_pci.h43 of_pci_parse_bus_range(struct device_node *node, struct resource *res) in of_pci_parse_bus_range()
49 of_get_pci_domain_nr(struct device_node *node) in of_get_pci_domain_nr()
Dmigrate.h93 struct vm_area_struct *vma, int node) in migrate_misplaced_page()
97 static inline bool migrate_ratelimited(int node) in migrate_ratelimited()
114 struct page *page, int node) in migrate_misplaced_transhuge_page()
Dcpuset.h54 static inline int cpuset_node_allowed_softwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_softwall()
60 static inline int cpuset_node_allowed_hardwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_hardwall()
182 static inline int cpuset_node_allowed_softwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_softwall()
187 static inline int cpuset_node_allowed_hardwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_hardwall()
Ddca.h36 struct list_head node; member
43 struct list_head node; member
Drbtree_augmented.h57 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented()
137 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented()
234 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented()
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.h80 static inline void of_node_init(struct device_node *node) in of_node_init()
86 static inline int of_node_is_initialized(struct device_node *node) in of_node_is_initialized()
92 static inline int of_node_is_attached(struct device_node *node) in of_node_is_attached()
102 static inline struct device_node *of_node_get(struct device_node *node) in of_node_get()
106 static inline void of_node_put(struct device_node *node) { } in of_node_put()
123 static inline bool of_node_is_root(const struct device_node *node) in of_node_is_root()
393 static inline struct device_node *of_get_parent(const struct device_node *node) in of_get_parent()
399 const struct device_node *node, struct device_node *prev) in of_get_next_child()
405 const struct device_node *node, struct device_node *prev) in of_get_next_available_child()
422 const struct device_node *node, in of_get_child_by_name()
[all …]
Dcompaction.h141 static inline int compaction_register_node(struct node *node) in compaction_register_node()
146 static inline void compaction_unregister_node(struct node *node) in compaction_unregister_node()
Dsyscore_ops.h15 struct list_head node; member
/include/linux/regulator/
Dof_regulator.h26 struct device_node *node) in of_get_regulator_init_data()
32 struct device_node *node, in of_regulator_match()
/include/linux/clk/
Dclk-conf.h15 static inline int of_clk_set_defaults(struct device_node *node, in of_clk_set_defaults()
/include/net/
Dipx.h20 __u8 node[IPX_NODE_LEN]; member
71 struct list_head node; /* node in ipx_interfaces list */ member
79 struct list_head node; /* node in ipx_routes list */ member
102 unsigned char node[IPX_NODE_LEN]; member
/include/drm/bridge/
Dptn3460.h30 struct device_node *node) in ptn3460_init()

123456