/openbmc/linux/net/hsr/ |
H A D | hsr_framereg.c | 64 struct hsr_node *node; in find_node_by_addr_A() local 114 struct hsr_node *node; in hsr_del_nodes() local 122 struct hsr_node *node) in prp_handle_san_frame() 144 struct hsr_node *new_node, *node; in hsr_add_node() local 186 void prp_update_san_info(struct hsr_node *node, bool is_sup) in prp_update_san_info() 202 struct hsr_node *node; in hsr_get_node() local 387 void hsr_addr_subst_source(struct hsr_node *node, struct sk_buff *skb) in hsr_addr_subst_source() 433 void hsr_register_frame_in(struct hsr_node *node, struct hsr_port *port, in hsr_register_frame_in() 456 int hsr_register_frame_out(struct hsr_port *port, struct hsr_node *node, in hsr_register_frame_out() 474 struct hsr_node *node) in get_late_port() [all …]
|
/openbmc/linux/kernel/bpf/ |
H A D | percpu_freelist.c | 31 struct pcpu_freelist_node *node) in pcpu_freelist_push_node() 38 struct pcpu_freelist_node *node) in ___pcpu_freelist_push() 46 struct pcpu_freelist_node *node) in pcpu_freelist_try_push_extra() 57 struct pcpu_freelist_node *node) in ___pcpu_freelist_push_nmi() 81 struct pcpu_freelist_node *node) in __pcpu_freelist_push() 90 struct pcpu_freelist_node *node) in pcpu_freelist_push() 124 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop() local 156 struct pcpu_freelist_node *node; in ___pcpu_freelist_pop_nmi() local
|
/openbmc/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() 103 unsigned long end, int node, bool early) in kasan_pte_populate() 120 unsigned long end, int node, bool early) in kasan_pmd_populate() 132 unsigned long end, int node, bool early) in kasan_pud_populate() 144 unsigned long end, int node, bool early) in kasan_p4d_populate() 156 int node, bool early) in kasan_pgd_populate() [all …]
|
/openbmc/qemu/util/ |
H A D | aio-posix.c | 37 AioHandler *node, in aio_add_ready_handler() 46 AioHandler *node) in aio_add_poll_ready_handler() 55 AioHandler *node; in find_aio_handler() local 68 static bool aio_remove_fd_handler(AioContext *ctx, AioHandler *node) in aio_remove_fd_handler() 109 AioHandler *node; in aio_set_fd_handler() local 186 AioHandler *node = find_aio_handler(ctx, fd); in aio_set_fd_poll() local 220 AioHandler *node; in poll_set_started() local 272 AioHandler *node; in aio_pending() local 302 AioHandler *node; in aio_free_deleted_handlers() local 321 static bool aio_dispatch_handler(AioContext *ctx, AioHandler *node) in aio_dispatch_handler() [all …]
|
H A D | interval-tree.c | 135 static inline void rb_link_node(RBNode *node, RBNode *parent, RBNode **rb_link) in rb_link_node() 147 static RBNode *rb_next(RBNode *node) in rb_next() 201 static void rb_insert_augmented(RBNode *node, RBRoot *root, in rb_insert_augmented() 338 static void rb_insert_augmented_cached(RBNode *node, in rb_insert_augmented_cached() 351 RBNode *node = NULL, *sibling, *tmp1, *tmp2; in rb_erase_color() local 528 static void rb_erase_augmented(RBNode *node, RBRoot *root, in rb_erase_augmented() 633 static void rb_erase_augmented_cached(RBNode *node, RBRootLeftCached *root, in rb_erase_augmented_cached() 652 static bool interval_tree_compute_max(IntervalTreeNode *node, bool exit) in interval_tree_compute_max() 679 IntervalTreeNode *node = rb_to_itree(rb); in interval_tree_propagate() local 711 void interval_tree_insert(IntervalTreeNode *node, IntervalTreeRoot *root) in interval_tree_insert() [all …]
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 154 struct node { struct 158 struct node *children; argument 160 struct node *parent; argument 161 struct node *next_sibling; argument 163 char *fullpath; 164 int basenamelen; 166 cell_t phandle; 167 int addr_cells, size_cells; 169 struct label *labels; 170 const struct bus_type *bus;
|
/openbmc/linux/drivers/acpi/acpica/ |
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
|
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()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device.c | 483 static int kfd_gws_init(struct kfd_node *node) in kfd_gws_init() 520 static int kfd_init_node(struct kfd_node *node) in kfd_init_node() 585 static void kfd_setup_interrupt_bitmap(struct kfd_node *node, in kfd_setup_interrupt_bitmap() 624 struct kfd_node *node; in kgd2kfd_device_init() local 867 struct kfd_node *node; in kgd2kfd_pre_reset() local 896 struct kfd_node *node; in kgd2kfd_post_reset() local 929 struct kfd_node *node; in kgd2kfd_suspend() local 975 static int kfd_resume(struct kfd_node *node) in kfd_resume() 1009 struct kfd_node *node; in kgd2kfd_interrupt() local 1172 int kfd_gtt_sa_allocate(struct kfd_node *node, unsigned int size, in kfd_gtt_sa_allocate() [all …]
|
/openbmc/linux/drivers/clk/sunxi/ |
H A D | clk-usb.c | 88 static void __init sunxi_usb_clk_setup(struct device_node *node, in sunxi_usb_clk_setup() 172 static void __init sun4i_a10_usb_setup(struct device_node *node) in sun4i_a10_usb_setup() 183 static void __init sun5i_a13_usb_setup(struct device_node *node) in sun5i_a13_usb_setup() 194 static void __init sun6i_a31_usb_setup(struct device_node *node) in sun6i_a31_usb_setup() 205 static void __init sun8i_a23_usb_setup(struct device_node *node) in sun8i_a23_usb_setup() 217 static void __init sun8i_h3_usb_setup(struct device_node *node) in sun8i_h3_usb_setup() 231 static void __init sun9i_a80_usb_mod_setup(struct device_node *node) in sun9i_a80_usb_mod_setup() 245 static void __init sun9i_a80_usb_phy_setup(struct device_node *node) in sun9i_a80_usb_phy_setup()
|
/openbmc/linux/kernel/trace/ |
H A D | rethook.c | 24 struct llist_node *node; in rethook_flush_task() local 40 struct freelist_node *node; in rethook_free_rcu() local 126 void rethook_add_node(struct rethook *rh, struct rethook_node *node) in rethook_add_node() 135 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() local 149 void rethook_recycle(struct rethook_node *node) in rethook_recycle() 207 void rethook_hook(struct rethook_node *node, struct pt_regs *regs, bool mcount) in rethook_hook() 219 struct llist_node *node = *cur; in __rethook_find_ret_addr() local 292 struct llist_node *first, *node = NULL; in rethook_trampoline_handler() local
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 79 fdt_addr_t fdtdec_get_addr_size_fixed(const void *blob, int node, in fdtdec_get_addr_size_fixed() 126 int node, const char *prop_name, in fdtdec_get_addr_size_auto_parent() 152 fdt_addr_t fdtdec_get_addr_size_auto_noparent(const void *blob, int node, in fdtdec_get_addr_size_auto_noparent() 171 fdt_addr_t fdtdec_get_addr_size(const void *blob, int node, in fdtdec_get_addr_size() 181 fdt_addr_t fdtdec_get_addr(const void *blob, int node, const char *prop_name) in fdtdec_get_addr() 187 int fdtdec_get_pci_addr(const void *blob, int node, enum fdt_pci_space type, in fdtdec_get_pci_addr() 241 int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device) in fdtdec_get_pci_vendev() 294 uint64_t fdtdec_get_uint64(const void *blob, int node, const char *prop_name, in fdtdec_get_uint64() 307 int fdtdec_get_is_enabled(const void *blob, int node) in fdtdec_get_is_enabled() 324 enum fdt_compat_id fdtdec_lookup(const void *blob, int node) in fdtdec_lookup() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 139 | 45 def checkBlockDriverState(self, node, must_exist = True): argument 52 def addBlockDriverState(self, node): argument 66 def addBlockDriverStateOverlay(self, node): argument 79 def delBlockDriverState(self, node, expect_error = False): argument 110 def ejectDrive(self, device, node, expect_error = False, argument 122 def insertDrive(self, device, node): argument 129 def createSnapshotSync(self, node, overlay): argument 141 def createSnapshot(self, node, overlay): argument 150 def createMirror(self, node, new_node): argument 169 def addBlkDebug(self, debug, node): argument
|
/openbmc/linux/drivers/acpi/arm64/ |
H A D | iort.c | 83 struct acpi_iort_node *node) in iort_get_fwnode() 105 static inline void iort_delete_fwnode(struct acpi_iort_node *node) in iort_delete_fwnode() 261 static acpi_status iort_match_node_callback(struct acpi_iort_node *node, in iort_match_node_callback() 370 static struct acpi_iort_node *iort_node_get_id(struct acpi_iort_node *node, in iort_node_get_id() 410 static int iort_get_id_mapping_index(struct acpi_iort_node *node) in iort_get_id_mapping_index() 455 static struct acpi_iort_node *iort_node_map_id(struct acpi_iort_node *node, in iort_node_map_id() 522 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id() 553 struct acpi_iort_node *node; in iort_find_dev_node() local 586 struct acpi_iort_node *node; in iort_msi_map_id() local 607 struct acpi_iort_node *node; in iort_pmsi_get_dev_id() local [all …]
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt_util.py | 95 def GetInt(node, propname, default=None): argument 115 def GetString(node, propname, default=None): argument 135 def GetBool(node, propname, default=False): argument 151 def GetByte(node, propname, default=None): argument 174 def GetPhandleList(node, propname): argument 192 def GetDatatype(node, propname, datatype): argument
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_mm.c | 107 static noinline void save_stack(struct drm_mm_node *node) in save_stack() 120 struct drm_mm_node *node; in show_leaks() local 145 static void save_stack(struct drm_mm_node *node) { } in save_stack() 149 #define START(node) ((node)->start) argument 150 #define LAST(node) ((node)->start + (node)->size - 1) argument 165 struct drm_mm_node *node) in drm_mm_interval_tree_add_node() 221 struct drm_mm_node *node) in insert_hole_size() 266 static void add_hole(struct drm_mm_node *node) in add_hole() 281 static void rm_hole(struct drm_mm_node *node) in rm_hole() 311 struct drm_mm_node *node = in best_hole() local [all …]
|
/openbmc/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()
|
/openbmc/linux/lib/ |
H A D | rbtree_test.c | 32 static void insert(struct test_node *node, struct rb_root_cached *root) in insert() 49 static void insert_cached(struct test_node *node, struct rb_root_cached *root) in insert_cached() 69 static inline void erase(struct test_node *node, struct rb_root_cached *root) in erase() 74 static inline void erase_cached(struct test_node *node, struct rb_root_cached *root) in erase_cached() 80 #define NODE_VAL(node) ((node)->val) argument 109 static void insert_augmented_cached(struct test_node *node, in insert_augmented_cached() 138 static void erase_augmented(struct test_node *node, struct rb_root_cached *root) in erase_augmented() 143 static void erase_augmented_cached(struct test_node *node, in erase_augmented_cached() 198 struct test_node *node = rb_entry(rb, struct test_node, rb); in check() local 224 struct test_node *node = rb_entry(rb, struct test_node, rb); in check_augmented() local [all …]
|
/openbmc/qemu/block/monitor/ |
H A D | bitmap-qmp-cmds.c | 53 BdrvDirtyBitmap *block_dirty_bitmap_lookup(const char *node, in block_dirty_bitmap_lookup() 90 void qmp_block_dirty_bitmap_add(const char *node, const char *name, in qmp_block_dirty_bitmap_add() 146 BdrvDirtyBitmap *block_dirty_bitmap_remove(const char *node, const char *name, in block_dirty_bitmap_remove() 183 void qmp_block_dirty_bitmap_remove(const char *node, const char *name, in qmp_block_dirty_bitmap_remove() 193 void qmp_block_dirty_bitmap_clear(const char *node, const char *name, in qmp_block_dirty_bitmap_clear() 211 void qmp_block_dirty_bitmap_enable(const char *node, const char *name, in qmp_block_dirty_bitmap_enable() 229 void qmp_block_dirty_bitmap_disable(const char *node, const char *name, in qmp_block_dirty_bitmap_disable() 312 void qmp_block_dirty_bitmap_merge(const char *node, const char *target, in qmp_block_dirty_bitmap_merge()
|
/openbmc/webui-vue/ |
H A D | package-lock.json | 68 "node": ">=12.14.1" string 76 "node": ">=0.10.0" string 90 … "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19 || 20 || 21 || 22" string 101 "node": ">=6.0.0" string 113 "node": ">=6.9.0" string 121 "node": ">=6.9.0" string 145 "node": ">=6.9.0" string 163 "node": ">=6.9.0" string 175 "node": ">=6.9.0" string 188 "node": ">=6.9.0" string [all …]
|
/openbmc/linux/include/linux/ |
H A 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() 136 static inline void set_numa_mem(int node) in set_numa_mem() 158 static inline void set_cpu_numa_mem(int cpu, int node) in set_cpu_numa_mem() 252 static __always_inline int sched_numa_find_nth_cpu(const struct cpumask *cpus, int cpu, int node) in sched_numa_find_nth_cpu() 258 sched_numa_hop_mask(unsigned int node, unsigned int hops) in sched_numa_hop_mask() 274 #define for_each_numa_hop_mask(mask, node) \ argument
|
H A D | memory-tiers.h | 44 static inline int next_demotion_node(int node) in next_demotion_node() 54 static inline bool node_is_toptier(int node) in node_is_toptier() 76 static inline void init_node_memory_type(int node, struct memory_dev_type *default_type) in init_node_memory_type() 81 static inline void clear_node_memory_type(int node, struct memory_dev_type *memtype) in clear_node_memory_type() 86 static inline int next_demotion_node(int node) in next_demotion_node() 96 static inline bool node_is_toptier(int node) in node_is_toptier()
|
H A D | nodemask.h | 128 #define node_set(node, dst) __node_set((node), &(dst)) argument 129 static __always_inline void __node_set(int node, volatile nodemask_t *dstp) in __node_set() 134 #define node_clear(node, dst) __node_clear((node), &(dst)) argument 135 static inline void __node_clear(int node, volatile nodemask_t *dstp) in __node_clear() 153 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits) argument 155 #define node_test_and_set(node, nodemask) \ argument 157 static inline bool __node_test_and_set(int node, nodemask_t *addr) in __node_test_and_set() 280 static inline unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in() 289 static inline void init_nodemask_of_node(nodemask_t *mask, int node) in init_nodemask_of_node() 295 #define nodemask_of_node(node) \ argument [all …]
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | rbtree.py | 45 def rb_parent(node): argument 50 def rb_empty_node(node): argument 54 def rb_next(node): argument 77 def rb_prev(node): argument 149 def invoke(self, node): argument 169 def invoke(self, node): argument
|
/openbmc/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 …]
|