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:sample_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
strobemeta.h
516
void *
sample_end
;
in on_event()
local
528
sample_end
= read_strobe_meta(task, &sample->metadata);
in on_event()
529
sample->has_meta =
sample_end
!= NULL;
in on_event()
530
sample_end
=
sample_end
? : &sample->metadata;
in on_event()
540
uint64_t sample_size =
sample_end
- (void *)sample;
in on_event()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
strobemeta.h
602
void *
sample_end
;
in on_event()
local
614
sample_end
= read_strobe_meta(task, &sample->metadata);
in on_event()
615
sample->has_meta =
sample_end
!= NULL;
in on_event()
616
sample_end
=
sample_end
? : &sample->metadata;
in on_event()
626
uint64_t sample_size =
sample_end
- (void *)sample;
in on_event()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
common-spectral.c
40
typedef int (ath_cmn_fft_idx_validator) (u8 *
sample_end
, int bytes_read);
43
ath_cmn_max_idx_verify_ht20_fft(u8 *
sample_end
, int bytes_read)
in ath_cmn_max_idx_verify_ht20_fft()
argument
57
mag_info = (struct ath_ht20_mag_info *) (
sample_end
-
in ath_cmn_max_idx_verify_ht20_fft()
60
sample =
sample_end
- SPECTRAL_HT20_SAMPLE_LEN + 1;
in ath_cmn_max_idx_verify_ht20_fft()
81
ath_cmn_max_idx_verify_ht20_40_fft(u8 *
sample_end
, int bytes_read)
in ath_cmn_max_idx_verify_ht20_40_fft()
argument
96
mag_info = (struct ath_ht20_40_mag_info *) (
sample_end
-
in ath_cmn_max_idx_verify_ht20_40_fft()
99
sample =
sample_end
- SPECTRAL_HT20_40_SAMPLE_LEN + 1;
in ath_cmn_max_idx_verify_ht20_40_fft()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
common-spectral.c
40
typedef int (ath_cmn_fft_idx_validator) (u8 *
sample_end
, int bytes_read);
43
ath_cmn_max_idx_verify_ht20_fft(u8 *
sample_end
, int bytes_read)
in ath_cmn_max_idx_verify_ht20_fft()
argument
57
mag_info = (struct ath_ht20_mag_info *) (
sample_end
-
in ath_cmn_max_idx_verify_ht20_fft()
60
sample =
sample_end
- SPECTRAL_HT20_SAMPLE_LEN + 1;
in ath_cmn_max_idx_verify_ht20_fft()
81
ath_cmn_max_idx_verify_ht20_40_fft(u8 *
sample_end
, int bytes_read)
in ath_cmn_max_idx_verify_ht20_40_fft()
argument
96
mag_info = (struct ath_ht20_40_mag_info *) (
sample_end
-
in ath_cmn_max_idx_verify_ht20_40_fft()
99
sample =
sample_end
- SPECTRAL_HT20_40_SAMPLE_LEN + 1;
in ath_cmn_max_idx_verify_ht20_40_fft()
Completed in 6 milliseconds