Home
last modified time | relevance | path

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

12345

/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
51 #define cpumask_of_node(node) ((void)node, cpu_online_mask) argument
68 #define set_numa_mem(node) argument
71 #define set_cpu_numa_mem(cpu, node) argument
/include/linux/
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()
122 #define hash_for_each(name, bkt, node, obj, member) \ argument
134 #define hash_for_each_rcu(name, bkt, node, obj, member) \ argument
148 #define hash_for_each_safe(name, bkt, node, tmp, obj, member) \ argument
161 #define hash_for_each_possible(name, obj, node, member, key) \ argument
174 #define hash_for_each_possible_rcu(name, obj, node, member, key) \ argument
[all …]
Dtopology.h42 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument
45 #define for_each_node_with_cpus(node) \ argument
240 static inline void set_numa_node(int node) in set_numa_node()
247 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node()
275 static inline void set_numa_mem(int node) in set_numa_mem()
297 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem()
Dnodemask.h101 #define node_set(node, dst) __node_set((node), &(dst)) argument
102 static inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set()
107 #define node_clear(node, dst) __node_clear((node), &(dst)) argument
108 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear()
126 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument
128 #define node_test_and_set(node, nodemask) \ argument
130 static inline int __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set()
248 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node()
254 #define nodemask_of_node(node) \ argument
361 #define for_each_node_mask(node, mask) \ argument
[all …]
Dslab.h272 static inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
277 static inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node()
285 gfp_t flags, int node) in kmem_cache_alloc_node()
321 #define kmalloc_node_track_caller(size, flags, node) \ argument
325 #define kmalloc_node_track_caller(size, flags, node) \ argument
331 #define kmalloc_node_track_caller(size, flags, node) \ argument
360 static inline void *kzalloc_node(size_t size, gfp_t flags, int node) in kzalloc_node()
Dprio_tree.h89 static inline int prio_tree_root(const struct prio_tree_node *node) in prio_tree_root()
94 static inline int prio_tree_left_empty(const struct prio_tree_node *node) in prio_tree_left_empty()
99 static inline int prio_tree_right_empty(const struct prio_tree_node *node) in prio_tree_right_empty()
112 #define raw_prio_tree_replace(root, old, node) \ argument
115 #define raw_prio_tree_insert(root, node) \ argument
117 #define raw_prio_tree_remove(root, node) \ argument
Dnode.h21 struct node { struct
25 struct work_struct node_work; argument
30 extern struct node node_devices[]; argument
Dllist.h104 #define llist_for_each(pos, node) \ argument
122 #define llist_for_each_entry(pos, node, member) \ argument
140 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
Dtimerqueue.h9 struct rb_node node; member
40 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init()
Drbtree.h136 #define RB_EMPTY_NODE(node) (rb_parent(node) == node) argument
137 #define RB_CLEAR_NODE(node) (rb_set_parent(node, node)) argument
168 static inline void rb_link_node(struct rb_node * node, struct rb_node * parent, in rb_link_node()
Dcpuset.h34 static inline int cpuset_node_allowed_softwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_softwall()
40 static inline int cpuset_node_allowed_hardwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_hardwall()
155 static inline int cpuset_node_allowed_softwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_softwall()
160 static inline int cpuset_node_allowed_hardwall(int node, gfp_t gfp_mask) in cpuset_node_allowed_hardwall()
Dplist.h105 #define PLIST_NODE_INIT(node, __prio) \ argument
127 static inline void plist_node_init(struct plist_node *node, int prio) in plist_node_init()
190 static inline int plist_node_empty(const struct plist_node *node) in plist_node_empty()
Ddca.h36 struct list_head node; member
43 struct list_head node; member
Dcompaction.h99 static inline int compaction_register_node(struct node *node) in compaction_register_node()
104 static inline void compaction_unregister_node(struct node *node) in compaction_unregister_node()
Dsyscore_ops.h15 struct list_head node; member
Dslub_def.h51 int node; /* The node of the page (or -1 for debug) */ member
112 struct kmem_cache_node *node[MAX_NUMNODES]; member
298 int node, size_t size) in kmem_cache_alloc_node_trace()
304 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
Dudp.h91 #define udp_portaddr_for_each_entry(__sk, node, list) \ argument
94 #define udp_portaddr_for_each_entry_rcu(__sk, node, list) \ argument
Dpersistent_ram.h42 struct list_head node; member
46 struct list_head node; member
Dslob_def.h14 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
Dclkdev.h21 struct list_head node; member
Drculist_nulls.h43 #define hlist_nulls_next_rcu(node) \ argument
/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
Ddatalink.h15 struct list_head node; member
Dinet_timewait_sock.h175 #define inet_twsk_for_each(tw, node, head) \ argument
178 #define inet_twsk_for_each_inmate(tw, node, jail) \ argument
181 #define inet_twsk_for_each_inmate_safe(tw, node, safe, jail) \ argument
/include/linux/regulator/
Dof_regulator.h16 struct device_node *node) in of_get_regulator_init_data()

12345