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:hsz
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
xtlv.c
28
int
hsz
;
in brcmf_xtlv_data_size()
local
30
hsz
= brcmf_xtlv_header_size(opts);
in brcmf_xtlv_data_size()
32
return roundup(dlen +
hsz
, 4);
in brcmf_xtlv_data_size()
34
return dlen +
hsz
;
in brcmf_xtlv_data_size()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
msg.c
261
int msz,
hsz
;
in tipc_msg_validate()
local
278
hsz
= msg_hdr_sz(buf_msg(skb));
in tipc_msg_validate()
279
if (unlikely(
hsz
< MIN_H_SIZE) || (
hsz
> MAX_H_SIZE))
in tipc_msg_validate()
281
if (unlikely(!pskb_may_pull(skb,
hsz
)))
in tipc_msg_validate()
289
if (unlikely(msz <
hsz
))
in tipc_msg_validate()
291
if (unlikely((msz -
hsz
) > TIPC_MAX_USER_MSG_SIZE))
in tipc_msg_validate()
/kernel/linux/linux-6.6/net/tipc/
H
A
D
msg.c
256
int msz,
hsz
;
in tipc_msg_validate()
local
273
hsz
= msg_hdr_sz(buf_msg(skb));
in tipc_msg_validate()
274
if (unlikely(
hsz
< MIN_H_SIZE) || (
hsz
> MAX_H_SIZE))
in tipc_msg_validate()
276
if (unlikely(!pskb_may_pull(skb,
hsz
)))
in tipc_msg_validate()
284
if (unlikely(msz <
hsz
))
in tipc_msg_validate()
286
if (unlikely((msz -
hsz
) > TIPC_MAX_USER_MSG_SIZE))
in tipc_msg_validate()
/kernel/linux/linux-5.10/include/net/netfilter/
H
A
D
nf_conntrack.h
309
unsigned int sequence,
hsz
;
in nf_conntrack_get_ht()
local
313
hsz
= nf_conntrack_htable_size;
in nf_conntrack_get_ht()
318
*hsize =
hsz
;
in nf_conntrack_get_ht()
/kernel/linux/linux-6.6/include/net/netfilter/
H
A
D
nf_conntrack.h
336
unsigned int sequence,
hsz
;
in nf_conntrack_get_ht()
local
340
hsz
= nf_conntrack_htable_size;
in nf_conntrack_get_ht()
345
*hsize =
hsz
;
in nf_conntrack_get_ht()
/kernel/linux/linux-6.6/mm/
H
A
D
rmap.c
1494
unsigned long
hsz
= 0;
in try_to_unmap_one()
local
1528
hsz
= huge_page_size(hstate_vma(vma));
in try_to_unmap_one()
1654
hsz
);
in try_to_unmap_one()
1856
unsigned long
hsz
= 0;
in try_to_migrate_one()
local
1894
hsz
= huge_page_size(hstate_vma(vma));
in try_to_migrate_one()
2061
hsz
);
in try_to_migrate_one()
2086
pteval,
hsz
);
in try_to_migrate_one()
2101
pteval,
hsz
);
in try_to_migrate_one()
2134
hsz
);
in try_to_migrate_one()
Completed in 12 milliseconds