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:evtchn_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/events/
H
A
D
events_internal.h
12
struct
evtchn_ops
{
struct
34
extern const struct
evtchn_ops
*
evtchn_ops
;
43
return
evtchn_ops
->max_channels();
in xen_evtchn_max_channels()
52
if (
evtchn_ops
->setup)
in xen_evtchn_port_setup()
53
return
evtchn_ops
->setup(evtchn);
in xen_evtchn_port_setup()
60
if (
evtchn_ops
->remove)
in xen_evtchn_port_remove()
61
evtchn_ops
->remove(evtchn, cpu);
in xen_evtchn_port_remove()
68
evtchn_ops
->bind_to_cpu(evtchn, cpu, old_cpu);
in xen_evtchn_port_bind_to_cpu()
73
evtchn_ops
in clear_evtchn()
[all...]
H
A
D
events_fifo.c
412
static const struct
evtchn_ops
evtchn_ops_fifo = {
439
evtchn_ops
= &evtchn_ops_fifo;
in xen_evtchn_fifo_init()
H
A
D
events_2l.c
365
static const struct
evtchn_ops
evtchn_ops_2l = {
383
evtchn_ops
= &evtchn_ops_2l;
in xen_evtchn_2l_init()
H
A
D
events_base.c
138
const struct
evtchn_ops
*
evtchn_ops
;
variable
1295
return
evtchn_ops
->nr_channels();
in xen_evtchn_nr_channels()
2152
if (
evtchn_ops
->percpu_init)
in xen_evtchn_cpu_prepare()
2153
ret =
evtchn_ops
->percpu_init(cpu);
in xen_evtchn_cpu_prepare()
2162
if (
evtchn_ops
->percpu_deinit)
in xen_evtchn_cpu_dead()
2163
ret =
evtchn_ops
->percpu_deinit(cpu);
in xen_evtchn_cpu_dead()
/kernel/linux/linux-6.6/drivers/xen/events/
H
A
D
events_internal.h
12
struct
evtchn_ops
{
struct
34
extern const struct
evtchn_ops
*
evtchn_ops
;
42
return
evtchn_ops
->max_channels();
in xen_evtchn_max_channels()
51
if (
evtchn_ops
->setup)
in xen_evtchn_port_setup()
52
return
evtchn_ops
->setup(evtchn);
in xen_evtchn_port_setup()
59
if (
evtchn_ops
->remove)
in xen_evtchn_port_remove()
60
evtchn_ops
->remove(evtchn, cpu);
in xen_evtchn_port_remove()
67
evtchn_ops
->bind_to_cpu(evtchn, cpu, old_cpu);
in xen_evtchn_port_bind_to_cpu()
72
evtchn_ops
in clear_evtchn()
[all...]
H
A
D
events_fifo.c
412
static const struct
evtchn_ops
evtchn_ops_fifo = {
439
evtchn_ops
= &evtchn_ops_fifo;
in xen_evtchn_fifo_init()
H
A
D
events_2l.c
365
static const struct
evtchn_ops
evtchn_ops_2l = {
383
evtchn_ops
= &evtchn_ops_2l;
in xen_evtchn_2l_init()
H
A
D
events_base.c
143
const struct
evtchn_ops
*
evtchn_ops
;
variable
1361
return
evtchn_ops
->nr_channels();
in xen_evtchn_nr_channels()
2257
if (
evtchn_ops
->percpu_init)
in xen_evtchn_cpu_prepare()
2258
ret =
evtchn_ops
->percpu_init(cpu);
in xen_evtchn_cpu_prepare()
2267
if (
evtchn_ops
->percpu_deinit)
in xen_evtchn_cpu_dead()
2268
ret =
evtchn_ops
->percpu_deinit(cpu);
in xen_evtchn_cpu_dead()
Completed in 9 milliseconds