Home
last modified time | relevance | path

Searched defs:node (Results 76 – 100 of 3215) sorted by relevance

12345678910>>...129

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c32 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
H A Dpin_system.c72 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/include/linux/
H A Dbootconfig.h80 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 Dtimerqueue.h10 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/fs/ocfs2/cluster/
H A Dquorum.c162 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 Dutil.c19 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/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js275 Tree.prototype.findLastNode = function (node) { argument
311 Tree.prototype.move = function(node, destination) { argument
341 Tree.prototype.removeNode = function(node) { argument
366 Tree.prototype.sortBranch = function(node, sortFun) { argument
376 Tree.prototype.unloadBranch = function(node) { argument
391 Tree.prototype._moveRows = function(node, destination) { argument
501 loadBranch: function(node, rows) { argument
540 node: function(id) { method in methods
568 sortBranch: function(node, columnOrFunction) { argument
580 extractValue = function(node) { argument
/openbmc/linux/arch/loongarch/mm/
H A Dkasan_init.c102 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 Dhtb.c36 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 …]
/openbmc/linux/fs/nilfs2/
H A Dbtree.c74 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 …]
/openbmc/linux/io_uring/
H A Dslist.h21 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/tools/perf/util/
H A Dintlist.c18 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 Domapdss-boot-init.c28 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/lib/
H A Dbtree.c95 unsigned long *node; in btree_node_alloc() local
148 static unsigned long *bkey(struct btree_geo *geo, unsigned long *node, int n) in bkey()
153 static void *bval(struct btree_geo *geo, unsigned long *node, int n) in bval()
158 static void setkey(struct btree_geo *geo, unsigned long *node, int n, in setkey()
164 static void setval(struct btree_geo *geo, unsigned long *node, int n, in setval()
170 static void clearpair(struct btree_geo *geo, unsigned long *node, int n) in clearpair()
211 unsigned long *node = head->node; in btree_last() local
224 static int keycmp(struct btree_geo *geo, unsigned long *node, int pos, in keycmp()
245 unsigned long *node = head->node; in btree_lookup_node() local
267 unsigned long *node; in btree_lookup() local
[all …]
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-common.h108 #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/drivers/block/drbd/
H A Ddrbd_interval.c10 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/mm/
H A Dmemory-tiers.c225 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/kernel/locking/
H A Dqspinlock_paravirt.h173 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/fs/btrfs/
H A Ddelayed-inode.c65 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
164 struct btrfs_delayed_node *node, in btrfs_queue_delayed_node()
185 struct btrfs_delayed_node *node) in btrfs_dequeue_delayed_node()
203 struct btrfs_delayed_node *node = NULL; in btrfs_first_delayed_node() local
219 struct btrfs_delayed_node *node) in btrfs_next_delayed_node()
279 static inline void btrfs_release_delayed_node(struct btrfs_delayed_node *node) in btrfs_release_delayed_node()
288 struct btrfs_delayed_node *node = NULL; in btrfs_first_prepared_delayed_node() local
305 struct btrfs_delayed_node *node) in btrfs_release_prepared_delayed_node()
311 struct btrfs_delayed_node *node, in btrfs_alloc_delayed_item()
[all …]
/openbmc/linux/fs/hfsplus/
H A Dbrec.c20 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/hfs/
H A Dbrec.c19 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/drivers/clk/sunxi/
H A Dclk-sun9i-core.c76 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/tools/perf/tests/
H A Dmem2node.c13 static struct node { struct
14 int node; member
17 { .node = 0, .map = "0" }, argument
/openbmc/linux/drivers/acpi/acpica/
H A Dnsnames.c30 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()
/openbmc/linux/drivers/clk/
H A Dclk-nspire.c63 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()

12345678910>>...129