| /linux/tools/lib/ |
| H A D | rbtree.c | 85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() argument 230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; ____rb_erase_color() local 423 dummy_propagate(struct rb_node * node,struct rb_node * stop) dummy_propagate() argument 433 rb_insert_color(struct rb_node * node,struct rb_root * root) rb_insert_color() argument 438 rb_erase(struct rb_node * node,struct rb_root * root) rb_erase() argument 453 __rb_insert_augmented(struct rb_node * node,struct rb_root * root,void (* augment_rotate)(struct rb_node * old,struct rb_node * new)) __rb_insert_augmented() argument 486 rb_next(const struct rb_node * node) rb_next() argument 517 rb_prev(const struct rb_node * node) rb_prev() argument 561 rb_left_deepest_node(const struct rb_node * node) rb_left_deepest_node() argument 573 rb_next_postorder(const struct rb_node * node) rb_next_postorder() argument [all...] |
| /linux/lib/ |
| H A D | rbtree.c | 85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() 230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 424 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate() 434 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color() 440 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase() 456 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented() 463 struct rb_node *rb_next(const struct rb_node *node) in rb_next() 495 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev() 563 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node() 575 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
|
| H A D | btree.c | 94 unsigned long *node; in btree_node_alloc() local 147 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey() 152 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval() 157 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey() 163 static void setval(struct btree_geo *geo, unsigned long *node, int n, in setval() 169 static void clearpair(struct btree_geo *geo, unsigned long *node, int n) in clearpair() 210 unsigned long *node = head->node; in btree_last() local 223 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp() 244 unsigned long *node = head->node; in btree_lookup_node() local 266 unsigned long *node; in btree_lookup() local [all …]
|
| /linux/tools/include/linux/ |
| H A D | rbtree.h | 42 #define RB_EMPTY_NODE(node) \ argument 44 #define RB_CLEAR_NODE(node) \ argument 66 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node() 129 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached() 138 static inline void rb_erase_cached(struct rb_node *node, in rb_erase_cached() 178 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached() 206 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add() 234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() 270 struct rb_node *node = tree->rb_node; in rb_find() local 298 struct rb_node *node = tree->rb_node; in rb_find_first() local [all …]
|
| /linux/include/linux/ |
| H A D | nodemask.h | 124 #define node_set(node, dst) __node_set((node), &(dst)) argument 125 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 130 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 131 static __always_inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 149 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 151 #define node_test_and_set(node, nodemask) \ argument 153 static __always_inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 267 static __always_inline unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in() 276 static __always_inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node() 282 #define nodemask_of_node(node) \ argument [all …]
|
| H A D | topology.h | 40 #define nr_cpus_node(node) cpumask_weight(cpumask_of_node(node)) argument 98 static inline void set_numa_node(int node) in set_numa_node() 105 static inline void set_cpu_numa_node(int cpu, int node) in set_cpu_numa_node() 133 static inline void set_numa_mem(int node) in set_numa_mem() 155 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem() 272 static __always_inline int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) in sched_numa_find_nth_cpu() 278 sched_numa_hop_mask(unsigned int node, unsigned int hops) in sched_numa_hop_mask() 307 #define for_each_node_numadist(node, unvisited) \ argument 324 #define for_each_numa_hop_mask(mask, node) \ argument
|
| /linux/include/asm-generic/ |
| H A 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
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.c | 154 sun4i_drv_node_is_connector(struct device_node * node) sun4i_drv_node_is_connector() argument 159 sun4i_drv_node_is_frontend(struct device_node * node) sun4i_drv_node_is_frontend() argument 170 sun4i_drv_node_is_deu(struct device_node * node) sun4i_drv_node_is_deu() argument 175 sun4i_drv_node_is_supported_frontend(struct device_node * node) sun4i_drv_node_is_supported_frontend() argument 183 sun4i_drv_node_is_tcon(struct device_node * node) sun4i_drv_node_is_tcon() argument 188 sun4i_drv_node_is_tcon_with_ch0(struct device_node * node) sun4i_drv_node_is_tcon_with_ch0() argument 204 sun4i_drv_node_is_tcon_top(struct device_node * node) sun4i_drv_node_is_tcon_top() argument 236 sun4i_drv_traverse_endpoints(struct endpoint_list * list,struct device_node * node,int port_id) sun4i_drv_traverse_endpoints() argument 296 sun4i_drv_add_endpoints(struct device * dev,struct endpoint_list * list,struct component_match ** match,struct device_node * node) sun4i_drv_add_endpoints() argument [all...] |
| /linux/kernel/bpf/ |
| H A D | percpu_freelist.c | 31 node->next = head->first; in pcpu_freelist_push_node() argument 46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra() argument 38 ___pcpu_freelist_push(struct pcpu_freelist_head * head,struct pcpu_freelist_node * node) ___pcpu_freelist_push() argument 57 ___pcpu_freelist_push_nmi(struct pcpu_freelist * s,struct pcpu_freelist_node * node) ___pcpu_freelist_push_nmi() argument 81 __pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) __pcpu_freelist_push() argument 90 pcpu_freelist_push(struct pcpu_freelist * s,struct pcpu_freelist_node * node) pcpu_freelist_push() argument 124 struct pcpu_freelist_node *node; ___pcpu_freelist_pop() local 156 struct pcpu_freelist_node *node; ___pcpu_freelist_pop_nmi() local [all...] |
| /linux/fs/btrfs/ |
| H A D | ulist.c | 66 struct ulist_node *node; in ulist_release() local 132 static int ulist_node_val_key_cmp(const void *key, const struct rb_node *node) in ulist_node_val_key_cmp() 147 struct rb_node *node; in ulist_rbtree_search() local 153 static void ulist_rbtree_erase(struct ulist *ulist, struct ulist_node *node) in ulist_rbtree_erase() 171 struct rb_node *node; in ulist_rbtree_insert() local 209 struct ulist_node *node; in ulist_add_merge() local 251 struct ulist_node *node; in ulist_del() local 285 struct ulist_node *node; in ulist_next() local
|
| /linux/drivers/clk/sunxi/ |
| H A D | clk-usb.c | 91 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup() 175 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup() 186 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup() 197 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup() 208 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup() 220 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup() 234 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup() 248 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | sched.c | 139 int node; in spu_update_sched_info() local 155 static int __node_allowed(struct spu_context *ctx, int node) in __node_allowed() 167 static int node_allowed(struct spu_context *ctx, int node) in node_allowed() 180 int node; in do_notify_spus_active() local 292 int node, n; in aff_ref_location() local 363 static struct spu *ctx_location(struct spu *ref, int offset, int node) in ctx_location() 556 int node, n; in spu_get_idle() local 615 int node, n; in find_victim() local 701 int node = spu->node; in __spu_schedule() local 747 int node = spu->node; in spu_unschedule() local [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | rbtree.py | 13 def inorder(node): argument 57 def rb_parent(node): argument 62 def rb_empty_node(node): argument 66 def rb_next(node): argument 89 def rb_prev(node): argument 161 def invoke(self, node): argument 181 def invoke(self, node): argument
|
| /linux/drivers/acpi/acpica/ |
| H A D | nsobject.c | 37 acpi_ns_attach_object(struct acpi_namespace_node *node, in acpi_ns_attach_object() 168 void acpi_ns_detach_object(struct acpi_namespace_node *node) in acpi_ns_detach_object() 247 acpi_namespace_node in acpi_ns_get_attached_object() 313 acpi_ns_attach_data(struct acpi_namespace_node *node, in acpi_ns_attach_data() 370 acpi_ns_detach_data(struct acpi_namespace_node *node, in acpi_ns_detach_data() 415 acpi_ns_get_attached_data(struct acpi_namespace_node *node, in acpi_ns_get_attached_data()
|
| H A D | dsargs.c | 43 acpi_ds_execute_arguments(struct acpi_namespace_node *node, in acpi_ds_execute_arguments() 149 struct acpi_namespace_node *node; in acpi_ds_get_buffer_field_arguments() local 194 struct acpi_namespace_node *node; in acpi_ds_get_bank_field_arguments() local 244 struct acpi_namespace_node *node; in acpi_ds_get_buffer_arguments() local 288 struct acpi_namespace_node *node; in acpi_ds_get_package_arguments() local 334 struct acpi_namespace_node *node; in acpi_ds_get_region_arguments() local
|
| /linux/include/drm/ |
| H A D | drm_vma_manager.h | 100 struct drm_vma_offset_node *node; in drm_vma_offset_exact_lookup_locked() local 148 static inline void drm_vma_node_reset(struct drm_vma_offset_node *node) in drm_vma_node_reset() 169 static inline unsigned long drm_vma_node_start(const struct drm_vma_offset_node *node) in drm_vma_node_start() 186 static inline unsigned long drm_vma_node_size(struct drm_vma_offset_node *node) in drm_vma_node_size() 203 static inline __u64 drm_vma_node_offset_addr(struct drm_vma_offset_node *node) in drm_vma_node_offset_addr() 220 static inline void drm_vma_node_unmap(struct drm_vma_offset_node *node, in drm_vma_node_unmap() 241 static inline int drm_vma_node_verify_access(struct drm_vma_offset_node *node, in drm_vma_node_verify_access()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | qos.c | 109 esw_qos_node_attach_to_parent(struct mlx5_esw_sched_node * node) esw_qos_node_attach_to_parent() argument 129 esw_qos_node_set_parent(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * parent) esw_qos_node_set_parent() argument 141 struct mlx5_esw_sched_node *node, *tmp; esw_qos_nodes_set_parent() local 191 esw_qos_sched_elem_warn(struct mlx5_esw_sched_node * node,int err,const char * op) esw_qos_sched_elem_warn() argument 226 esw_qos_node_create_sched_element(struct mlx5_esw_sched_node * node,void * ctx,struct netlink_ext_ack * extack) esw_qos_node_create_sched_element() argument 241 esw_qos_node_destroy_sched_element(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_node_destroy_sched_element() argument 257 esw_qos_sched_elem_config(struct mlx5_esw_sched_node * node,u32 max_rate,u32 bw_share,struct netlink_ext_ack * extack) esw_qos_sched_elem_config() argument 306 esw_qos_create_rate_limit_element(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_create_rate_limit_element() argument 329 struct mlx5_esw_sched_node *node; esw_qos_calculate_min_rate_divider() local 366 esw_qos_update_sched_node_bw_share(struct mlx5_esw_sched_node * node,u32 divider,struct netlink_ext_ack * extack) esw_qos_update_sched_node_bw_share() argument 384 struct mlx5_esw_sched_node *node; esw_qos_normalize_min_rate() local 419 esw_qos_set_node_min_rate(struct mlx5_esw_sched_node * node,u32 min_rate,struct netlink_ext_ack * extack) esw_qos_set_node_min_rate() argument 526 struct mlx5_esw_sched_node *node; __esw_qos_alloc_node() local 550 __esw_qos_free_node(struct mlx5_esw_sched_node * node) __esw_qos_free_node() argument 556 esw_qos_destroy_node(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_destroy_node() argument 707 struct mlx5_esw_sched_node *node; __esw_qos_create_vports_sched_node() local 745 struct mlx5_esw_sched_node *node; esw_qos_create_vports_sched_node() local 763 __esw_qos_destroy_node(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) __esw_qos_destroy_node() argument 829 esw_qos_tc_arbiter_scheduling_teardown(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_tc_arbiter_scheduling_teardown() argument 838 esw_qos_tc_arbiter_scheduling_setup(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_tc_arbiter_scheduling_setup() argument 1311 esw_qos_switch_vport_tcs_to_vport(struct mlx5_esw_sched_node * tc_arbiter_node,struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_switch_vport_tcs_to_vport() argument 1327 esw_qos_switch_tc_arbiter_node_to_vports(struct mlx5_esw_sched_node * tc_arbiter_node,struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_switch_tc_arbiter_node_to_vports() argument 1352 esw_qos_switch_vports_node_to_tc_arbiter(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * tc_arbiter_node,struct netlink_ext_ack * extack) esw_qos_switch_vports_node_to_tc_arbiter() argument 1398 esw_qos_node_disable_tc_arbitration(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_node_disable_tc_arbitration() argument 1432 esw_qos_node_enable_tc_arbitration(struct mlx5_esw_sched_node * node,struct netlink_ext_ack * extack) esw_qos_node_enable_tc_arbitration() argument 1642 struct mlx5_esw_sched_node *node = vport->qos.sched_node; esw_qos_vport_validate_unsupported_tc_bw() local 1802 struct mlx5_esw_sched_node *node = priv; mlx5_esw_devlink_rate_node_tc_bw_set() local 1831 struct mlx5_esw_sched_node *node = priv; mlx5_esw_devlink_rate_node_tx_share_set() local 1848 struct mlx5_esw_sched_node *node = priv; mlx5_esw_devlink_rate_node_tx_max_set() local 1865 struct mlx5_esw_sched_node *node; mlx5_esw_devlink_rate_node_new() local 1896 struct mlx5_esw_sched_node *node = priv; mlx5_esw_devlink_rate_node_del() local 1937 struct mlx5_esw_sched_node *node = parent ? parent_priv : NULL; mlx5_esw_devlink_rate_leaf_parent_set() local 1953 esw_qos_is_node_empty(struct mlx5_esw_sched_node * node) esw_qos_is_node_empty() argument 1968 mlx5_esw_qos_node_validate_set_parent(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * parent,struct netlink_ext_ack * extack) mlx5_esw_qos_node_validate_set_parent() argument 2012 esw_qos_tc_arbiter_node_update_parent(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * parent,struct netlink_ext_ack * extack) esw_qos_tc_arbiter_node_update_parent() argument 2037 esw_qos_vports_node_update_parent(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * parent,struct netlink_ext_ack * extack) esw_qos_vports_node_update_parent() argument 2069 mlx5_esw_qos_node_update_parent(struct mlx5_esw_sched_node * node,struct mlx5_esw_sched_node * parent,struct netlink_ext_ack * extack) mlx5_esw_qos_node_update_parent() argument 2107 struct mlx5_esw_sched_node *node = priv, *parent_node; mlx5_esw_devlink_rate_node_parent_set() local [all...] |
| /linux/arch/arm64/mm/ |
| H A D | kasan_init.c | 35 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page() 48 static phys_addr_t __init kasan_alloc_raw_page(int node) in kasan_alloc_raw_page() 62 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, in kasan_pte_offset() 76 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, in kasan_pmd_offset() 89 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, in kasan_pud_offset() 102 static p4d_t *__init kasan_p4d_offset(pgd_t *pgdp, unsigned long addr, int node, in kasan_p4d_offset() 116 unsigned long end, int node, bool early) in kasan_pte_populate() 133 unsigned long end, int node, bool early) in kasan_pmd_populate() 145 unsigned long end, int node, bool early) in kasan_pud_populate() 157 unsigned long end, int node, bool early) in kasan_p4d_populate() [all …]
|
| /linux/drivers/acpi/riscv/ |
| H A D | rimt.c | 64 static acpi_status rimt_match_node_callback(struct acpi_rimt_node *node, in rimt_match_node_callback() 191 struct acpi_rimt_node *node; in rimt_iommu_register() local 225 static struct fwnode_handle *rimt_get_fwnode(struct acpi_rimt_node *node) in rimt_get_fwnode() 242 static bool rimt_pcie_rc_supports_ats(struct acpi_rimt_node *node) in rimt_pcie_rc_supports_ats() 250 static int rimt_iommu_xlate(struct device *dev, struct acpi_rimt_node *node, u32 deviceid) in rimt_iommu_xlate() 271 struct acpi_rimt_node *node; member 285 static struct acpi_rimt_node *rimt_node_get_id(struct acpi_rimt_node *node, in rimt_node_get_id() 330 static struct acpi_rimt_node *rimt_node_map_id(struct acpi_rimt_node *node, in rimt_node_map_id() 398 static struct acpi_rimt_node *rimt_node_map_platform_id(struct acpi_rimt_node *node, u32 *id_out, in rimt_node_map_platform_id() 427 static int rimt_plat_iommu_map(struct device *dev, struct acpi_rimt_node *node) in rimt_plat_iommu_map() [all …]
|
| /linux/fs/nilfs2/ |
| H A D | btree.c | 74 static int nilfs_btree_node_get_flags(const struct nilfs_btree_node *node) in nilfs_btree_node_get_flags() 80 nilfs_btree_node_set_flags(struct nilfs_btree_node *node, int flags) in nilfs_btree_node_set_flags() 85 static int nilfs_btree_node_root(const struct nilfs_btree_node *node) in nilfs_btree_node_root() 90 static int nilfs_btree_node_get_level(const struct nilfs_btree_node *node) in nilfs_btree_node_get_level() 96 nilfs_btree_node_set_level(struct nilfs_btree_node *node, int level) in nilfs_btree_node_set_level() 101 static int nilfs_btree_node_get_nchildren(const struct nilfs_btree_node *node) in nilfs_btree_node_get_nchildren() 107 nilfs_btree_node_set_nchildren(struct nilfs_btree_node *node, int nchildren) in nilfs_btree_node_set_nchildren() 123 nilfs_btree_node_dkeys(const struct nilfs_btree_node *node) in nilfs_btree_node_dkeys() 131 nilfs_btree_node_dptrs(const struct nilfs_btree_node *node, int ncmax) in nilfs_btree_node_dptrs() 137 nilfs_btree_node_get_key(const struct nilfs_btree_node *node, int index) in nilfs_btree_node_get_key() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mmu_rb.c | 32 static unsigned long mmu_node_start(struct mmu_rb_node *node) in mmu_node_start() 37 static unsigned long mmu_node_last(struct mmu_rb_node *node) in mmu_node_last() 81 struct rb_node *node; in hfi1_mmu_rb_unregister() local 123 struct mmu_rb_node *node; in hfi1_mmu_rb_insert() local 150 struct mmu_rb_node *node; in hfi1_mmu_rb_get_first() local 164 struct mmu_rb_node *node = NULL; in __mmu_rb_search() local 267 struct mmu_rb_node *node, *ptr = NULL; in mmu_notifier_range_start() local 299 struct mmu_rb_node *node; in handle_remove() local
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 95 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 96 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 97 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 98 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 160 #define varpool_mark_needed_node(node) argument 166 #define NODE_SYMBOL(node) (node) argument 167 #define NODE_DECL(node) (node)->decl argument 168 #define cgraph_node_name(node) (node)->name() argument 169 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument 196 #define debug_cgraph_node(node) (node)->debug() argument [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | htb.c | 36 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_enumerate_leaves() local 73 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_leaf() local 94 struct mlx5e_qos_node *node; in mlx5e_htb_node_create_root() local 109 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find() local 121 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_rcu() local 131 static void mlx5e_htb_node_delete(struct mlx5e_htb *htb, struct mlx5e_qos_node *node) in mlx5e_htb_node_delete() 149 struct mlx5e_qos_node *node; in mlx5e_htb_get_txq_by_classid() local 290 struct mlx5e_qos_node *node, *parent; in mlx5e_htb_leaf_alloc_queue() local 345 struct mlx5e_qos_node *node, *child; in mlx5e_htb_leaf_to_inner() local 433 struct mlx5e_qos_node *node = NULL; in mlx5e_htb_node_find_by_qid() local [all …]
|
| /linux/arch/loongarch/mm/ |
| H A D | kasan_init.c | 105 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page() 116 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset() 129 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset() 142 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, bool early) in kasan_pud_offset() 155 static p4d_t *__init kasan_p4d_offset(pgd_t *pgdp, unsigned long addr, int node, bool early) in kasan_p4d_offset() 169 unsigned long end, int node, bool early) in kasan_pte_populate() 184 unsigned long end, int node, bool early) in kasan_pmd_populate() 196 unsigned long end, int node, bool early) in kasan_pud_populate() 208 unsigned long end, int node, bool early) in kasan_p4d_populate() 220 int node, bool early) in kasan_pgd_populate() [all …]
|
| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 136 #define NODE_IS_META(node) ( \ argument 138 #define NODE_IS_OUTPUT(node) ( \ argument 142 #define NODE_IS_CAPTURE(node) ( \ argument 145 #define NODE_IS_MPLANE(node) ( \ argument 173 #define NODE_NAME(node) \ argument 215 struct pispbe_node node[PISPBE_NUM_NODES]; member 310 struct pispbe_node *node) in pispbe_get_planes_addr() 458 struct pispbe_node *node; in pispbe_prepare_job() local 780 struct pispbe_node *node = vb2_get_drv_priv(q); in pispbe_node_queue_setup() local 818 struct pispbe_node *node = vb2_get_drv_priv(vb->vb2_queue); in pispbe_node_buffer_prepare() local [all …]
|