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:bpool
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xsk_fwd.c
104
struct
bpool
{
struct
127
static struct
bpool
*
136
struct
bpool
*bp;
in bpool_init()
144
/*
bpool
internals dimensioning. */
in bpool_init()
156
total_size = sizeof(struct
bpool
) +
in bpool_init()
160
/*
bpool
memory allocation. */
in bpool_init()
165
/*
bpool
memory initialization. */
in bpool_init()
166
bp = (struct
bpool
*)p;
in bpool_init()
170
bp->slabs = (u64 **)&p[sizeof(struct
bpool
)];
in bpool_init()
171
bp->slabs_reserved = (u64 **)&p[sizeof(struct
bpool
)
in bpool_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.c
397
}
bpool
[FMAN_PORT_MAX_EXT_POOLS_NUM];
member
793
if (bp->
bpool
[i].size > bp->
bpool
[i + 1].size)
in set_bpools()
801
tmp |= ((u32)bp->
bpool
[i].bpid <<
in set_bpools()
808
if (bp->
bpool
[i].is_backup)
in set_bpools()
811
tmp |= (u32)bp->
bpool
[i].size;
in set_bpools()
824
if (bp->
bpool
[i].grp_bp_depleted) {
in set_bpools()
829
if (bp->
bpool
[i].single_bp_depleted)
in set_bpools()
940
bpools.
bpool
[i].bpid = ordered_array[i];
in set_ext_buffer_pools()
941
bpools.
bpool
[
in set_ext_buffer_pools()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/
H
A
D
fman_port.c
371
}
bpool
[FMAN_PORT_MAX_EXT_POOLS_NUM];
member
767
if (bp->
bpool
[i].size > bp->
bpool
[i + 1].size)
in set_bpools()
775
tmp |= ((u32)bp->
bpool
[i].bpid <<
in set_bpools()
782
if (bp->
bpool
[i].is_backup)
in set_bpools()
785
tmp |= (u32)bp->
bpool
[i].size;
in set_bpools()
798
if (bp->
bpool
[i].grp_bp_depleted) {
in set_bpools()
803
if (bp->
bpool
[i].single_bp_depleted)
in set_bpools()
914
bpools.
bpool
[i].bpid = ordered_array[i];
in set_ext_buffer_pools()
915
bpools.
bpool
[
in set_ext_buffer_pools()
[all...]
Completed in 6 milliseconds