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:length_low
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
syscalls.h
32
off_t
length_low
, off_t length_high);
34
off_t
length_low
, off_t length_high);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
137
uint32_t
length_low
;
member
H
A
D
kfd_crat.c
249
mem->
length_low
;
in kfd_parse_subtype_mem()
903
sub_type_hdr->
length_low
= lower_32_bits(mem_in_bytes);
in kfd_fill_mem_info_for_cpu()
1089
sub_type_hdr->
length_low
= lower_32_bits(size);
in kfd_fill_gpu_memory_affinity()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00queue.h
277
* @
length_low
: PLCP length low word.
302
u16
length_low
;
member
H
A
D
rt2x00queue.c
261
txdesc->u.plcp.
length_low
= data_length & 0x3f;
in rt2x00queue_create_tx_descriptor_plcp()
280
txdesc->u.plcp.
length_low
= duration & 0xff;
in rt2x00queue_create_tx_descriptor_plcp()
H
A
D
rt2500pci.c
1273
txdesc->u.plcp.
length_low
);
in rt2500pci_write_tx_desc()
H
A
D
rt2400pci.c
1125
txdesc->u.plcp.
length_low
);
in rt2400pci_write_tx_desc()
H
A
D
rt2500usb.c
1095
txdesc->u.plcp.
length_low
);
in rt2500usb_write_tx_desc()
H
A
D
rt73usb.c
1494
txdesc->u.plcp.
length_low
);
in rt73usb_write_tx_desc()
H
A
D
rt61pci.c
1801
txdesc->u.plcp.
length_low
);
in rt61pci_write_tx_desc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
141
uint32_t
length_low
;
member
H
A
D
kfd_crat.c
1035
mem->
length_low
;
in kfd_parse_subtype_mem()
1623
sub_type_hdr->
length_low
= lower_32_bits(mem_in_bytes);
in kfd_fill_mem_info_for_cpu()
1809
sub_type_hdr->
length_low
= lower_32_bits(size);
in kfd_fill_gpu_memory_affinity()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00queue.h
277
* @
length_low
: PLCP length low word.
302
u16
length_low
;
member
H
A
D
rt2x00queue.c
261
txdesc->u.plcp.
length_low
= data_length & 0x3f;
in rt2x00queue_create_tx_descriptor_plcp()
280
txdesc->u.plcp.
length_low
= duration & 0xff;
in rt2x00queue_create_tx_descriptor_plcp()
H
A
D
rt2500usb.c
1095
txdesc->u.plcp.
length_low
);
in rt2500usb_write_tx_desc()
H
A
D
rt2500pci.c
1273
txdesc->u.plcp.
length_low
);
in rt2500pci_write_tx_desc()
H
A
D
rt2400pci.c
1125
txdesc->u.plcp.
length_low
);
in rt2400pci_write_tx_desc()
H
A
D
rt73usb.c
1494
txdesc->u.plcp.
length_low
);
in rt73usb_write_tx_desc()
H
A
D
rt61pci.c
1801
txdesc->u.plcp.
length_low
);
in rt61pci_write_tx_desc()
Completed in 41 milliseconds