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:resized
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
1339
int
resized
= 0;
in mlx5_ib_resize_cq()
local
1349
resized
= 1;
in mlx5_ib_resize_cq()
1354
if (
resized
)
in mlx5_ib_resize_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
1374
int
resized
= 0;
in mlx5_ib_resize_cq()
local
1384
resized
= 1;
in mlx5_ib_resize_cq()
1389
if (
resized
)
in mlx5_ib_resize_cq()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
3392
bool
resized
= false;
in bpf_iter_unix_batch()
local
3414
if (!
resized
&& !bpf_iter_unix_realloc_batch(iter, expected * 3 / 2)) {
in bpf_iter_unix_batch()
3415
resized
= true;
in bpf_iter_unix_batch()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_ipv4.c
2876
bool
resized
= false;
in bpf_iter_tcp_batch()
local
2914
if (!
resized
&& !bpf_iter_tcp_realloc_batch(iter, expected * 3 / 2)) {
in bpf_iter_tcp_batch()
2915
resized
= true;
in bpf_iter_tcp_batch()
H
A
D
udp.c
3125
bool
resized
= false;
in bpf_iter_udp_batch()
local
3192
if (!
resized
&& !bpf_iter_udp_realloc_batch(iter, batch_sks * 3 / 2)) {
in bpf_iter_udp_batch()
3193
resized
= true;
in bpf_iter_udp_batch()
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
372
void *
resized
;
in __slab_build_skb()
local
383
resized
= krealloc(data, *size, GFP_ATOMIC);
in __slab_build_skb()
384
WARN_ON_ONCE(
resized
!= data);
in __slab_build_skb()
385
return
resized
;
in __slab_build_skb()
Completed in 32 milliseconds