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:sched_poll
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
sched.h
92
* @arg == pointer to
sched_poll
structure.
138
struct
sched_poll
{
struct
143
DEFINE_GUEST_HANDLE_STRUCT(
sched_poll
);
variable
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
sched.h
75
* @arg == pointer to
sched_poll
structure.
121
struct
sched_poll
{
struct
126
DEFINE_GUEST_HANDLE_STRUCT(
sched_poll
);
variable
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
1208
struct
sched_poll
sched_poll
;
in kvm_xen_schedop_poll()
local
1233
sched_poll
.ports = (void *)(unsigned long)(sp32.ports);
in kvm_xen_schedop_poll()
1234
sched_poll
.nr_ports = sp32.nr_ports;
in kvm_xen_schedop_poll()
1235
sched_poll
.timeout = sp32.timeout;
in kvm_xen_schedop_poll()
1237
if (kvm_read_guest_virt(vcpu, param, &
sched_poll
,
in kvm_xen_schedop_poll()
1238
sizeof(
sched_poll
), &e)) {
in kvm_xen_schedop_poll()
1244
if (unlikely(
sched_poll
.nr_ports > 1)) {
in kvm_xen_schedop_poll()
1246
if (
sched_poll
.nr_ports > 128) {
in kvm_xen_schedop_poll()
1251
ports = kmalloc_array(
sched_poll
in kvm_xen_schedop_poll()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
xen_shinfo_test.c
94
struct
sched_poll
{
struct
302
struct
sched_poll
p = {
in guest_code()
347
p = (struct
sched_poll
) {
in guest_code()
/kernel/linux/linux-5.10/drivers/xen/events/
H
A
D
events_base.c
1997
struct
sched_poll
poll;
in xen_poll_irq_timeout()
/kernel/linux/linux-6.6/drivers/xen/events/
H
A
D
events_base.c
2057
struct
sched_poll
poll;
in xen_poll_irq_timeout()
Completed in 10 milliseconds