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:needs_kick
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
virtio_scsi.c
465
bool
needs_kick
;
in virtscsi_kick_vq()
local
469
needs_kick
= virtqueue_kick_prepare(vq->vq);
in virtscsi_kick_vq()
472
if (
needs_kick
)
in virtscsi_kick_vq()
491
bool
needs_kick
= false;
in virtscsi_add_cmd()
local
496
needs_kick
= virtqueue_kick_prepare(vq->vq);
in virtscsi_add_cmd()
500
if (
needs_kick
)
in virtscsi_add_cmd()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
virtio_scsi.c
472
bool
needs_kick
;
in virtscsi_kick_vq()
local
476
needs_kick
= virtqueue_kick_prepare(vq->vq);
in virtscsi_kick_vq()
479
if (
needs_kick
)
in virtscsi_kick_vq()
498
bool
needs_kick
= false;
in virtscsi_add_cmd()
local
503
needs_kick
= virtqueue_kick_prepare(vq->vq);
in virtscsi_add_cmd()
507
if (
needs_kick
)
in virtscsi_add_cmd()
/kernel/linux/linux-5.10/drivers/virtio/
H
A
D
virtio_ring.c
593
bool
needs_kick
;
in virtqueue_kick_prepare_split()
local
608
needs_kick
= vring_need_event(virtio16_to_cpu(_vq->vdev,
in virtqueue_kick_prepare_split()
612
needs_kick
= !(vq->split.vring.used->flags &
in virtqueue_kick_prepare_split()
617
return
needs_kick
;
in virtqueue_kick_prepare_split()
1246
bool
needs_kick
;
in virtqueue_kick_prepare_packed()
local
1274
needs_kick
= (flags != VRING_PACKED_EVENT_FLAG_DISABLE);
in virtqueue_kick_prepare_packed()
1285
needs_kick
= vring_need_event(event_idx, new, old);
in virtqueue_kick_prepare_packed()
1288
return
needs_kick
;
in virtqueue_kick_prepare_packed()
/kernel/linux/linux-6.6/drivers/virtio/
H
A
D
virtio_ring.c
738
bool
needs_kick
;
in virtqueue_kick_prepare_split()
local
753
needs_kick
= vring_need_event(virtio16_to_cpu(_vq->vdev,
in virtqueue_kick_prepare_split()
757
needs_kick
= !(vq->split.vring.used->flags &
in virtqueue_kick_prepare_split()
762
return
needs_kick
;
in virtqueue_kick_prepare_split()
1557
bool
needs_kick
;
in virtqueue_kick_prepare_packed()
local
1585
needs_kick
= (flags != VRING_PACKED_EVENT_FLAG_DISABLE);
in virtqueue_kick_prepare_packed()
1596
needs_kick
= vring_need_event(event_idx, new, old);
in virtqueue_kick_prepare_packed()
1599
return
needs_kick
;
in virtqueue_kick_prepare_packed()
Completed in 15 milliseconds