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:ctx_pg_tbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
7071
ctx_pg->
ctx_pg_tbl
= kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg),
in bnxt_alloc_ctx_pg_tbls()
7073
if (!ctx_pg->
ctx_pg_tbl
)
in bnxt_alloc_ctx_pg_tbls()
7086
ctx_pg->
ctx_pg_tbl
[i] = pg_tbl;
in bnxt_alloc_ctx_pg_tbls()
7121
ctx_pg->
ctx_pg_tbl
) {
in bnxt_free_ctx_pg_tbls()
7128
pg_tbl = ctx_pg->
ctx_pg_tbl
[i];
in bnxt_free_ctx_pg_tbls()
7135
ctx_pg->
ctx_pg_tbl
[i] = NULL;
in bnxt_free_ctx_pg_tbls()
7137
kfree(ctx_pg->
ctx_pg_tbl
);
in bnxt_free_ctx_pg_tbls()
7138
ctx_pg->
ctx_pg_tbl
= NULL;
in bnxt_free_ctx_pg_tbls()
H
A
D
bnxt.h
1443
struct bnxt_ctx_pg_info **
ctx_pg_tbl
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
7304
ctx_pg->
ctx_pg_tbl
= kcalloc(MAX_CTX_PAGES, sizeof(ctx_pg),
in bnxt_alloc_ctx_pg_tbls()
7306
if (!ctx_pg->
ctx_pg_tbl
)
in bnxt_alloc_ctx_pg_tbls()
7319
ctx_pg->
ctx_pg_tbl
[i] = pg_tbl;
in bnxt_alloc_ctx_pg_tbls()
7352
ctx_pg->
ctx_pg_tbl
) {
in bnxt_free_ctx_pg_tbls()
7359
pg_tbl = ctx_pg->
ctx_pg_tbl
[i];
in bnxt_free_ctx_pg_tbls()
7366
ctx_pg->
ctx_pg_tbl
[i] = NULL;
in bnxt_free_ctx_pg_tbls()
7368
kfree(ctx_pg->
ctx_pg_tbl
);
in bnxt_free_ctx_pg_tbls()
7369
ctx_pg->
ctx_pg_tbl
= NULL;
in bnxt_free_ctx_pg_tbls()
H
A
D
bnxt.h
1497
struct bnxt_ctx_pg_info **
ctx_pg_tbl
;
member
Completed in 46 milliseconds