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:used_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/
H
A
D
vhost.c
325
vq->
used_flags
= 0;
in vhost_vq_reset()
970
return vhost_put_user(vq, cpu_to_vhost16(vq, vq->
used_flags
),
in vhost_put_used_flags()
2344
BUG_ON(!(vq->
used_flags
& VRING_USED_F_NO_NOTIFY));
in vhost_get_vq_desc()
2528
if (!(vq->
used_flags
& VRING_USED_F_NO_NOTIFY))
in vhost_enable_notify()
2530
vq->
used_flags
&= ~VRING_USED_F_NO_NOTIFY;
in vhost_enable_notify()
2565
if (vq->
used_flags
& VRING_USED_F_NO_NOTIFY)
in vhost_disable_notify()
2567
vq->
used_flags
|= VRING_USED_F_NO_NOTIFY;
in vhost_disable_notify()
H
A
D
vhost.h
104
u16
used_flags
;
member
/kernel/linux/linux-6.6/drivers/vhost/
H
A
D
vhost.c
375
vq->
used_flags
= 0;
in vhost_vq_reset()
1244
return vhost_put_user(vq, cpu_to_vhost16(vq, vq->
used_flags
),
in vhost_put_used_flags()
2630
BUG_ON(!(vq->
used_flags
& VRING_USED_F_NO_NOTIFY));
in vhost_get_vq_desc()
2814
if (!(vq->
used_flags
& VRING_USED_F_NO_NOTIFY))
in vhost_enable_notify()
2816
vq->
used_flags
&= ~VRING_USED_F_NO_NOTIFY;
in vhost_enable_notify()
2852
if (vq->
used_flags
& VRING_USED_F_NO_NOTIFY)
in vhost_disable_notify()
2854
vq->
used_flags
|= VRING_USED_F_NO_NOTIFY;
in vhost_disable_notify()
H
A
D
vhost.h
114
u16
used_flags
;
member
Completed in 10 milliseconds