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:use_cases
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H
A
D
bench_htab_mem.c
33
const static struct htab_mem_use_case
use_cases
[] = {
variable
98
if (!strcmp(
use_cases
[2].name, args.use_case) && env.producer_cnt % 2) {
in htab_mem_validate()
142
for (i = 0; i < ARRAY_SIZE(
use_cases
); i++) {
in htab_mem_find_use_case_or_exit()
143
if (!strcmp(name,
use_cases
[i].name))
in htab_mem_find_use_case_or_exit()
144
return &
use_cases
[i];
in htab_mem_find_use_case_or_exit()
149
for (i = 0; i < ARRAY_SIZE(
use_cases
); i++)
in htab_mem_find_use_case_or_exit()
150
fprintf(stderr, " %s",
use_cases
[i].name);
in htab_mem_find_use_case_or_exit()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
btintel.c
2370
struct intel_offload_use_cases *
use_cases
;
in btintel_configure_offload()
local
2379
if (skb->len < sizeof(*
use_cases
)) {
in btintel_configure_offload()
2384
use_cases
= (void *)skb->data;
in btintel_configure_offload()
2386
if (
use_cases
->status) {
in btintel_configure_offload()
2391
if (
use_cases
->preset[0] & 0x03) {
in btintel_configure_offload()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
fcnal-test.sh
3931
use_cases
()
function
3962
TESTS_OTHER="
use_cases
"
4021
use_cases
)
use_cases
;;
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
fcnal-test.sh
4228
use_cases
()
function
4264
TESTS_OTHER="
use_cases
"
4326
use_cases
)
use_cases
;;
Completed in 11 milliseconds