Searched defs:leaf (Results 101 - 123 of 123) sorted by path

12345

/linux-master/include/net/
H A Dip6_fib.h74 struct fib6_info __rcu *leaf; member in struct:fib6_node
358 struct fib6_info *leaf; member in struct:fib6_walker
H A Dsch_generic.h252 struct Qdisc * (*leaf)(struct Qdisc *, unsigned long cl); member in struct:Qdisc_class_ops
/linux-master/ipc/
H A Dmqueue.c194 struct posix_msg_tree_node *leaf; local
233 msg_tree_erase(struct posix_msg_tree_node *leaf, struct mqueue_inode_info *info) argument
251 struct posix_msg_tree_node *leaf; local
[all...]
/linux-master/kernel/locking/
H A Dlockdep.c2422 print_shortest_lock_dependencies(struct lock_list *leaf, argument
2468 print_shortest_lock_dependencies_backwards(struct lock_list *leaf, argument
[all...]
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c632 print_graph_retval(struct trace_seq *s, unsigned long retval, bool leaf, void *func, bool hex_format) argument
/linux-master/lib/
H A Dassoc_array.c311 const void *leaf; local
19 assoc_array_subtree_iterate(const struct assoc_array_ptr *root, const struct assoc_array_ptr *stop, int (*iterator)(const void *leaf, void *iterator_data), void *iterator_data) argument
1045 assoc_array_delete_collapse_iterator(const void *leaf, void *iterator_data) argument
[all...]
H A Dbootconfig.c394 xbc_node_find_next_key_value(struct xbc_node *root, struct xbc_node **leaf) argument
[all...]
H A Dmaple_tree.c7134 bool leaf = mte_is_leaf(entry); local
7187 bool leaf = mte_is_leaf(entry); local
[all...]
H A Drhashtable.c122 nested_table_alloc(struct rhashtable *ht, union nested_table __rcu **prev, bool leaf) argument
/linux-master/net/ipv4/
H A Dfib_trie.c128 struct hlist_head leaf; member in union:key_vector::__anon2956
[all...]
/linux-master/net/ipv6/
H A Dip6_fib.c765 struct fib6_info *leaf = rcu_dereference_protected(fn->leaf, local
1050 struct fib6_info *leaf = rcu_dereference_protected(fn->leaf, local
1077 struct fib6_info *leaf = rcu_dereference_protected(fn->leaf, local
1595 struct fib6_info *leaf = rcu_dereference(fn->leaf); local
1678 struct fib6_info *leaf = rcu_dereference(fn->leaf); local
1921 struct fib6_info *leaf, *replace_rt = NULL; local
[all...]
H A Droute.c844 static void find_rr_leaf(struct fib6_node *fn, struct fib6_info *leaf, argument
868 struct fib6_info *leaf = rcu_dereference(fn->leaf); local
5207 struct fib6_info *leaf; local
[all...]
/linux-master/net/sched/
H A Dsch_api.c1474 struct Qdisc *leaf; local
H A Dsch_htb.c128 } leaf; member in union:htb_class::__anon3045
[all...]
/linux-master/scripts/dtc/libfdt/
H A Dfdt_ro.c318 const char *leaf; local
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c124 static void leaf_print_raw(struct subleaf *leaf) argument
143 struct subleaf *leaf; local
297 struct subleaf *leaf; local
476 show_leaf(struct subleaf *leaf) argument
[all...]
/linux-master/tools/bootconfig/
H A Dmain.c113 struct xbc_node *leaf; local
/linux-master/tools/perf/tests/workloads/
H A Dleafloop.c12 noinline void leaf(volatile int b) function
/linux-master/tools/perf/util/
H A Dsort.h121 bool leaf; member in struct:hist_entry
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1394 static void get_cpuid_or_exit(unsigned int leaf, argument
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c118 __u8 *leaf; local
127 __u8 *leaf; local
221 __u8 *leaf = bpf_map_lookup_elem(&tcp_port_map, &port); local
228 __u16 *leaf = bpf_map_lookup_elem(&udp_port_map, &port); local
[all...]
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpu.c411 struct cpu_hogger leaf[3] = {NULL}; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dpkey-x86.h119 int leaf; local

Completed in 413 milliseconds

12345