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:active_users
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
local_object.c
118
atomic_set(&local->
active_users
, 1);
in rxrpc_alloc_local()
335
u = atomic_read(&local->
active_users
);
in rxrpc_get_local()
350
u = atomic_read(&local->
active_users
);
in rxrpc_get_local_maybe()
370
u = atomic_read(&local->
active_users
);
in rxrpc_put_local()
409
u = atomic_dec_return(&local->
active_users
);
in rxrpc_unuse_local()
H
A
D
ar-internal.h
286
atomic_t
active_users
; /* Number of users of the local endpoint */
member
1118
u = atomic_fetch_add_unless(&local->
active_users
, 1, 0);
in __rxrpc_use_local()
1129
u = atomic_read(&local->
active_users
);
in rxrpc_see_local()
H
A
D
proc.c
350
atomic_read(&local->
active_users
),
in rxrpc_local_seq_show()
/kernel/linux/linux-5.10/fs/debugfs/
H
A
D
internal.h
24
refcount_t
active_users
;
member
H
A
D
file.c
105
refcount_set(&fsd->
active_users
, 1);
in debugfs_file_get()
124
if (!refcount_inc_not_zero(&fsd->
active_users
))
in debugfs_file_get()
144
if (refcount_dec_and_test(&fsd->
active_users
))
in debugfs_file_put()
H
A
D
inode.c
714
if (!refcount_dec_and_test(&fsd->
active_users
))
in __debugfs_file_removed()
/kernel/linux/linux-6.6/fs/debugfs/
H
A
D
internal.h
24
refcount_t
active_users
;
member
H
A
D
file.c
105
refcount_set(&fsd->
active_users
, 1);
in debugfs_file_get()
124
if (!refcount_inc_not_zero(&fsd->
active_users
))
in debugfs_file_get()
144
if (refcount_dec_and_test(&fsd->
active_users
))
in debugfs_file_put()
H
A
D
inode.c
747
if (!refcount_dec_and_test(&fsd->
active_users
))
in __debugfs_file_removed()
/kernel/linux/linux-5.10/net/rxrpc/
H
A
D
ar-internal.h
258
atomic_t
active_users
; /* Number of users of the local endpoint */
member
928
return atomic_dec_return(&local->
active_users
) == 0;
in __rxrpc_unuse_local()
933
return atomic_fetch_add_unless(&local->
active_users
, 1, 0) != 0;
in __rxrpc_use_local()
H
A
D
proc.c
361
atomic_read(&local->
active_users
));
in rxrpc_local_seq_show()
H
A
D
local_object.c
82
atomic_set(&local->
active_users
, 1);
in rxrpc_alloc_local()
Completed in 15 milliseconds