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:w1_mlock
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/
H
A
D
w1_int.c
108
mutex_lock(&
w1_mlock
);
in w1_add_master_device()
125
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
131
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
145
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
150
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
178
mutex_lock(&
w1_mlock
);
in __w1_remove_master_device()
180
mutex_unlock(&
w1_mlock
);
in __w1_remove_master_device()
H
A
D
w1_internal.h
72
extern struct mutex
w1_mlock
;
H
A
D
w1.c
56
DEFINE_MUTEX(
w1_mlock
);
variable
834
mutex_lock(&
w1_mlock
);
in w1_search_master_id()
842
mutex_unlock(&
w1_mlock
);
in w1_search_master_id()
853
mutex_lock(&
w1_mlock
);
in w1_search_slave()
871
mutex_unlock(&
w1_mlock
);
in w1_search_slave()
881
mutex_lock(&
w1_mlock
);
in w1_reconnect_slaves()
913
mutex_unlock(&
w1_mlock
);
in w1_reconnect_slaves()
H
A
D
w1_netlink.c
421
mutex_lock(&
w1_mlock
);
in w1_process_command_root()
436
mutex_unlock(&
w1_mlock
);
in w1_process_command_root()
/kernel/linux/linux-6.6/drivers/w1/
H
A
D
w1_int.c
108
mutex_lock(&
w1_mlock
);
in w1_add_master_device()
125
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
131
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
145
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
150
mutex_unlock(&
w1_mlock
);
in w1_add_master_device()
178
mutex_lock(&
w1_mlock
);
in __w1_remove_master_device()
180
mutex_unlock(&
w1_mlock
);
in __w1_remove_master_device()
H
A
D
w1_internal.h
72
extern struct mutex
w1_mlock
;
H
A
D
w1.c
58
DEFINE_MUTEX(
w1_mlock
);
variable
826
mutex_lock(&
w1_mlock
);
in w1_search_master_id()
834
mutex_unlock(&
w1_mlock
);
in w1_search_master_id()
844
mutex_lock(&
w1_mlock
);
in w1_search_slave()
862
mutex_unlock(&
w1_mlock
);
in w1_search_slave()
872
mutex_lock(&
w1_mlock
);
in w1_reconnect_slaves()
904
mutex_unlock(&
w1_mlock
);
in w1_reconnect_slaves()
H
A
D
w1_netlink.c
423
mutex_lock(&
w1_mlock
);
in w1_process_command_root()
438
mutex_unlock(&
w1_mlock
);
in w1_process_command_root()
Completed in 8 milliseconds