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:Lo_unbound
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
loop.h
22
Lo_unbound
,
enumerator
H
A
D
loop.c
1100
if (lo->lo_state !=
Lo_unbound
)
in loop_configure()
1287
* lo->lo_state is set to
Lo_unbound
here after above partscan has
in __loop_clr_fd()
1299
lo->lo_state =
Lo_unbound
;
in __loop_clr_fd()
2092
lo->lo_state =
Lo_unbound
;
in loop_add()
2202
if (lo->lo_state ==
Lo_unbound
) {
in find_free_cb()
2279
if (lo->lo_state !=
Lo_unbound
) {
in loop_control_ioctl()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
loop.c
42
Lo_unbound
,
enumerator
1026
if (lo->lo_state !=
Lo_unbound
)
in loop_configure()
1197
* lo->lo_state is set to
Lo_unbound
here after above partscan has
in __loop_clr_fd()
1206
lo->lo_state =
Lo_unbound
;
in __loop_clr_fd()
2000
lo->lo_state =
Lo_unbound
;
in loop_add()
2163
if (lo->lo_state !=
Lo_unbound
|| disk_openers(lo->lo_disk) > 0) {
in loop_control_remove()
2193
if (lo->idr_visible && data_race(lo->lo_state) ==
Lo_unbound
)
in loop_control_get_free()
Completed in 7 milliseconds