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:tlv_space
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
tipc_config.h
324
__u32
tlv_space
; /* # bytes from curr TLV to list end */
member
331
list->
tlv_space
= space;
in TLV_LIST_INIT()
336
return (list->
tlv_space
== 0);
in TLV_LIST_EMPTY()
341
return TLV_CHECK(list->tlv_ptr, list->
tlv_space
, exp_type);
in TLV_LIST_CHECK()
351
__u16
tlv_space
= TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len));
in TLV_LIST_STEP()
local
353
list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr +
tlv_space
);
in TLV_LIST_STEP()
354
list->
tlv_space
-=
tlv_space
;
in TLV_LIST_STEP()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
tipc_config.h
320
__u32
tlv_space
; /* # bytes from curr TLV to list end */
member
327
list->
tlv_space
= space;
in TLV_LIST_INIT()
332
return (list->
tlv_space
== 0);
in TLV_LIST_EMPTY()
337
return TLV_CHECK(list->tlv_ptr, list->
tlv_space
, exp_type);
in TLV_LIST_CHECK()
347
__u16
tlv_space
= TLV_ALIGN(__be16_to_cpu(list->tlv_ptr->tlv_len));
in TLV_LIST_STEP()
local
349
list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr +
tlv_space
);
in TLV_LIST_STEP()
350
list->
tlv_space
-=
tlv_space
;
in TLV_LIST_STEP()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
166
__u32
tlv_space
;
member
172
list->
tlv_space
= space;
in TLV_LIST_INIT()
176
return (list->
tlv_space
== 0);
in TLV_LIST_EMPTY()
180
return TLV_CHECK(list->tlv_ptr, list->
tlv_space
, exp_type);
in TLV_LIST_CHECK()
188
__u16
tlv_space
= TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len));
in TLV_LIST_STEP()
local
189
list->tlv_ptr = (struct tlv_desc *)((char *)list->tlv_ptr +
tlv_space
);
in TLV_LIST_STEP()
190
list->
tlv_space
-=
tlv_space
;
in TLV_LIST_STEP()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
136
__u32
tlv_space
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
tipc_config.h
136
__u32
tlv_space
;
member
Completed in 4 milliseconds