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:THERM_REFCNT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/
H
A
D
w1_therm.c
142
#define
THERM_REFCNT
(family_data) \
macro
926
atomic_set(
THERM_REFCNT
(sl->family_data), 1);
in w1_therm_add_slave()
985
int refcnt = atomic_sub_return(1,
THERM_REFCNT
(sl->family_data));
in w1_therm_remove_slave()
997
refcnt = atomic_read(
THERM_REFCNT
(sl->family_data));
in w1_therm_remove_slave()
1076
atomic_inc(
THERM_REFCNT
(sl->family_data));
in convert_t()
1142
atomic_dec(
THERM_REFCNT
(sl->family_data));
in convert_t()
1171
atomic_inc(
THERM_REFCNT
(sl->family_data));
in conv_time_measure()
1212
atomic_dec(
THERM_REFCNT
(sl->family_data));
in conv_time_measure()
1231
atomic_inc(
THERM_REFCNT
(sl->family_data));
in read_scratchpad()
1266
atomic_dec(
THERM_REFCNT
(s
in read_scratchpad()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H
A
D
w1_therm.c
142
#define
THERM_REFCNT
(family_data) \
macro
991
atomic_set(
THERM_REFCNT
(sl->family_data), 1);
in w1_therm_add_slave()
1050
int refcnt = atomic_sub_return(1,
THERM_REFCNT
(sl->family_data));
in w1_therm_remove_slave()
1062
refcnt = atomic_read(
THERM_REFCNT
(sl->family_data));
in w1_therm_remove_slave()
1141
atomic_inc(
THERM_REFCNT
(sl->family_data));
in convert_t()
1207
atomic_dec(
THERM_REFCNT
(sl->family_data));
in convert_t()
1236
atomic_inc(
THERM_REFCNT
(sl->family_data));
in conv_time_measure()
1277
atomic_dec(
THERM_REFCNT
(sl->family_data));
in conv_time_measure()
1296
atomic_inc(
THERM_REFCNT
(sl->family_data));
in read_scratchpad()
1331
atomic_dec(
THERM_REFCNT
(s
in read_scratchpad()
[all...]
Completed in 4 milliseconds