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:hold_count
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-bufio.c
147
unsigned
hold_count
;
member
784
BUG_ON(b->
hold_count
);
in __make_buffer_clean()
806
if (!b->
hold_count
) {
in __get_unclaimed_buffer()
817
if (!b->
hold_count
) {
in __get_unclaimed_buffer()
1017
b->
hold_count
= 1;
in __bufio_new()
1045
b->
hold_count
++;
in __bufio_new()
1085
if (b && b->
hold_count
== 1)
in new_read()
1190
BUG_ON(!b->
hold_count
);
in dm_bufio_release()
1192
b->
hold_count
--;
in dm_bufio_release()
1193
if (!b->
hold_count
) {
in dm_bufio_release()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
i915_vma_resource.c
107
if (!refcount_dec_and_test(&vma_res->
hold_count
))
in __i915_vma_resource_unhold()
165
bool held = refcount_inc_not_zero(&vma_res->
hold_count
);
in i915_vma_resource_hold()
267
refcount_set(&vma_res->
hold_count
, 1);
in __i915_vma_resource_init()
H
A
D
i915_vma_resource.h
64
* @
hold_count
: Number of holders blocking the fence from finishing.
104
refcount_t
hold_count
;
member
237
GEM_BUG_ON(refcount_read(&vma_res->
hold_count
) != 1);
in i915_vma_resource_fini()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_helper.h
1170
u32
hold_count
;
member
1177
u32
hold_count
;
member
1191
return req->
hold_count
;
in hfi_bufreq_get_hold_count()
1198
return req->
hold_count
;
in hfi_bufreq_get_count_min()
1218
req->
hold_count
= val;
in hfi_bufreq_set_hold_count()
1225
req->
hold_count
= val;
in hfi_bufreq_set_count_min()
H
A
D
hfi_cmds.c
481
count->
hold_count
= in->
hold_count
;
in pkt_session_set_property_1x()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-bufio.c
339
atomic_t
hold_count
;
member
611
atomic_inc(&b->
hold_count
);
in __cache_inc_buffer()
641
BUG_ON(!atomic_read(&b->
hold_count
));
in cache_put()
642
r = atomic_dec_and_test(&b->
hold_count
);
in cache_put()
655
* predicate the
hold_count
of the selected buffer will be zero.
665
* extra test for
hold_count
.
674
if (atomic_read(&b->
hold_count
))
in __evict_pred()
859
BUG_ON(atomic_read(&b->
hold_count
) != 1);
in cache_insert()
872
* Fails if the
hold_count
is not one (ie. the caller holds the only reference).
882
if (atomic_read(&b->
hold_count
) !
in cache_remove()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_helper.h
1056
u32
hold_count
;
member
1061
((ver) == HFI_VERSION_4XX ? 0 : (bufreq)->
hold_count
)
1063
((ver) == HFI_VERSION_4XX ? (bufreq)->
hold_count
: (bufreq)->count_min)
1071
u32
hold_count
;
member
H
A
D
hfi_cmds.c
471
count->
hold_count
= in->
hold_count
;
in pkt_session_set_property_1x()
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H
A
D
ethtool-user.h
80
__u32
hold_count
:1;
member
88
__u64
hold_count
;
member
H
A
D
ethtool-user.c
886
dst->_present.
hold_count
= 1;
in ethtool_mm_stat_parse()
887
dst->
hold_count
= mnl_attr_get_u64(attr);
in ethtool_mm_stat_parse()
Completed in 34 milliseconds