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:ncalls
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_tcpnotify_user.c
67
return (result->
ncalls
> 0 && result->
ncalls
== rx_callbacks ? 0 : 1);
in verify_result()
156
g.
ncalls
, rx_callbacks);
in main()
H
A
D
test_tcpnotify.h
8
__u32
ncalls
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_tcpnotify_user.c
67
return (result->
ncalls
> 0 && result->
ncalls
== rx_callbacks ? 0 : 1);
in verify_result()
156
g.
ncalls
, rx_callbacks);
in main()
H
A
D
test_tcpnotify.h
8
__u32
ncalls
;
member
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
openat-syscall-all-cpus.c
62
unsigned int
ncalls
= nr_openat_calls + cpu;
in test__openat_syscall_event_on_all_cpus()
local
81
for (i = 0; i <
ncalls
; ++i) {
in test__openat_syscall_event_on_all_cpus()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
openat-syscall-all-cpus.c
65
unsigned int
ncalls
= nr_openat_calls + idx;
in test__openat_syscall_event_on_all_cpus()
local
84
for (i = 0; i <
ncalls
; ++i) {
in test__openat_syscall_event_on_all_cpus()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
test_tcpnotify_kern.c
81
g.
ncalls
++;
in bpf_testcb()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
test_tcpnotify_kern.c
79
g.
ncalls
++;
in bpf_testcb()
/kernel/linux/linux-5.10/fs/
H
A
D
eventpoll.c
361
static void ep_nested_calls_init(struct nested_calls *
ncalls
)
in ep_nested_calls_init()
argument
363
INIT_LIST_HEAD(&
ncalls
->tasks_call_list);
in ep_nested_calls_init()
364
spin_lock_init(&
ncalls
->lock);
in ep_nested_calls_init()
467
* @
ncalls
: Pointer to the nested_calls structure to be used for this call.
476
static int ep_call_nested(struct nested_calls *
ncalls
,
in ep_call_nested()
argument
482
struct list_head *lsthead = &
ncalls
->tasks_call_list;
in ep_call_nested()
486
spin_lock_irqsave(&
ncalls
->lock, flags);
in ep_call_nested()
510
spin_unlock_irqrestore(&
ncalls
->lock, flags);
in ep_call_nested()
516
spin_lock_irqsave(&
ncalls
->lock, flags);
in ep_call_nested()
519
spin_unlock_irqrestore(&
ncalls
in ep_call_nested()
[all...]
Completed in 4 milliseconds