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:unblock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
bdev.c
596
bool
unblock
= false;
in bd_end_claim()
local
612
unblock
= true;
in bd_end_claim()
619
* If this was the last claim, remove holder link and
unblock
evpoll if
in bd_end_claim()
622
if (
unblock
) {
in bd_end_claim()
/kernel/linux/linux-5.10/drivers/firewire/
H
A
D
sbp2.c
693
* otherwise it might foil sbp2_[conditionally_]
unblock
()'s attempt to
694
*
unblock
the target.
726
bool
unblock
= false;
in sbp2_conditionally_unblock()
local
731
unblock
= --tgt->blocked == 0;
in sbp2_conditionally_unblock()
735
if (
unblock
)
in sbp2_conditionally_unblock()
/kernel/linux/linux-6.6/drivers/firewire/
H
A
D
sbp2.c
694
* otherwise it might foil sbp2_[conditionally_]
unblock
()'s attempt to
695
*
unblock
the target.
727
bool
unblock
= false;
in sbp2_conditionally_unblock()
local
732
unblock
= --tgt->blocked == 0;
in sbp2_conditionally_unblock()
736
if (
unblock
)
in sbp2_conditionally_unblock()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
cwsr_trap_handler_gfx10.asm
189
// If ttmp1[30] is set then issue s_barrier to
unblock
dependent waves.
Completed in 8 milliseconds