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:b_released
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/
H
A
D
daemon.c
161
unsigned long long
b_released
;
in cachefiles_daemon_read()
local
176
b_released
= atomic_long_xchg(&cache->
b_released
, 0);
in cachefiles_daemon_read()
197
b_released
);
in cachefiles_daemon_read()
H
A
D
internal.h
67
atomic_long_t
b_released
; /* number of blocks released lately */
member
H
A
D
namei.c
275
atomic_long_add(i_blocks, &cache->
b_released
);
in cachefiles_mark_object_inactive()
/kernel/linux/linux-6.6/fs/cachefiles/
H
A
D
daemon.c
211
unsigned long long
b_released
;
in cachefiles_do_daemon_read()
local
221
b_released
= atomic_long_xchg(&cache->
b_released
, 0);
in cachefiles_do_daemon_read()
242
b_released
);
in cachefiles_do_daemon_read()
H
A
D
internal.h
87
atomic_long_t
b_released
; /* number of blocks released lately */
member
H
A
D
namei.c
75
atomic_long_add(inode->i_blocks, &cache->
b_released
);
in cachefiles_unmark_inode_in_use()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mcp.h
1174
bool
b_released
;
member
H
A
D
qed_mcp.c
3843
p_params->
b_released
= true;
in qed_mcp_resc_unlock()
3846
p_params->
b_released
= false;
in qed_mcp_resc_unlock()
H
A
D
qed_dev.c
3926
if (resc_lock_params.b_granted && !resc_unlock_params.
b_released
) {
in qed_hw_get_resc()
3964
if (resc_lock_params.b_granted && !resc_unlock_params.
b_released
)
in qed_hw_get_resc()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mcp.h
1227
bool
b_released
;
member
H
A
D
qed_mcp.c
3895
p_params->
b_released
= true;
in qed_mcp_resc_unlock()
3898
p_params->
b_released
= false;
in qed_mcp_resc_unlock()
H
A
D
qed_dev.c
4023
if (resc_lock_params.b_granted && !resc_unlock_params.
b_released
) {
in qed_hw_get_resc()
4061
if (resc_lock_params.b_granted && !resc_unlock_params.
b_released
)
in qed_hw_get_resc()
Completed in 54 milliseconds