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:is_closed
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
mmc-omap.h
121
int
is_closed
);
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
mmc-omap.h
118
int
is_closed
);
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
uverbs_main.c
225
if (ev_queue->
is_closed
) {
in ib_uverbs_event_read()
236
ev_queue->
is_closed
)))
in ib_uverbs_event_read()
300
else if (ev_queue->
is_closed
)
in ib_uverbs_event_poll()
368
if (ev_queue->
is_closed
) {
in ib_uverbs_comp_handler()
403
if (async_file->ev_queue.
is_closed
) {
in ib_uverbs_async_handler()
474
ev_queue->
is_closed
= 0;
in ib_uverbs_init_event_queue()
H
A
D
uverbs.h
119
int
is_closed
;
member
H
A
D
uverbs_std_types.c
143
* once
is_closed
is set.
in ib_uverbs_free_event_queue()
145
event_queue->
is_closed
= 1;
in ib_uverbs_free_event_queue()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
uverbs_main.c
236
if (ev_queue->
is_closed
) {
in ib_uverbs_event_read()
247
ev_queue->
is_closed
)))
in ib_uverbs_event_read()
311
else if (ev_queue->
is_closed
)
in ib_uverbs_event_poll()
379
if (ev_queue->
is_closed
) {
in ib_uverbs_comp_handler()
414
if (async_file->ev_queue.
is_closed
) {
in ib_uverbs_async_handler()
485
ev_queue->
is_closed
= 0;
in ib_uverbs_init_event_queue()
H
A
D
uverbs_std_types.c
140
* once
is_closed
is set.
in ib_uverbs_free_event_queue()
142
event_queue->
is_closed
= 1;
in ib_uverbs_free_event_queue()
H
A
D
uverbs.h
119
int
is_closed
;
member
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
caps.c
4462
bool
is_closed
= true;
in ceph_put_fmode()
local
4481
is_closed
= false;
in ceph_put_fmode()
4484
if (
is_closed
)
in ceph_put_fmode()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
caps.c
4632
bool
is_closed
= true;
in ceph_put_fmode()
local
4651
is_closed
= false;
in ceph_put_fmode()
4654
if (
is_closed
)
in ceph_put_fmode()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
omap.c
854
void omap_mmc_notify_cover_event(struct device *dev, int num, int
is_closed
)
in omap_mmc_notify_cover_event()
argument
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
omap.c
867
void omap_mmc_notify_cover_event(struct device *dev, int num, int
is_closed
)
in omap_mmc_notify_cover_event()
argument
Completed in 21 milliseconds