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:tb_path_free
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thunderbolt/
H
A
D
path.c
91
*
tb_path_free
() to release the path and allocated HopIDs when the path
96
* cleaned up by calling tb_path_deactivate() before
tb_path_free
().
206
tb_path_free
(path);
in tb_path_discover()
336
tb_path_free
(path);
in tb_path_alloc()
341
*
tb_path_free
() - free a path
346
void
tb_path_free
(struct tb_path *path)
in tb_path_free()
function
H
A
D
test.c
798
tb_path_free
(path);
in tb_test_path_not_bonded_lane0()
860
tb_path_free
(path);
in tb_test_path_not_bonded_lane1()
940
tb_path_free
(path);
in tb_test_path_not_bonded_lane1_chain()
1020
tb_path_free
(path);
in tb_test_path_not_bonded_lane1_chain_reverse()
1112
tb_path_free
(path);
in tb_test_path_mixed_chain()
1204
tb_path_free
(path);
in tb_test_path_mixed_chain_reverse()
H
A
D
tb.h
894
void
tb_path_free
(struct tb_path *path);
H
A
D
tunnel.c
1223
tb_path_free
(tunnel->paths[i]);
in tb_tunnel_free()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H
A
D
path.c
92
* @alloc_hopid is true). Call
tb_path_free
() to release the path and
97
* cleaned up by calling tb_path_deactivate() before
tb_path_free
().
216
tb_path_free
(path);
in tb_path_discover()
348
tb_path_free
(path);
in tb_path_alloc()
353
*
tb_path_free
() - free a path
358
void
tb_path_free
(struct tb_path *path)
in tb_path_free()
function
H
A
D
test.c
925
tb_path_free
(path);
in tb_test_path_not_bonded_lane0()
987
tb_path_free
(path);
in tb_test_path_not_bonded_lane1()
1067
tb_path_free
(path);
in tb_test_path_not_bonded_lane1_chain()
1147
tb_path_free
(path);
in tb_test_path_not_bonded_lane1_chain_reverse()
1239
tb_path_free
(path);
in tb_test_path_mixed_chain()
1331
tb_path_free
(path);
in tb_test_path_mixed_chain_reverse()
H
A
D
tb.h
1096
void
tb_path_free
(struct tb_path *path);
H
A
D
tunnel.c
2086
tb_path_free
(tunnel->paths[i]);
in tb_tunnel_free()
Completed in 25 milliseconds