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:tbss
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/kernel/
H
A
D
dyn.lds.S
47
.rel.
tbss
: { *(.rel.
tbss
.rel.
tbss
.* .rel.gnu.linkonce.tb.*) }
48
.rela.
tbss
: { *(.rela.
tbss
.rela.
tbss
.* .rela.gnu.linkonce.tb.*) }
124
.
tbss
: { *(.
tbss
.
tbss
.* .gnu.linkonce.tb.*) *(.tcommon) }
H
A
D
uml.lds.S
100
.
tbss
: { *(.
tbss
.
tbss
.* .gnu.linkonce.tb.*) *(.tcommon) }
/kernel/linux/linux-6.6/arch/um/kernel/
H
A
D
dyn.lds.S
47
.rel.
tbss
: { *(.rel.
tbss
.rel.
tbss
.* .rel.gnu.linkonce.tb.*) }
48
.rela.
tbss
: { *(.rela.
tbss
.rela.
tbss
.* .rela.gnu.linkonce.tb.*) }
127
.
tbss
: { *(.
tbss
.
tbss
.* .gnu.linkonce.tb.*) *(.tcommon) }
H
A
D
uml.lds.S
100
.
tbss
: { *(.
tbss
.
tbss
.* .gnu.linkonce.tb.*) *(.tcommon) }
/kernel/linux/linux-5.10/net/wireless/
H
A
D
scan.c
170
struct cfg80211_internal_bss *
tbss
;
in bss_ref_put()
local
172
tbss
= container_of(bss->pub.transmitted_bss,
in bss_ref_put()
175
tbss
->refcount--;
in bss_ref_put()
176
if (
tbss
->refcount == 0)
in bss_ref_put()
177
bss_free(
tbss
);
in bss_ref_put()
1518
struct cfg80211_internal_bss *
tbss
;
in rb_insert_bss()
local
1523
tbss
= rb_entry(parent, struct cfg80211_internal_bss, rbn);
in rb_insert_bss()
1525
cmp = cmp_bss(&bss->pub, &
tbss
->pub, BSS_CMP_REGULAR);
in rb_insert_bss()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
scan.c
171
struct cfg80211_internal_bss *
tbss
;
in bss_ref_put()
local
173
tbss
= bss_from_pub(bss->pub.transmitted_bss);
in bss_ref_put()
174
tbss
->refcount--;
in bss_ref_put()
175
if (
tbss
->refcount == 0)
in bss_ref_put()
176
bss_free(
tbss
);
in bss_ref_put()
1555
struct cfg80211_internal_bss *
tbss
;
in rb_insert_bss()
local
1560
tbss
= rb_entry(parent, struct cfg80211_internal_bss, rbn);
in rb_insert_bss()
1562
cmp = cmp_bss(&bss->pub, &
tbss
->pub, BSS_CMP_REGULAR);
in rb_insert_bss()
Completed in 10 milliseconds