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:sect_count
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ddp.c
985
u16
sect_count
;
in ice_pkg_buf_alloc_section()
local
1003
sect_count
= le16_to_cpu(buf->section_count);
in ice_pkg_buf_alloc_section()
1004
if (
sect_count
< bld->reserved_section_table_entries) {
in ice_pkg_buf_alloc_section()
1007
buf->section_entry[
sect_count
].offset = cpu_to_le16(data_end);
in ice_pkg_buf_alloc_section()
1008
buf->section_entry[
sect_count
].size = cpu_to_le16(size);
in ice_pkg_buf_alloc_section()
1009
buf->section_entry[
sect_count
].type = cpu_to_le32(type);
in ice_pkg_buf_alloc_section()
1014
buf->section_count = cpu_to_le16(
sect_count
+ 1);
in ice_pkg_buf_alloc_section()
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.h
235
unsigned char
sect_count
;
member
H
A
D
mtip32xx.c
1265
fis.
sect_count
= sectors & 0xFF;
in mtip_read_log_page()
1302
fis.
sect_count
= 1;
in mtip_get_smart_data()
1500
fis.
sect_count
= command[2];
in exec_drive_task()
1589
fis.
sect_count
= command[3];
in exec_drive_command()
1628
command[2] = reply->
sect_count
;
in exec_drive_command()
1787
fis.
sect_count
= req_task->io_ports[2];
in exec_drive_taskfile()
1810
if ((taskin || taskout) && (!fis.
sect_count
)) {
in exec_drive_taskfile()
1812
fis.
sect_count
= nsect;
in exec_drive_taskfile()
1817
"
sect_count
is 0\n");
in exec_drive_taskfile()
1831
fis.
sect_count
,
in exec_drive_taskfile()
[all...]
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.h
233
unsigned char
sect_count
;
member
H
A
D
mtip32xx.c
1253
fis.
sect_count
= sectors & 0xFF;
in mtip_read_log_page()
1290
fis.
sect_count
= 1;
in mtip_get_smart_data()
1488
fis.
sect_count
= command[2];
in exec_drive_task()
1577
fis.
sect_count
= command[3];
in exec_drive_command()
1616
command[2] = reply->
sect_count
;
in exec_drive_command()
1775
fis.
sect_count
= req_task->io_ports[2];
in exec_drive_taskfile()
1798
if ((taskin || taskout) && (!fis.
sect_count
)) {
in exec_drive_taskfile()
1800
fis.
sect_count
= nsect;
in exec_drive_taskfile()
1805
"
sect_count
is 0\n");
in exec_drive_taskfile()
1819
fis.
sect_count
,
in exec_drive_taskfile()
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
wrapper.c
258
sbi->
sect_count
= part_size;
in hfsplus_read_wrapper()
H
A
D
hfsplus_fs.h
160
sector_t
sect_count
;
member
H
A
D
super.c
232
sbi->part_start + sbi->
sect_count
- 2,
in hfsplus_sync_fs()
H
A
D
xattr.c
181
sbi->
sect_count
,
in hfsplus_create_attributes_file()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
wrapper.c
255
sbi->
sect_count
= part_size;
in hfsplus_read_wrapper()
H
A
D
hfsplus_fs.h
160
sector_t
sect_count
;
member
H
A
D
super.c
232
sbi->part_start + sbi->
sect_count
- 2,
in hfsplus_sync_fs()
H
A
D
xattr.c
181
sbi->
sect_count
,
in hfsplus_create_attributes_file()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
1557
u16
sect_count
;
in ice_pkg_buf_alloc_section()
local
1575
sect_count
= le16_to_cpu(buf->section_count);
in ice_pkg_buf_alloc_section()
1576
if (
sect_count
< bld->reserved_section_table_entries) {
in ice_pkg_buf_alloc_section()
1579
buf->section_entry[
sect_count
].offset = cpu_to_le16(data_end);
in ice_pkg_buf_alloc_section()
1580
buf->section_entry[
sect_count
].size = cpu_to_le16(size);
in ice_pkg_buf_alloc_section()
1581
buf->section_entry[
sect_count
].type = cpu_to_le32(type);
in ice_pkg_buf_alloc_section()
1586
buf->section_count = cpu_to_le16(
sect_count
+ 1);
in ice_pkg_buf_alloc_section()
Completed in 22 milliseconds