/openbmc/linux/include/linux/ |
H A D | bootconfig.h | 80 static inline __init bool xbc_node_is_value(struct xbc_node *node) in xbc_node_is_value() 91 static inline __init bool xbc_node_is_key(struct xbc_node *node) in xbc_node_is_key() 102 static inline __init bool xbc_node_is_array(struct xbc_node *node) in xbc_node_is_array() 116 static inline __init bool xbc_node_is_leaf(struct xbc_node *node) in xbc_node_is_leaf() 171 static inline struct xbc_node * __init xbc_node_get_subkey(struct xbc_node *node) in xbc_node_get_subkey() 234 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument 248 #define xbc_node_for_each_key_value(node, knode, value) \ argument 277 static inline int __init xbc_node_compose_key(struct xbc_node *node, in xbc_node_compose_key()
|
H A D | nodemask.h | 128 #define node_set(node, dst) __node_set((node), &(dst)) argument 134 #define node_clear(node, dst) __node_clear((node), &(dst)) 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() 295 #define nodemask_of_node(node) \ argument 386 #define for_each_node_mask(node, mask) \ argument 421 static inline int node_state(int node, enum node_states state) in node_state() 472 static inline int node_state(int node, enum node_states state) in node_state() 490 #define for_each_node_state(node, __state) \ argument 533 #define node_online(node) node_state((node), N_ONLINE) argument [all …]
|
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()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 139 int node; in spu_update_sched_info() local 180 int node; in do_notify_spus_active() local 292 int node, n; in aff_ref_location() local 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 951 int nr_active = 0, node; in count_active_contexts() local 991 int node; in spusched_thread() local 1026 int node; in spuctx_switch_state() local [all …]
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | quorum.c | 162 static void o2quo_set_hold(struct o2quo_state *qs, u8 node) in o2quo_set_hold() 174 static void o2quo_clear_hold(struct o2quo_state *qs, u8 node) in o2quo_clear_hold() 195 void o2quo_hb_up(u8 node) in o2quo_hb_up() 219 void o2quo_hb_down(u8 node) in o2quo_hb_down() 244 void o2quo_hb_still_up(u8 node) in o2quo_hb_still_up() 263 void o2quo_conn_up(u8 node) in o2quo_conn_up() 289 void o2quo_conn_err(u8 node) in o2quo_conn_err()
|
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | util.c | 19 struct qtnf_sta_node *node; in qtnf_sta_list_lookup() local 35 struct qtnf_sta_node *node; in qtnf_sta_list_lookup_index() local 52 struct qtnf_sta_node *node; in qtnf_sta_list_add() local 78 struct qtnf_sta_node *node; in qtnf_sta_list_del() local 96 struct qtnf_sta_node *node, *tmp; in qtnf_sta_list_free() local
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | kasan_init.c | 102 static phys_addr_t __init kasan_alloc_zeroed_page(int node) in kasan_alloc_zeroed_page() 113 static pte_t *__init kasan_pte_offset(pmd_t *pmdp, unsigned long addr, int node, bool early) in kasan_pte_offset() 126 static pmd_t *__init kasan_pmd_offset(pud_t *pudp, unsigned long addr, int node, bool early) in kasan_pmd_offset() 139 static pud_t *__init kasan_pud_offset(p4d_t *p4dp, unsigned long addr, int node, bool early) in kasan_pud_offset() 152 static p4d_t *__init kasan_p4d_offset(pgd_t *pgdp, unsigned long addr, int node, bool early) in kasan_p4d_offset() 166 unsigned long end, int node, bool early) in kasan_pte_populate() 181 unsigned long end, int node, bool early) in kasan_pmd_populate() 193 unsigned long end, int node, bool early) in kasan_pud_populate() 205 unsigned long end, int node, bool early) in kasan_p4d_populate() 217 int node, bool early) in kasan_pgd_populate() [all …]
|
/openbmc/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 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 447 struct mlx5e_qos_node *node; in mlx5e_htb_leaf_del() local [all …]
|
/openbmc/linux/io_uring/ |
H A D | slist.h | 21 static inline void wq_list_add_after(struct io_wq_work_node *node, in wq_list_add_after() 33 static inline void wq_list_add_tail(struct io_wq_work_node *node, in wq_list_add_tail() 46 static inline void wq_list_add_head(struct io_wq_work_node *node, in wq_list_add_head() 88 static inline void wq_stack_add_head(struct io_wq_work_node *node, in wq_stack_add_head() 96 struct io_wq_work_node *node, in wq_list_del() 105 struct io_wq_work_node *node = stack->next; in wq_stack_extract() local
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pin_system.c | 72 static inline struct mm_struct *mm_from_sdma_node(struct sdma_mmu_node *node) in mm_from_sdma_node() 77 static void free_system_node(struct sdma_mmu_node *node) in free_system_node() 116 struct sdma_mmu_node *node, int npages) in pin_system_pages() 173 struct sdma_mmu_node *node; in add_system_pinning() local 221 struct sdma_mmu_node *node = in get_system_cache_entry() local 270 struct mmu_rb_node *node = ctx; in sdma_mmu_rb_node_get() local 277 struct sdma_mmu_node *node = ctx; in sdma_mmu_rb_node_put() local 440 static bool sdma_rb_filter(struct mmu_rb_node *node, unsigned long addr, in sdma_rb_filter() 454 struct sdma_mmu_node *node = in sdma_rb_evict() local 470 struct sdma_mmu_node *node = in sdma_rb_remove() local
|
/openbmc/linux/fs/nilfs2/ |
H A D | btree.c | 438 struct nilfs_btree_node *node; in nilfs_btree_get_node() local 552 struct nilfs_btree_node *node; in nilfs_btree_do_lookup() local 613 struct nilfs_btree_node *node; in nilfs_btree_do_lookup_last() local 662 struct nilfs_btree_node *node; in nilfs_btree_get_next_key() local 708 struct nilfs_btree_node *node; in nilfs_btree_lookup_contig() local 818 struct nilfs_btree_node *node; in nilfs_btree_do_insert() local 1016 struct nilfs_btree_node *node; in nilfs_btree_find_near() local 1268 struct nilfs_btree_node *node; in nilfs_btree_do_delete() local 1808 struct nilfs_btree_node *node; in nilfs_btree_commit_convert_and_insert() local 2076 struct nilfs_btree_node *node; in nilfs_btree_propagate() local [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | intlist.c | 18 struct int_node *node = malloc(sizeof(*node)); in intlist__node_new() local 37 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_delete() local 45 struct int_node *node = container_of(rb_node, struct int_node, rb_node); in intlist__node_cmp() local 60 void intlist__remove(struct intlist *ilist, struct int_node *node) in intlist__remove() 68 struct int_node *node = NULL; in __intlist__findnew() local 142 struct int_node *node = NULL; in intlist__entry() local
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/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() 111 static void __init omapdss_add_to_list(struct device_node *node, bool root) in omapdss_add_to_list() 122 static bool __init omapdss_list_contains(const struct device_node *node) in omapdss_list_contains() 134 static void __init omapdss_walk_device(struct device_node *node, bool root) in omapdss_walk_device()
|
/openbmc/linux/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 72 struct rb_node *node = root->rb_node; in drbd_contains_interval() local 120 struct rb_node *node = root->rb_node; in drbd_find_overlap() local 151 struct rb_node *node; in drbd_next_overlap() local
|
/openbmc/linux/lib/ |
H A D | btree.c | 95 unsigned long *node; in btree_node_alloc() local 211 unsigned long *node = head->node; in btree_last() local 245 unsigned long *node = head->node; in btree_lookup_node() local 267 unsigned long *node; in btree_lookup() local 284 unsigned long *node; in btree_update() local 311 unsigned long *node, *oldnode; in btree_get_prev() local 387 unsigned long *node = head->node; in find_level() local 412 unsigned long *node; in btree_grow() local 430 unsigned long *node; in btree_shrink() local 448 unsigned long *node; in btree_insert_level() local [all …]
|
/openbmc/linux/scripts/gcc-plugins/ |
H A D | gcc-common.h | 108 #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) argument 109 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) argument 110 #define TYPE_NAME_POINTER(node) IDENTIFIER_POINTER(TYPE_NAME(node)) argument 111 #define TYPE_NAME_LENGTH(node) IDENTIFIER_LENGTH(TYPE_NAME(node)) argument 141 #define varpool_mark_needed_node(node) argument 147 #define NODE_SYMBOL(node) (node) argument 148 #define NODE_DECL(node) (node)->decl argument 149 #define cgraph_node_name(node) (node)->name() argument 150 #define NODE_IMPLICIT_ALIAS(node) (node)->cpp_implicit_alias argument 180 #define debug_cgraph_node(node) (node)->debug() argument [all …]
|
/openbmc/linux/mm/ |
H A D | memory-tiers.c | 225 static struct memory_tier *__node_get_memory_tier(int node) in __node_get_memory_tier() 242 bool node_is_toptier(int node) in node_is_toptier() 294 int next_demotion_node(int node) in next_demotion_node() 333 int node; in disable_all_demotion_targets() local 363 int target = NUMA_NO_NODE, node; in establish_demotion_targets() local 457 static inline void __init_node_memory_type(int node, struct memory_dev_type *memtype) in __init_node_memory_type() 475 static struct memory_tier *set_node_memory_tier(int node) in set_node_memory_tier() 503 static bool clear_node_memory_tier(int node) in clear_node_memory_tier() 569 void init_node_memory_type(int node, struct memory_dev_type *memtype) in init_node_memory_type() 578 void clear_node_memory_type(int node, struct memory_dev_type *memtype) in clear_node_memory_type() [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | mem2node.c | 13 static struct node { struct 14 int node; member 17 { .node = 0, .map = "0" }, argument
|
/openbmc/linux/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() 505 struct pv_node *node; in __pv_queued_spin_unlock_slowpath() local
|
/openbmc/linux/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()
|
/openbmc/linux/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
|
/openbmc/linux/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
|
/openbmc/linux/fs/btrfs/ |
H A D | delayed-inode.c | 65 struct btrfs_delayed_node *node; in btrfs_get_delayed_node() local 119 struct btrfs_delayed_node *node; in btrfs_get_or_create_delayed_node() local 219 struct btrfs_delayed_node *node) in btrfs_next_delayed_node() 305 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node() 342 struct rb_node *node = root->rb_node; in __btrfs_lookup_delayed_item() local 362 struct rb_node **p, *node; in __btrfs_add_delayed_item() local 565 struct btrfs_delayed_node *node) in btrfs_delayed_inode_reserve_metadata() 1002 struct btrfs_delayed_node *node) in __btrfs_update_delayed_inode() 1603 struct btrfs_delayed_node *node; in btrfs_delete_delayed_dir_index() local 2096 struct btrfs_delayed_node *node; in btrfs_log_get_delayed_items() local [all …]
|
/openbmc/linux/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
|