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:rd_mutex
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/xillybus/
H
A
D
xillybus_core.c
64
* If both locks are taken, wr_mutex is taken first,
rd_mutex
second.
76
* register operations are performed. wr_mutex and
rd_mutex
may be
87
* wr_mutex ->
rd_mutex
-> register_mutex -> wr_spinlock -> rd_spinlock
492
mutex_init(&channel->
rd_mutex
);
in xilly_setupchannels()
1027
rc = mutex_lock_interruptible(&channel->
rd_mutex
);
in xillybus_myflush()
1169
mutex_unlock(&channel->
rd_mutex
);
in xillybus_myflush()
1219
rc = mutex_lock_interruptible(&channel->
rd_mutex
);
in xillybus_write()
1356
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
1393
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
1404
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
[all...]
H
A
D
xillybus.h
79
struct mutex
rd_mutex
;
member
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
xgene-hwmon.c
100
struct mutex
rd_mutex
;
member
138
mutex_lock(&ctx->
rd_mutex
);
in xgene_hwmon_pcc_rd()
185
mutex_unlock(&ctx->
rd_mutex
);
in xgene_hwmon_pcc_rd()
193
mutex_lock(&ctx->
rd_mutex
);
in xgene_hwmon_rd()
222
mutex_unlock(&ctx->
rd_mutex
);
in xgene_hwmon_rd()
629
mutex_init(&ctx->
rd_mutex
);
in xgene_hwmon_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
xgene-hwmon.c
101
struct mutex
rd_mutex
;
member
139
mutex_lock(&ctx->
rd_mutex
);
in xgene_hwmon_pcc_rd()
186
mutex_unlock(&ctx->
rd_mutex
);
in xgene_hwmon_pcc_rd()
194
mutex_lock(&ctx->
rd_mutex
);
in xgene_hwmon_rd()
223
mutex_unlock(&ctx->
rd_mutex
);
in xgene_hwmon_rd()
630
mutex_init(&ctx->
rd_mutex
);
in xgene_hwmon_probe()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H
A
D
xillybus_core.c
75
* If both locks are taken, wr_mutex is taken first,
rd_mutex
second.
87
* register operations are performed. wr_mutex and
rd_mutex
may be
98
* wr_mutex ->
rd_mutex
-> register_mutex -> wr_spinlock -> rd_spinlock
467
mutex_init(&channel->
rd_mutex
);
in xilly_setupchannels()
1005
rc = mutex_lock_interruptible(&channel->
rd_mutex
);
in xillybus_myflush()
1148
mutex_unlock(&channel->
rd_mutex
);
in xillybus_myflush()
1198
rc = mutex_lock_interruptible(&channel->
rd_mutex
);
in xillybus_write()
1337
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
1374
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
1385
mutex_unlock(&channel->
rd_mutex
);
in xillybus_write()
[all...]
H
A
D
xillybus.h
78
struct mutex
rd_mutex
;
member
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
incore.h
126
struct mutex
rd_mutex
;
member
H
A
D
rgrp.c
924
mutex_init(&rgd->
rd_mutex
);
in read_rindex_entry()
2764
mutex_lock(&rgd->
rd_mutex
);
in rgrp_lock_local()
2769
mutex_unlock(&rgd->
rd_mutex
);
in rgrp_unlock_local()
Completed in 29 milliseconds