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:pending_slot
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
execlist.c
71
execlist->
pending_slot
?
in switch_virtual_execlist_slot()
72
execlist->
pending_slot
->index : -1);
in switch_virtual_execlist_slot()
74
execlist->running_slot = execlist->
pending_slot
;
in switch_virtual_execlist_slot()
75
execlist->
pending_slot
= NULL;
in switch_virtual_execlist_slot()
84
execlist->
pending_slot
?
in switch_virtual_execlist_slot()
85
execlist->
pending_slot
->index : -1);
in switch_virtual_execlist_slot()
91
struct intel_vgpu_execlist_slot *pending = execlist->
pending_slot
;
in emulate_execlist_status()
186
struct intel_vgpu_execlist_slot *pending = execlist->
pending_slot
;
in emulate_execlist_ctx_schedule_out()
309
execlist->
pending_slot
= NULL;
in emulate_execlist_schedule_in()
346
execlist->
pending_slot
in emulate_execlist_schedule_in()
[all...]
H
A
D
execlist.h
171
struct intel_vgpu_execlist_slot *
pending_slot
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
execlist.c
71
execlist->
pending_slot
?
in switch_virtual_execlist_slot()
72
execlist->
pending_slot
->index : -1);
in switch_virtual_execlist_slot()
74
execlist->running_slot = execlist->
pending_slot
;
in switch_virtual_execlist_slot()
75
execlist->
pending_slot
= NULL;
in switch_virtual_execlist_slot()
84
execlist->
pending_slot
?
in switch_virtual_execlist_slot()
85
execlist->
pending_slot
->index : -1);
in switch_virtual_execlist_slot()
91
struct intel_vgpu_execlist_slot *pending = execlist->
pending_slot
;
in emulate_execlist_status()
186
struct intel_vgpu_execlist_slot *pending = execlist->
pending_slot
;
in emulate_execlist_ctx_schedule_out()
309
execlist->
pending_slot
= NULL;
in emulate_execlist_schedule_in()
346
execlist->
pending_slot
in emulate_execlist_schedule_in()
[all...]
H
A
D
execlist.h
171
struct intel_vgpu_execlist_slot *
pending_slot
;
member
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-snap.c
634
struct hlist_bl_head *
pending_slot
;
member
644
lock->
pending_slot
= &pending->table[exception_hash(pending, chunk)];
in dm_exception_table_lock_init()
650
hlist_bl_lock(lock->
pending_slot
);
in dm_exception_table_lock()
655
hlist_bl_unlock(lock->
pending_slot
);
in dm_exception_table_unlock()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-snap.c
632
struct hlist_bl_head *
pending_slot
;
member
642
lock->
pending_slot
= &pending->table[exception_hash(pending, chunk)];
in dm_exception_table_lock_init()
648
hlist_bl_lock(lock->
pending_slot
);
in dm_exception_table_lock()
653
hlist_bl_unlock(lock->
pending_slot
);
in dm_exception_table_unlock()
Completed in 13 milliseconds