| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | typed-splay-tree.h | 137 splay_tree_node node = splay_tree_lookup (key); in lookup() local 148 splay_tree_node node = splay_tree_predecessor (key); in predecessor() local 159 splay_tree_node node = splay_tree_successor (key); in successor() local 219 typed_splay_tree<KEY_TYPE, VALUE_TYPE>::node_to_value (splay_tree_node node) in node_to_value() 248 VALUE_TYPE>::splay_tree_delete_helper (splay_tree_node node) in splay_tree_delete_helper() 406 splay_tree_node node, in splay_tree_foreach_helper() 471 splay_tree_node node; in splay_tree_insert() local 595 splay_tree_node node; in splay_tree_predecessor() local 628 splay_tree_node node; in splay_tree_successor() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 109 struct drm_mm_node *node, *check, *found; in assert_continuous() local 158 static u64 misalignment(struct drm_mm_node *node, u64 alignment) in misalignment() 169 static bool assert_node(struct drm_mm_node *node, struct drm_mm *mm, in assert_node() 300 static struct drm_mm_node *set_node(struct drm_mm_node *node, in set_node() 308 static bool expect_reserve_fail(struct drm_mm *mm, struct drm_mm_node *node) in expect_reserve_fail() 376 struct drm_mm_node tmp, *nodes, *node, *next; in __igt_reserve() local 526 static bool expect_insert(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert() 574 struct drm_mm_node *nodes, *node, *next; in __igt_insert() local 763 static bool expect_insert_in_range(struct drm_mm *mm, struct drm_mm_node *node, in expect_insert_in_range() 821 struct drm_mm_node *node; in assert_contiguous_in_range() local [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 173 struct pv_node *node; member 212 static struct qspinlock **pv_hash(struct qspinlock *lock, struct pv_node *node) in pv_hash() 243 struct pv_node *node; in pv_unhash() local 278 static void pv_init_node(struct mcs_spinlock *node) in pv_init_node() 293 static void pv_wait_node(struct mcs_spinlock *node, struct mcs_spinlock *prev) in pv_wait_node() 360 static void pv_kick_node(struct qspinlock *lock, struct mcs_spinlock *node) in pv_kick_node() 403 pv_wait_head_or_lock(struct qspinlock *lock, struct mcs_spinlock *node) in pv_wait_head_or_lock() 495 struct pv_node *node; in __pv_queued_spin_unlock_slowpath() local
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | node.c | 109 static void node_remove_accesses(struct node *node) in node_remove_accesses() 124 static struct node_access_nodes *node_init_node_access(struct node *node, in node_init_node_access() 193 struct node *node; in node_set_perf_attrs() local 223 struct list_head node; member 263 static void node_init_cache_dev(struct node *node) in node_init_cache_dev() 296 struct node *node; in node_add_cache() local 341 static void node_remove_caches(struct node *node) in node_remove_caches() 361 static void node_remove_caches(struct node *node) { } in node_remove_caches() 576 static inline bool hugetlb_register_node(struct node *node) in hugetlb_register_node() 586 static inline void hugetlb_unregister_node(struct node *node) in hugetlb_unregister_node() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_interval.c | 10 sector_t interval_end(struct rb_node *node) in interval_end() 16 #define NODE_END(node) ((node)->sector + ((node)->size >> 9)) argument 71 struct rb_node *node = root->rb_node; in drbd_contains_interval() local 114 struct rb_node *node = root->rb_node; in drbd_find_overlap() local 145 struct rb_node *node; in drbd_next_overlap() local
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | nlm_hal.c | 52 void nlm_node_init(int node) in nlm_node_init() 228 static unsigned int nlm_xlp2_get_core_frequency(int node, int core) in nlm_xlp2_get_core_frequency() 274 static unsigned int nlm_xlp_get_core_frequency(int node, int core) in nlm_xlp_get_core_frequency() 295 unsigned int nlm_get_core_frequency(int node, int core) in nlm_get_core_frequency() 308 static unsigned int nlm_xlp2_get_pic_frequency(int node) in nlm_xlp2_get_pic_frequency() 449 unsigned int nlm_get_pic_frequency(int node) in nlm_get_pic_frequency() 466 int nlm_get_dram_map(int node, uint64_t *dram_map, int nentries) in nlm_get_dram_map()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | brec.c | 20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 66 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 182 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 238 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 359 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 464 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 68 struct hfs_bnode *node, *new_node; in hfs_brec_insert() local 180 struct hfs_bnode *node, *parent; in hfs_brec_remove() local 234 struct hfs_bnode *node, *new_node, *next_node; in hfs_bnode_split() local 355 struct hfs_bnode *node, *new_node, *parent; in hfs_brec_update_parent() local 460 struct hfs_bnode *node, *new_node; in hfs_btree_inc_height() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/ |
| H A D | omapdss-boot-init.c | 28 struct device_node *node; member 44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop() 80 static void __init omapdss_omapify_node(struct device_node *node) in omapdss_omapify_node() 109 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list() 119 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains() 131 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/ |
| H A D | core.c | 154 struct icc_node *node = dst; in path_init() local 181 struct icc_node *n, *node = NULL; in path_find() local 250 static int aggregate_requests(struct icc_node *node) in aggregate_requests() 311 int icc_std_aggregate(struct icc_node *node, u32 tag, u32 avg_bw, in icc_std_aggregate() 358 struct icc_node *node = ERR_PTR(-EPROBE_DEFER); in of_icc_get_from_provider() local 624 struct icc_node *node; in icc_set_bw() local 765 struct icc_node *node; in icc_put() local 792 struct icc_node *node; in icc_node_create_nolock() local 823 struct icc_node *node; in icc_node_create() local 841 struct icc_node *node; in icc_node_destroy() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 34 struct o2nm_node *node = NULL; in o2nm_get_node_by_num() local 73 struct o2nm_node *node, *ret = NULL; in o2nm_node_ip_tree_lookup() local 103 struct o2nm_node *node = NULL; in o2nm_get_node_by_ip() local 120 void o2nm_node_put(struct o2nm_node *node) in o2nm_node_put() 126 void o2nm_node_get(struct o2nm_node *node) in o2nm_node_get() 160 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_release() local 169 static struct o2nm_cluster *to_o2nm_cluster_from_node(struct o2nm_node *node) in to_o2nm_cluster_from_node() 188 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_num_store() local 243 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_port_store() local 272 struct o2nm_node *node = to_o2nm_node(item); in o2nm_node_ipv4_address_store() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsnames.c | 30 char *acpi_ns_get_external_pathname(struct acpi_namespace_node *node) in acpi_ns_get_external_pathname() 52 acpi_size acpi_ns_get_pathname_length(struct acpi_namespace_node *node) in acpi_ns_get_pathname_length() 87 struct acpi_namespace_node *node; in acpi_ns_handle_to_name() local 135 struct acpi_namespace_node *node; in acpi_ns_handle_to_pathname() local 193 acpi_ns_build_normalized_path(struct acpi_namespace_node *node, in acpi_ns_build_normalized_path() 289 char *acpi_ns_get_normalized_pathname(struct acpi_namespace_node *node, in acpi_ns_get_normalized_pathname()
|
| H A D | dsmthdat.c | 216 struct acpi_namespace_node **node) in acpi_ds_method_data_get_node() 285 struct acpi_namespace_node *node; in acpi_ds_method_data_set_value() local 339 struct acpi_namespace_node *node; in acpi_ds_method_data_get_value() local 443 struct acpi_namespace_node *node; in acpi_ds_method_data_delete_value() local 504 struct acpi_namespace_node *node; in acpi_ds_store_object_to_local() local 655 struct acpi_namespace_node *node; in acpi_ds_method_data_get_type() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 34 static void node_free(struct intel_gt_buffer_pool_node *node) in node_free() 43 struct intel_gt_buffer_pool_node *node, *stale = NULL; in pool_free_older_than() local 103 struct intel_gt_buffer_pool_node *node = in pool_active() local 126 struct intel_gt_buffer_pool_node *node = in pool_retire() local 151 struct intel_gt_buffer_pool_node *node; in node_create() local 180 struct intel_gt_buffer_pool_node *node; in intel_gt_get_buffer_pool() local
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-nspire.c | 63 static void __init nspire_ahbdiv_setup(struct device_node *node, in nspire_ahbdiv_setup() 90 static void __init nspire_ahbdiv_setup_cx(struct device_node *node) in nspire_ahbdiv_setup_cx() 95 static void __init nspire_ahbdiv_setup_classic(struct device_node *node) in nspire_ahbdiv_setup_classic() 105 static void __init nspire_clk_setup(struct device_node *node, in nspire_clk_setup() 137 static void __init nspire_clk_setup_cx(struct device_node *node) in nspire_clk_setup_cx() 142 static void __init nspire_clk_setup_classic(struct device_node *node) in nspire_clk_setup_classic()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-sun9i-core.c | 76 static void __init sun9i_a80_pll4_setup(struct device_node *node) in sun9i_a80_pll4_setup() 130 static void __init sun9i_a80_gt_setup(struct device_node *node) in sun9i_a80_gt_setup() 185 static void __init sun9i_a80_ahb_setup(struct device_node *node) in sun9i_a80_ahb_setup() 211 static void __init sun9i_a80_apb0_setup(struct device_node *node) in sun9i_a80_apb0_setup() 268 static void __init sun9i_a80_apb1_setup(struct device_node *node) in sun9i_a80_apb1_setup()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | gk20a.c | 176 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_acquire_dma() local 188 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_acquire_iommu() local 231 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_release_dma() local 243 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_release_iommu() local 267 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_rd32() local 275 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_wr32() local 284 struct gk20a_instobj *node = gk20a_instobj(memory); in gk20a_instobj_map() local 297 struct gk20a_instobj_dma *node = gk20a_instobj_dma(memory); in gk20a_instobj_dtor_dma() local 314 struct gk20a_instobj_iommu *node = gk20a_instobj_iommu(memory); in gk20a_instobj_dtor_iommu() local 386 struct gk20a_instobj_dma *node; in gk20a_instobj_ctor_dma() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 82 static bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available() 476 static int __init __reserved_mem_reserve_reg(unsigned long node, in __reserved_mem_reserve_reg() 524 static int __init __reserved_mem_check_root(unsigned long node) in __reserved_mem_check_root() 545 static int __init __fdt_scan_reserved_mem(unsigned long node, const char *uname, in __fdt_scan_reserved_mem() 629 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() 659 int (*it)(unsigned long node, in of_scan_flat_dt_subnodes() 665 int node; in of_scan_flat_dt_subnodes() local 687 int __init of_get_flat_dt_subnode_by_name(unsigned long node, const char *uname) in of_get_flat_dt_subnode_by_name() 706 const void *__init of_get_flat_dt_prop(unsigned long node, const char *name, in of_get_flat_dt_prop() 723 unsigned long node, const char *compat) in of_fdt_is_compatible() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-v4l2.c | 56 unsigned int node; in imgu_subdev_s_stream() local 310 struct imgu_video_device *node = in imgu_vb2_buf_init() local 326 struct imgu_video_device *node = in imgu_vb2_buf_cleanup() local 340 struct imgu_video_device *node = in imgu_vb2_buf_queue() local 385 struct imgu_video_device *node = in imgu_vb2_queue_setup() local 419 struct imgu_video_device *node; in imgu_all_nodes_streaming() local 445 struct imgu_video_device *node, in imgu_return_all_buffers() 464 struct imgu_video_device *node = in imgu_vb2_start_streaming() local 525 struct imgu_video_device *node = in imgu_vb2_stop_streaming() local 650 struct imgu_video_device *node = file_to_intel_imgu_node(file); in imgu_vidioc_g_fmt() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/common/ |
| H A D | irq.c | 81 struct nlm_soc_info *node; member 184 void nlm_setup_pic_irq(int node, int picirq, int irq, int irt) in nlm_setup_pic_irq() 199 void nlm_set_pic_extra_ack(int node, int irq, void (*xack)(struct irq_data *)) in nlm_set_pic_extra_ack() 211 static void nlm_init_node_irqs(int node) in nlm_init_node_irqs() 235 int cpu, node; in nlm_smp_irq_init() local 248 int i, node; in plat_irq_dispatch() local 283 static int __init xlp_of_pic_init(struct device_node *node, in xlp_of_pic_init()
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | fdi2iclass.py | 61 def parse_match(node): argument 104 def parse_options(node): argument 136 def is_match_node(node): argument 141 def parse_all_matches(node): argument
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | mem2node.c | 13 static struct node { struct 14 int node; member 17 { .node = 0, .map = "0" }, argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireguard/selftest/ |
| H A D | allowedips.c | 22 static __init void print_node(struct allowedips_node *node, u8 bits) in print_node() 97 struct horrible_allowedips_node *node; in horrible_allowedips_free() local 125 horrible_mask_self(struct horrible_allowedips_node *node) in horrible_mask_self() 138 horrible_match_v4(const struct horrible_allowedips_node *node, struct in_addr *ip) in horrible_match_v4() 144 horrible_match_v6(const struct horrible_allowedips_node *node, struct in6_addr *ip) in horrible_match_v6() 153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered() 184 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v4() local 201 struct horrible_allowedips_node *node = kzalloc(sizeof(*node), GFP_KERNEL); in horrible_allowedips_insert_v6() local 217 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v4() local 229 struct horrible_allowedips_node *node; in horrible_allowedips_lookup_v6() local [all …]
|