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:sc_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
qcom-labibb-regulator.c
95
int
sc_count
;
member
449
if (vreg->
sc_count
> LABIBB_MAX_SC_COUNT)
in qcom_labibb_sc_recovery_worker()
502
vreg->
sc_count
= 0;
in qcom_labibb_sc_recovery_worker()
512
vreg->
sc_count
++;
in qcom_labibb_sc_recovery_worker()
537
if (vreg->
sc_count
> LABIBB_MAX_SC_COUNT)
in qcom_labibb_sc_isr()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
state.h
64
refcount_t
sc_count
;
member
90
refcount_t
sc_count
;
member
H
A
D
nfs4layouts.c
332
refcount_inc(&ls->ls_stid.
sc_count
);
in nfsd4_recall_file_layout()
437
refcount_inc(&ls->ls_stid.
sc_count
);
in nfsd4_insert_layout()
H
A
D
nfs4state.c
748
refcount_set(&stid->
sc_count
, 1);
in nfs4_alloc_stid()
805
refcount_set(&cps->cp_stateid.
sc_count
, 1);
in nfs4_alloc_init_cpntf_state()
987
if (!refcount_dec_and_lock(&s->
sc_count
, &clp->cl_lock)) {
in nfs4_put_stid()
1097
refcount_inc(&dp->dl_stid.
sc_count
);
in hash_delegation_locked()
1150
refcount_inc(&dp->dl_stid.
sc_count
);
in revoke_delegation()
1407
if (!refcount_dec_and_test(&s->
sc_count
)) {
in put_ol_stateid_locked()
2337
refcount_inc(&s->
sc_count
);
in find_stateid_by_type()
4273
refcount_inc(&ret->st_stid.
sc_count
);
in nfsd4_find_existing_open()
4380
refcount_inc(&stp->st_stid.
sc_count
);
in init_open_stateid()
4432
wait_event(close_wq, refcount_read(&s->st_stid.
sc_count
)
in move_to_close_lru()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4layouts.c
333
refcount_inc(&ls->ls_stid.
sc_count
);
in nfsd4_recall_file_layout()
438
refcount_inc(&ls->ls_stid.
sc_count
);
in nfsd4_insert_layout()
H
A
D
trace.h
669
__field(int,
sc_count
)
679
__entry->
sc_count
= refcount_read(&stid->
sc_count
);
688
__entry->
sc_count
, show_stid_type(__entry->sc_type)
H
A
D
nfs4state.c
961
refcount_set(&stid->
sc_count
, 1);
in nfs4_alloc_stid()
1206
if (!refcount_dec_and_lock(&s->
sc_count
, &clp->cl_lock)) {
in nfs4_put_stid()
1316
refcount_inc(&dp->dl_stid.
sc_count
);
in hash_delegation_locked()
1371
refcount_inc(&dp->dl_stid.
sc_count
);
in revoke_delegation()
1526
if (!refcount_dec_and_test(&s->
sc_count
)) {
in put_ol_stateid_locked()
2469
refcount_inc(&s->
sc_count
);
in find_stateid_by_type()
4535
refcount_inc(&ret->st_stid.
sc_count
);
in nfsd4_find_existing_open()
4642
refcount_inc(&stp->st_stid.
sc_count
);
in init_open_stateid()
4694
wait_event(close_wq, refcount_read(&s->st_stid.
sc_count
) == 2);
in move_to_close_lru()
4918
refcount_inc(&dp->dl_stid.
sc_count
);
in nfsd_break_one_deleg()
[all...]
H
A
D
state.h
90
refcount_t
sc_count
;
member
Completed in 24 milliseconds