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:gi_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ioctl.c
662
unsigned int
gi_idx
;
member
675
if (copy_to_user(&info->gi_data->fmh_recs[info->
gi_idx
++], &fm,
in ext4_getfsmap_format()
726
if (!aborted && info.
gi_idx
) {
in ext4_ioc_getfsmap()
728
if (copy_to_user(&info.gi_data->fmh_recs[info.
gi_idx
- 1].fmr_flags,
in ext4_ioc_getfsmap()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ioctl.c
854
unsigned int
gi_idx
;
member
867
if (copy_to_user(&info->gi_data->fmh_recs[info->
gi_idx
++], &fm,
in ext4_getfsmap_format()
917
if (!aborted && info.
gi_idx
) {
in ext4_ioc_getfsmap()
919
if (copy_to_user(&info.gi_data->fmh_recs[info.
gi_idx
- 1].fmr_flags,
in ext4_ioc_getfsmap()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
dp_mon.c
2179
u32
gi_idx
= ppdu_info->gi;
in ath12k_dp_mon_rx_update_peer_rate_table_stats()
local
2182
(bw_idx >= HAL_RX_BW_MAX) || (
gi_idx
>= HAL_RX_GI_MAX)) {
in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2189
rate_idx += bw_idx * 2 +
gi_idx
;
in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2191
gi_idx
= ath12k_he_gi_to_nl80211_he_gi(ppdu_info->gi);
in ath12k_dp_mon_rx_update_peer_rate_table_stats()
2193
rate_idx += bw_idx * 3 +
gi_idx
;
in ath12k_dp_mon_rx_update_peer_rate_table_stats()
Completed in 6 milliseconds