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:clipt_size
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
clip_tbl.c
23
unsigned int clipt_size_half = c->
clipt_size
/ 2;
in ipv4_clip_hash()
30
unsigned int clipt_size_half = d->
clipt_size
/ 2;
in ipv6_clip_hash()
263
for (i = 0 ; i < ctbl->
clipt_size
; ++i) {
in clip_tbl_show()
283
unsigned int
clipt_size
;
in t4_init_clip_tbl()
local
288
clipt_size
= clipt_end - clipt_start + 1;
in t4_init_clip_tbl()
289
if (
clipt_size
< CLIPT_MIN_HASH_BUCKETS)
in t4_init_clip_tbl()
292
ctbl = kvzalloc(struct_size(ctbl, hash_list,
clipt_size
), GFP_KERNEL);
in t4_init_clip_tbl()
297
ctbl->
clipt_size
=
clipt_size
;
in t4_init_clip_tbl()
300
atomic_set(&ctbl->nfree,
clipt_size
);
in t4_init_clip_tbl()
[all...]
H
A
D
clip_tbl.h
27
unsigned int
clipt_size
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
clip_tbl.c
23
unsigned int clipt_size_half = c->
clipt_size
/ 2;
in ipv4_clip_hash()
30
unsigned int clipt_size_half = d->
clipt_size
/ 2;
in ipv6_clip_hash()
261
for (i = 0 ; i < ctbl->
clipt_size
; ++i) {
in clip_tbl_show()
281
unsigned int
clipt_size
;
in t4_init_clip_tbl()
local
286
clipt_size
= clipt_end - clipt_start + 1;
in t4_init_clip_tbl()
287
if (
clipt_size
< CLIPT_MIN_HASH_BUCKETS)
in t4_init_clip_tbl()
290
ctbl = kvzalloc(struct_size(ctbl, hash_list,
clipt_size
), GFP_KERNEL);
in t4_init_clip_tbl()
295
ctbl->
clipt_size
=
clipt_size
;
in t4_init_clip_tbl()
298
atomic_set(&ctbl->nfree,
clipt_size
);
in t4_init_clip_tbl()
[all...]
H
A
D
clip_tbl.h
27
unsigned int
clipt_size
;
member
Completed in 2 milliseconds