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:free_heads_cnt
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/xdp/
H
A
D
xsk_buff_pool.c
79
pool->
free_heads_cnt
= umem->chunks;
in xp_create_and_assign_umem()
98
for (i = 0; i < pool->
free_heads_cnt
; i++) {
in xp_create_and_assign_umem()
495
if (pool->
free_heads_cnt
== 0)
in __xp_alloc()
515
xskb = pool->free_heads[--pool->
free_heads_cnt
];
in __xp_alloc()
559
if (max > pool->
free_heads_cnt
)
in xp_alloc_new_from_fq()
560
max = pool->
free_heads_cnt
;
in xp_alloc_new_from_fq()
582
xskb = pool->free_heads[--pool->
free_heads_cnt
];
in xp_alloc_new_from_fq()
/kernel/linux/linux-5.10/net/xdp/
H
A
D
xsk_buff_pool.c
63
pool->
free_heads_cnt
= umem->chunks;
in xp_create_and_assign_umem()
80
for (i = 0; i < pool->
free_heads_cnt
; i++) {
in xp_create_and_assign_umem()
457
if (pool->
free_heads_cnt
== 0)
in __xp_alloc()
460
xskb = pool->free_heads[--pool->
free_heads_cnt
];
in __xp_alloc()
H
A
D
xsk.c
138
xskb->pool->free_heads[xskb->pool->
free_heads_cnt
++] = xskb;
in xp_release()
/kernel/linux/linux-6.6/include/net/
H
A
D
xsk_buff_pool.h
75
u32
free_heads_cnt
;
member
223
xskb->pool->free_heads[xskb->pool->
free_heads_cnt
++] = xskb;
in xp_release()
/kernel/linux/linux-5.10/include/net/
H
A
D
xsk_buff_pool.h
67
u32
free_heads_cnt
;
member
Completed in 8 milliseconds