/include/asm-generic/ |
D | topology.h | 38 #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/ |
D | hashtable.h | 55 #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 …]
|
D | topology.h | 42 #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()
|
D | nodemask.h | 101 #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 …]
|
D | slab.h | 272 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()
|
D | prio_tree.h | 89 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
|
D | node.h | 21 struct node { struct 25 struct work_struct node_work; argument 30 extern struct node node_devices[]; argument
|
D | llist.h | 104 #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()
|
D | timerqueue.h | 9 struct rb_node node; member 40 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init()
|
D | rbtree.h | 136 #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()
|
D | cpuset.h | 34 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()
|
D | plist.h | 105 #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()
|
D | dca.h | 36 struct list_head node; member 43 struct list_head node; member
|
D | compaction.h | 99 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()
|
D | syscore_ops.h | 15 struct list_head node; member
|
D | slub_def.h | 51 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()
|
D | udp.h | 91 #define udp_portaddr_for_each_entry(__sk, node, list) \ argument 94 #define udp_portaddr_for_each_entry_rcu(__sk, node, list) \ argument
|
D | persistent_ram.h | 42 struct list_head node; member 46 struct list_head node; member
|
D | slob_def.h | 14 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node()
|
D | clkdev.h | 21 struct list_head node; member
|
D | rculist_nulls.h | 43 #define hlist_nulls_next_rcu(node) \ argument
|
/include/net/ |
D | ipx.h | 20 __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
|
D | datalink.h | 15 struct list_head node; member
|
D | inet_timewait_sock.h | 175 #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/ |
D | of_regulator.h | 16 struct device_node *node) in of_get_regulator_init_data()
|