Home
last modified time | relevance | path

Searched defs:node (Results 26 – 50 of 2824) sorted by relevance

12345678910>>...113

/openbmc/linux/drivers/net/wireguard/
H A Dallowedips.c23 static void copy_and_assign_cidr(struct allowedips_node *node, const u8 *src, in copy_and_assign_cidr()
36 static inline u8 choose(struct allowedips_node *node, const u8 *key) in choose()
58 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { in root_free_rcu() local
71 struct allowedips_node *node, *stack[MAX_ALLOWEDIPS_DEPTH] = { root }; in root_remove_peer_lists() local
87 static u8 common_bits(const struct allowedips_node *node, const u8 *key, in common_bits()
114 struct allowedips_node *node = trie, *found = NULL; in find_node() local
132 struct allowedips_node *node; in lookup() local
184 struct allowedips_node *node, *parent, *down, *newnode; in add() local
266 struct allowedips_node *node = rcu_dereference_protected(old4, in wg_allowedips_free() local
273 struct allowedips_node *node = rcu_dereference_protected(old6, in wg_allowedips_free() local
[all …]
/openbmc/linux/mm/
H A Dsparse-vmemmap.c40 static void * __ref __earlyonly_bootmem_alloc(int node, in __earlyonly_bootmem_alloc()
49 void * __meminit vmemmap_alloc_block(unsigned long size, int node) in vmemmap_alloc_block()
77 void * __meminit vmemmap_alloc_block_buf(unsigned long size, int node, in vmemmap_alloc_block_buf()
133 void __meminit vmemmap_verify(pte_t *pte, int node, in vmemmap_verify()
233 pgd_t * __meminit vmemmap_pgd_populate(unsigned long addr, int node) in vmemmap_pgd_populate()
276 unsigned long end, int node, in vmemmap_populate_range()
293 int node, struct vmem_altmap *altmap) in vmemmap_populate_basepages()
298 void __weak __meminit vmemmap_set_pmd(pmd_t *pmd, void *p, int node, in vmemmap_set_pmd()
303 int __weak __meminit vmemmap_check_pmd(pmd_t *pmd, int node, in vmemmap_check_pmd()
310 int node, struct vmem_altmap *altmap) in vmemmap_populate_hugepages()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_boot.c102 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
130 trace_boot_add_kprobe_event(struct xbc_node *node, const char *event) in trace_boot_add_kprobe_event()
139 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
167 trace_boot_add_synth_event(struct xbc_node *node, const char *event) in trace_boot_add_synth_event()
301 struct xbc_node *node; in trace_boot_hist_add_handlers() local
348 struct xbc_node *node, *knode; in trace_boot_compose_hist_cmd() local
422 struct xbc_node *node; in trace_boot_init_histograms() local
554 #define trace_boot_enable_events(tr, node) do {} while (0) argument
555 #define trace_boot_init_events(tr, node) do {} while (0) argument
588 #define trace_boot_set_ftrace_filter(tr, node) do {} while (0) argument
[all …]
/openbmc/linux/scripts/dtc/
H A Dlivetree.c231 struct node *node; in add_orphan_node() local
314 struct node *node = parent->children; in delete_node_by_name() local
325 void delete_node(struct node *node) in delete_node()
448 struct node **node) in get_property_by_label()
540 struct node *child, *node; in get_node_by_label() local
560 struct node *child, *node; in get_node_by_phandle() local
794 static void sort_node(struct node *node) in sort_node()
813 struct node *node; in build_and_name_child_node() local
941 struct node *node) in generate_fixups_tree_internal()
985 struct node *lfn, struct node *node, in add_local_fixup_entry()
[all …]
H A Ddtc.h217 struct node { struct
221 struct node *children; argument
223 struct node *parent; argument
224 struct node *next_sibling; argument
226 char *fullpath;
227 int basenamelen;
229 cell_t phandle;
230 int addr_cells, size_cells;
232 struct label *labels;
234 struct srcpos *srcpos;
[all …]
/openbmc/linux/lib/
H A Dbootconfig.c133 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index()
183 const char * __init xbc_node_get_data(struct xbc_node *node) in xbc_node_get_data()
224 struct xbc_node *node; in xbc_node_find_subkey() local
262 struct xbc_node *node = xbc_node_find_subkey(parent, key); in xbc_node_find_value() local
294 struct xbc_node *node, in xbc_node_compose_key_after()
343 struct xbc_node *node) in xbc_node_find_next_leaf()
428 struct xbc_node *node; in xbc_add_node() local
458 struct xbc_node *sib, *node = xbc_add_node(data, flag); in __xbc_add_sibling() local
495 struct xbc_node *node = xbc_add_sibling(data, flag); in xbc_add_child() local
614 struct xbc_node *node; in xbc_parse_array() local
[all …]
H A Drbtree.c85 __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()
492 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
524 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
592 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
604 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/openbmc/linux/include/asm-generic/
H A Dtopology.h38 #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
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_vma_manager.c144 struct drm_mm_node *node, *best; in drm_vma_offset_lookup_locked() local
202 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add()
230 struct drm_vma_offset_node *node) in drm_vma_offset_remove()
243 static int vma_node_allow(struct drm_vma_offset_node *node, in vma_node_allow()
313 int drm_vma_node_allow(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow()
338 int drm_vma_node_allow_once(struct drm_vma_offset_node *node, struct drm_file *tag) in drm_vma_node_allow_once()
357 void drm_vma_node_revoke(struct drm_vma_offset_node *node, in drm_vma_node_revoke()
398 bool drm_vma_node_is_allowed(struct drm_vma_offset_node *node, in drm_vma_node_is_allowed()
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c222 struct node *node; in add_orphan_node() local
298 struct node *node = parent->children; in delete_node_by_name() local
309 void delete_node(struct node *node) in delete_node()
429 struct node **node) in get_property_by_label()
522 struct node *child, *node; in get_node_by_label() local
542 struct node *child, *node; in get_node_by_phandle() local
749 static void sort_node(struct node *node) in sort_node()
768 struct node *node; in build_and_name_child_node() local
889 struct node *node) in generate_fixups_tree_internal()
933 struct node *lfn, struct node *node, in add_local_fixup_entry()
[all …]
/openbmc/linux/kernel/gcov/
H A Dfs.c290 struct gcov_node *node = inode->i_private; in gcov_seq_open() local
350 struct gcov_node *node; in get_node_by_name() local
365 static void reset_node(struct gcov_node *node) in reset_node()
387 struct gcov_node *node; in gcov_seq_write() local
542 struct gcov_node *node; in new_node() local
574 static void remove_links(struct gcov_node *node) in remove_links()
603 static void remove_node(struct gcov_node *node) in remove_node()
621 struct gcov_node *node; in get_child_by_name() local
638 struct gcov_node *node; in reset_write() local
680 struct gcov_node *node; in add_node() local
[all …]
/openbmc/qemu/util/
H A Dqtree.c287 q_tree_node_next(QTreeNode *node) in q_tree_node_next()
316 QTreeNode *node; in q_tree_remove_all() local
447 QTreeNode *node; in q_tree_insert_node() local
504 QTreeNode *node; in q_tree_replace_node() local
541 QTreeNode *node, *retnode; in q_tree_insert_internal() local
960 QTreeNode *node; in q_tree_lookup() local
988 QTreeNode *node; in q_tree_lookup_extended() local
1028 QTreeNode *node; in q_tree_foreach() local
1106 QTreeNode *node; in q_tree_search() local
1128 QTreeNode *node; in q_tree_height() local
[all …]
/openbmc/linux/arch/ia64/mm/
H A Ddiscontig.c55 #define NODEDATA_ALIGN(addr, node) \ argument
72 int node) in build_node_maps()
98 static int early_nr_cpus_node(int node) in early_nr_cpus_node()
113 static unsigned long compute_pernodesize(int node) in compute_pernodesize()
189 int node, prev_node, unit, nr_units; in setup_per_cpu_areas() local
314 int node) in find_pernode_space()
357 int node; in reserve_pernode_space() local
373 int node; in scatter_node_data() local
400 int cpu, node; in initialize_pernode_data() local
469 int node; in memory_less_nodes() local
[all …]
/openbmc/libbej/src/
H A Dbej_encoder_core.c36 static int bejEncodeBejSetOrArray(struct RedfishPropertyParent* node, in bejEncodeBejSetOrArray()
62 int bejEncodeBejInteger(struct RedfishPropertyLeafInt* node, in bejEncodeBejInteger()
79 int bejEncodeBejEnum(struct RedfishPropertyLeafEnum* node, in bejEncodeBejEnum()
93 int bejEncodeBejString(struct RedfishPropertyLeafString* node, in bejEncodeBejString()
108 int bejEncodeBejReal(struct RedfishPropertyLeafReal* node, in bejEncodeBejReal()
139 int bejEncodeBejBool(struct RedfishPropertyLeafBool* node, in bejEncodeBejBool()
155 int bejEncodeBejProAnno(struct RedfishPropertyParent* node, in bejEncodeBejProAnno()
169 int bejEncodeBejNull(struct RedfishPropertyLeafNull* node, in bejEncodeBejNull()
184 static int bejEncodeNode(void* node, struct BejEncoderOutputHandler* output) in bejEncodeNode()
H A Dbej_tree.c3 static void bejTreeInitParent(struct RedfishPropertyParent* node, in bejTreeInitParent()
18 void bejTreeInitSet(struct RedfishPropertyParent* node, const char* name) in bejTreeInitSet()
23 void bejTreeInitArray(struct RedfishPropertyParent* node, const char* name) in bejTreeInitArray()
28 void bejTreeInitPropertyAnnotated(struct RedfishPropertyParent* node, in bejTreeInitPropertyAnnotated()
34 bool bejTreeIsParentType(struct RedfishPropertyNode* node) in bejTreeIsParentType()
41 static void bejTreeInitChildNode(struct RedfishPropertyLeaf* node, in bejTreeInitChildNode()
70 void bejTreeSetInteger(struct RedfishPropertyLeafInt* node, int64_t newValue) in bejTreeSetInteger()
102 void bejTreeSetReal(struct RedfishPropertyLeafReal* node, double newValue) in bejTreeSetReal()
132 void bejTreeUpdateNodeFlags(struct RedfishPropertyNode* node, in bejTreeUpdateNodeFlags()
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc_dt.c22 static phandle __init olpc_dt_getsibling(phandle node) in olpc_dt_getsibling()
36 static phandle __init olpc_dt_getchild(phandle node) in olpc_dt_getchild()
52 static int __init olpc_dt_getproplen(phandle node, const char *prop) in olpc_dt_getproplen()
69 static int __init olpc_dt_getproperty(phandle node, const char *prop, in olpc_dt_getproperty()
90 static int __init olpc_dt_nextprop(phandle node, char *prev, char *buf) in olpc_dt_nextprop()
107 static int __init olpc_dt_pkg2path(phandle node, char *buf, in olpc_dt_pkg2path()
168 phandle node; in olpc_dt_finddevice() local
203 phandle node; in olpc_dt_get_board_revision() local
219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
239 phandle node; in olpc_dt_fixup() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c19 node_to_request(const struct i915_sched_node *node) in node_to_request()
24 static inline bool node_started(const struct i915_sched_node *node) in node_started()
29 static inline bool node_signaled(const struct i915_sched_node *node) in node_signaled()
129 lock_sched_engine(struct i915_sched_node *node, in lock_sched_engine()
155 static void __i915_schedule(struct i915_sched_node *node, in __i915_schedule()
194 struct i915_sched_node *node = dep->signaler; in __i915_schedule() local
296 void i915_sched_node_init(struct i915_sched_node *node) in i915_sched_node_init()
305 void i915_sched_node_reinit(struct i915_sched_node *node) in i915_sched_node_reinit()
328 bool __i915_sched_node_add_dependency(struct i915_sched_node *node, in __i915_sched_node_add_dependency()
357 int i915_sched_node_add_dependency(struct i915_sched_node *node, in i915_sched_node_add_dependency()
[all …]
/openbmc/u-boot/lib/
H A Drbtree.c63 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert()
195 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local
368 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
376 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
382 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
398 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
434 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
466 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
512 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
524 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/openbmc/linux/tools/lib/
H A Drbtree.c85 __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
423 static inline void dummy_propagate(struct rb_node *node, struct rb_node *stop) {} in dummy_propagate()
433 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
438 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
453 void __rb_insert_augmented(struct rb_node *node, struct rb_root *root, in __rb_insert_augmented()
486 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
517 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()
561 static struct rb_node *rb_left_deepest_node(const struct rb_node *node) in rb_left_deepest_node()
573 struct rb_node *rb_next_postorder(const struct rb_node *node) in rb_next_postorder()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c153 static bool sun4i_drv_node_is_connector(struct device_node *node) in sun4i_drv_node_is_connector()
158 static bool sun4i_drv_node_is_frontend(struct device_node *node) in sun4i_drv_node_is_frontend()
169 static bool sun4i_drv_node_is_deu(struct device_node *node) in sun4i_drv_node_is_deu()
174 static bool sun4i_drv_node_is_supported_frontend(struct device_node *node) in sun4i_drv_node_is_supported_frontend()
182 static bool sun4i_drv_node_is_tcon(struct device_node *node) in sun4i_drv_node_is_tcon()
187 static bool sun4i_drv_node_is_tcon_with_ch0(struct device_node *node) in sun4i_drv_node_is_tcon_with_ch0()
203 static bool sun4i_drv_node_is_tcon_top(struct device_node *node) in sun4i_drv_node_is_tcon_top()
235 struct device_node *node, in sun4i_drv_traverse_endpoints()
295 struct device_node *node) in sun4i_drv_add_endpoints()
/openbmc/u-boot/tools/binman/
H A Dstate.py163 def GetUpdateNodes(node): argument
184 def AddZeroProp(node, prop): argument
193 def AddSubnode(node, name): argument
210 def AddString(node, prop, value): argument
220 def SetInt(node, prop, value): argument
231 def CheckAddHashProp(node): argument
244 def CheckSetHashValue(node, get_data_func): argument
/openbmc/linux/include/linux/
H A Drbtree_latch.h41 struct rb_node node[2]; member
70 __lt_from_rb(struct rb_node *node, int idx) in __lt_from_rb()
81 struct rb_node *node = &ltn->node[idx]; in __lt_insert() local
107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find()
109 struct rb_node *node = rcu_dereference_raw(ltr->tree[idx].rb_node); in __lt_find() local
144 latch_tree_insert(struct latch_tree_node *node, in latch_tree_insert()
171 latch_tree_erase(struct latch_tree_node *node, in latch_tree_erase()
203 struct latch_tree_node *node; in latch_tree_find() local
/openbmc/linux/tools/include/linux/
H A Drbtree.h42 #define RB_EMPTY_NODE(node) \ argument
44 #define RB_CLEAR_NODE(node) \ argument
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
325 rb_next_match(const void *key, struct rb_node *node, in rb_next_match()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c51 QOSGraphNode *node; member
140 QOSGraphNode *node = g_new0(QOSGraphNode, 1); in create_node() local
155 QOSGraphNode *node = val; in destroy_node() local
245 static void create_interface(const char *node) in create_interface()
288 static void build_driver_cmd_line(QOSGraphNode *node) in build_driver_cmd_line()
444 bool qos_graph_has_node(const char *node) in qos_graph_has_node()
450 QOSNodeType qos_graph_get_node_type(const char *node) in qos_graph_get_node_type()
542 bool qos_graph_has_machine(const char *node) in qos_graph_has_machine()
594 QOSGraphNode *node; in qos_add_test() local
802 QOSGraphNode *node = search_node(name); in qos_delete_cmd_line() local
[all …]
/openbmc/linux/kernel/bpf/
H A Dpercpu_freelist.c31 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

12345678910>>...113