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:EVTCHNOP_close
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
event_channel.h
99
*
EVTCHNOP_close
: Close a local event channel <port>. If the channel is
103
#define
EVTCHNOP_close
3
macro
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
event_channel.h
99
*
EVTCHNOP_close
: Close a local event channel <port>. If the channel is
103
#define
EVTCHNOP_close
3
macro
/kernel/linux/linux-6.6/include/xen/
H
A
D
events.h
147
if (HYPERVISOR_event_channel_op(
EVTCHNOP_close
, &close) != 0)
in xen_evtchn_close()
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H
A
D
xenbus_client.c
447
err = HYPERVISOR_event_channel_op(
EVTCHNOP_close
, &close);
in xenbus_free_evtchn()
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
evtchn.c
406
if (HYPERVISOR_event_channel_op(
EVTCHNOP_close
, &close) != 0)
in evtchn_bind_to_user()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H
A
D
xenbus_client.c
492
err = HYPERVISOR_event_channel_op(
EVTCHNOP_close
, &close);
in xenbus_free_evtchn()
/kernel/linux/linux-5.10/drivers/xen/events/
H
A
D
events_base.c
762
if (HYPERVISOR_event_channel_op(
EVTCHNOP_close
, &close) != 0)
in xen_evtchn_close()
Completed in 8 milliseconds