Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bpf_obj_drop
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
linked_list.c
28
bpf_obj_drop
(container_of(n, struct foo, node2));
in list_push_pop()
29
bpf_obj_drop
(f);
in list_push_pop()
37
bpf_obj_drop
(container_of(n, struct foo, node2));
in list_push_pop()
38
bpf_obj_drop
(f);
in list_push_pop()
56
bpf_obj_drop
(f);
in list_push_pop()
71
bpf_obj_drop
(f);
in list_push_pop()
74
bpf_obj_drop
(f);
in list_push_pop()
80
bpf_obj_drop
(container_of(n, struct foo, node2));
in list_push_pop()
88
bpf_obj_drop
(container_of(n, struct foo, node2));
in list_push_pop()
116
bpf_obj_drop
(
in list_push_pop_multiple()
[all...]
H
A
D
rbtree.c
47
bpf_obj_drop
(n);
in __add_three()
101
bpf_obj_drop
(n);
in rbtree_add_and_remove()
106
bpf_obj_drop
(n);
in rbtree_add_and_remove()
108
bpf_obj_drop
(m);
in rbtree_add_and_remove()
158
bpf_obj_drop
(o);
in rbtree_first_and_remove()
174
bpf_obj_drop
(n);
in rbtree_first_and_remove()
176
bpf_obj_drop
(m);
in rbtree_first_and_remove()
229
bpf_obj_drop
(o);
in rbtree_api_release_aliasing()
237
bpf_obj_drop
(m);
in rbtree_api_release_aliasing()
H
A
D
refcounted_kptr.c
91
bpf_obj_drop
(m);
in __insert_in_tree_and_list()
125
bpf_obj_drop
(n);
in __stash_map_insert_tree()
126
bpf_obj_drop
(m);
in __stash_map_insert_tree()
169
bpf_obj_drop
(n);
in __read_from_tree()
202
bpf_obj_drop
(n);
in __read_from_list()
221
bpf_obj_drop
(n);
in __read_from_unstash()
388
bpf_obj_drop
(m);
in rbtree_refcounted_node_ref_escapes()
409
bpf_obj_drop
(m);
in rbtree_refcounted_node_ref_escapes_owning_input()
419
bpf_obj_drop
(n);
in __stash_map_empty_xchg()
424
bpf_obj_drop
(
in __stash_map_empty_xchg()
[all...]
H
A
D
local_kptr_stash.c
65
bpf_obj_drop
(res);
in create_and_stash()
93
bpf_obj_drop
(res);
in stash_plain()
112
bpf_obj_drop
(res);
in unstash_rb_node()
H
A
D
local_kptr_stash_fail.c
61
bpf_obj_drop
(res);
in stash_rb_nodes()
81
bpf_obj_drop
(&res->node);
in drop_rb_node_off()
H
A
D
test_bpf_ma.c
63
bpf_obj_drop
(old);
in batch_alloc_free()
80
bpf_obj_drop
(old);
in batch_alloc_free()
H
A
D
linked_list_fail.c
37
bpf_obj_drop
(f1); \
42
bpf_obj_drop
(f2); \
43
bpf_obj_drop
(f1); \
242
bpf_obj_drop
(f+1);
in obj_drop_non_zero_off()
267
bpf_obj_drop
(f);
in use_after_drop()
551
bpf_obj_drop
(f);
in incorrect_head_off1()
H
A
D
rbtree_fail.c
84
bpf_obj_drop
(n);
in rbtree_api_remove_unadded_node()
101
bpf_obj_drop
(n);
in rbtree_api_remove_unadded_node()
103
bpf_obj_drop
(m);
in rbtree_api_remove_unadded_node()
127
/* if (res) {
bpf_obj_drop
(n); } is missing here */
in rbtree_api_remove_no_drop()
H
A
D
test_spin_lock_fail.c
105
bpf_obj_drop
(f1); \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
bpf_experimental.h
40
#define
bpf_obj_drop
(kptr) bpf_obj_drop_impl(kptr, NULL)
macro
Completed in 5 milliseconds