/include/asm-generic/ |
D | topology.h | 38 #define set_numa_node(node) argument 41 #define set_cpu_numa_node(cpu, node) argument 49 #define cpumask_of_node(node) ((node) == 0 ? cpu_online_mask : cpu_none_mask) argument 51 #define cpumask_of_node(node) ((void)(node), cpu_online_mask) argument 69 #define set_numa_mem(node) argument 72 #define set_cpu_numa_mem(cpu, node) argument
|
/include/linux/ |
D | of_graph.h | 59 static inline int of_graph_parse_endpoint(const struct device_node *node, in of_graph_parse_endpoint() 71 struct device_node *node, u32 id) in of_graph_get_port_by_id() 90 const struct device_node *node) in of_graph_get_remote_endpoint() 96 struct device_node *node) in of_graph_get_port_parent() 102 const struct device_node *node) in of_graph_get_remote_port_parent() 108 const struct device_node *node) in of_graph_get_remote_port() 113 const struct device_node *node, in of_graph_get_remote_node()
|
D | rbtree_latch.h | 41 struct rb_node node[2]; member 70 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb() 81 struct rb_node *node = <n->node[idx]; in __lt_insert() local 107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find() 109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local 144 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert() 171 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase() 203 struct latch_tree_node *node; in latch_tree_find() local
|
D | topology.h | 39 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 42 #define for_each_node_with_cpus(node) \ argument 101 static inline void set_numa_node(int node) in set_numa_node() 108 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 137 static inline void set_numa_mem(int node) in set_numa_mem() 145 static inline int node_to_mem_node(int node) in node_to_mem_node() 167 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem() 185 static inline int node_to_mem_node(int node) in node_to_mem_node()
|
D | reset.h | 83 struct device_node *node, in __of_reset_control_get() 229 struct device_node *node, const char *id) in of_reset_control_get_exclusive() 254 struct device_node *node, const char *id) in of_reset_control_get_shared() 271 struct device_node *node, int index) in of_reset_control_get_exclusive_by_index() 299 struct device_node *node, int index) in of_reset_control_get_shared_by_index() 412 struct device_node *node, const char *id) in of_reset_control_get() 418 struct device_node *node, int index) in of_reset_control_get_by_index() 470 of_reset_control_array_get_exclusive(struct device_node *node) in of_reset_control_array_get_exclusive() 476 of_reset_control_array_get_exclusive_released(struct device_node *node) in of_reset_control_array_get_exclusive_released() 482 of_reset_control_array_get_shared(struct device_node *node) in of_reset_control_array_get_shared() [all …]
|
D | timerqueue.h | 10 struct rb_node node; member 41 static inline void timerqueue_init(struct timerqueue_node *node) in timerqueue_init() 46 static inline bool timerqueue_node_queued(struct timerqueue_node *node) in timerqueue_node_queued() 51 static inline bool timerqueue_node_expires(struct timerqueue_node *node) in timerqueue_node_expires()
|
D | nodemask.h | 127 #define node_set(node, dst) __node_set((node), &(dst)) argument 128 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 133 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 134 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 152 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 154 #define node_test_and_set(node, nodemask) \ argument 156 static inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 281 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node() 287 #define nodemask_of_node(node) \ argument 378 #define for_each_node_mask(node, mask) \ argument [all …]
|
D | llist.h | 114 #define llist_for_each(pos, node) \ argument 133 #define llist_for_each_safe(pos, n, node) \ argument 151 #define llist_for_each_entry(pos, node, member) \ argument 173 #define llist_for_each_entry_safe(pos, n, node, member) \ argument 192 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
|
D | rbtree.h | 43 #define RB_EMPTY_NODE(node) \ argument 45 #define RB_CLEAR_NODE(node) \ argument 69 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node() 78 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu() 135 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() 144 static inline void rb_erase_cached(struct rb_node *node, in rb_erase_cached()
|
D | node.h | 84 struct node { struct 89 struct work_struct node_work; argument 98 extern struct node *node_devices[]; argument
|
D | slab.h | 420 static __always_inline void *__kmalloc_node(size_t size, gfp_t flags, int node) in __kmalloc_node() 425 static __always_inline void *kmem_cache_alloc_node(struct kmem_cache *s, gfp_t flags, int node) in kmem_cache_alloc_node() 442 int node, size_t size) in kmem_cache_alloc_node_trace() 461 int node, size_t size) in kmem_cache_alloc_node_trace() 584 static __always_inline void *kmalloc_node(size_t size, gfp_t flags, int node) in kmalloc_node() 645 int node) in kmalloc_array_node() 656 static inline void *kcalloc_node(size_t n, size_t size, gfp_t flags, int node) in kcalloc_node() 664 #define kmalloc_node_track_caller(size, flags, node) \ argument 670 #define kmalloc_node_track_caller(size, flags, node) \ argument 699 static inline void *kzalloc_node(size_t size, gfp_t flags, int node) in kzalloc_node()
|
D | hashtable.h | 60 #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()
|
D | rbtree_augmented.h | 47 rb_insert_augmented(struct rb_node *node, struct rb_root *root, in rb_insert_augmented() 54 rb_insert_augmented_cached(struct rb_node *node, in rb_insert_augmented_cached() 198 __rb_erase_augmented(struct rb_node *node, struct rb_root *root, in __rb_erase_augmented() 302 rb_erase_augmented(struct rb_node *node, struct rb_root *root, in rb_erase_augmented() 311 rb_erase_augmented_cached(struct rb_node *node, struct rb_root_cached *root, in rb_erase_augmented_cached()
|
D | xarray.h | 1115 #define XA_NODE_BUG_ON(node, x) do { \ argument 1123 #define XA_NODE_BUG_ON(node, x) do { } while (0) argument 1142 const struct xa_node *node, unsigned int offset) in xa_entry() 1151 const struct xa_node *node, unsigned int offset) in xa_entry_locked() 1160 const struct xa_node *node) in xa_parent() 1168 const struct xa_node *node) in xa_parent_locked() 1175 static inline void *xa_mk_node(const struct xa_node *node) in xa_mk_node() 1403 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() 1409 static inline bool xas_frozen(struct xa_node *node) in xas_frozen() 1415 static inline bool xas_top(struct xa_node *node) in xas_top() [all …]
|
D | irqbypass.h | 46 struct list_head node; member 72 struct list_head node; member
|
D | dca.h | 20 struct list_head node; member 27 struct list_head node; member
|
D | cpuhotplug.h | 269 struct hlist_node *node), in cpuhp_setup_state_multi() 294 struct hlist_node *node) in cpuhp_state_add_instance() 309 struct hlist_node *node) in cpuhp_state_add_instance_nocalls() 316 struct hlist_node *node) in cpuhp_state_add_instance_nocalls_cpuslocked() 377 struct hlist_node *node) in cpuhp_state_remove_instance() 391 struct hlist_node *node) in cpuhp_state_remove_instance_nocalls()
|
D | interconnect-provider.h | 115 static inline int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() 125 void icc_node_add(struct icc_node *node, struct icc_provider *provider) in icc_node_add() 129 void icc_node_del(struct icc_node *node) in icc_node_del()
|
D | of_address.h | 10 struct device_node *node; member 88 struct device_node *node) in of_pci_range_parser_init() 94 struct device_node *node) in of_pci_dma_range_parser_init()
|
D | plist.h | 110 #define PLIST_NODE_INIT(node, __prio) \ argument 132 static inline void plist_node_init(struct plist_node *node, int prio) in plist_node_init() 219 static inline int plist_node_empty(const struct plist_node *node) in plist_node_empty()
|
/include/drm/ |
D | drm_vma_manager.h | 99 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local 147 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset() 168 static inline unsigned long drm_vma_node_start(const struct drm_vma_offset_node *node) in drm_vma_node_start() 185 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size() 202 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr() 219 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap() 240 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
|
D | drm_of.h | 55 struct device_node *node) in drm_of_component_match_add() 67 static inline int drm_of_encoder_active_endpoint(struct device_node *node, in drm_of_encoder_active_endpoint() 110 static inline int drm_of_encoder_active_endpoint_id(struct device_node *node, in drm_of_encoder_active_endpoint_id() 120 static inline int drm_of_encoder_active_port_id(struct device_node *node, in drm_of_encoder_active_port_id()
|
D | spsc_queue.h | 65 static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) in spsc_queue_push() 91 struct spsc_node *next, *node; in spsc_queue_pop() local
|
/include/linux/regulator/ |
D | of_regulator.h | 31 struct device_node *node, in of_get_regulator_init_data() 38 struct device_node *node, in of_regulator_match()
|
/include/sound/ |
D | simple_card_utils.h | 84 #define asoc_simple_parse_clk_cpu(dev, node, dai_link, simple_dai) \ argument 86 #define asoc_simple_parse_clk_codec(dev, node, dai_link, simple_dai) \ argument 100 #define asoc_simple_parse_cpu(node, dai_link, is_single_link) \ argument 102 #define asoc_simple_parse_codec(node, dai_link) \ argument 104 #define asoc_simple_parse_platform(node, dai_link) \ argument
|