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:frees
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
resize.c
396
else if (le16_to_cpu(gd->bg_free_bits_count) != input->
frees
* cl_bpc)
in ocfs2_check_new_group()
401
input->
frees
* cl_bpc);
in ocfs2_check_new_group()
432
else if (input->
frees
> input->clusters)
in ocfs2_verify_group_and_input()
510
input->chain, input->clusters, input->
frees
);
in ocfs2_group_add()
550
le32_add_cpu(&cr->c_free, input->
frees
* cl_bpc);
in ocfs2_group_add()
554
(input->clusters - input->
frees
) * cl_bpc);
in ocfs2_group_add()
H
A
D
ocfs2_ioctl.h
53
__u32
frees
; /* Total free clusters in this group */
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
resize.c
394
else if (le16_to_cpu(gd->bg_free_bits_count) != input->
frees
* cl_bpc)
in ocfs2_check_new_group()
399
input->
frees
* cl_bpc);
in ocfs2_check_new_group()
430
else if (input->
frees
> input->clusters)
in ocfs2_verify_group_and_input()
508
input->chain, input->clusters, input->
frees
);
in ocfs2_group_add()
548
le32_add_cpu(&cr->c_free, input->
frees
* cl_bpc);
in ocfs2_group_add()
552
(input->clusters - input->
frees
) * cl_bpc);
in ocfs2_group_add()
H
A
D
ocfs2_ioctl.h
43
__u32
frees
; /* Total free clusters in this group */
member
/kernel/linux/linux-5.10/security/selinux/include/
H
A
D
avc.h
41
unsigned int
frees
;
member
/kernel/linux/linux-6.6/security/selinux/include/
H
A
D
avc.h
41
unsigned int
frees
;
member
/kernel/linux/linux-5.10/security/selinux/
H
A
D
avc.c
439
avc_cache_stats_incr(
frees
);
in avc_node_free()
453
avc_cache_stats_incr(
frees
);
in avc_node_kill()
H
A
D
selinuxfs.c
1643
"lookups hits misses allocations reclaims
frees
\n");
in sel_avc_stats_seq_show()
1650
st->reclaims, st->
frees
);
in sel_avc_stats_seq_show()
/kernel/linux/linux-5.10/net/llc/
H
A
D
af_llc.c
724
goto
frees
;
in llc_ui_accept()
742
frees
:
in llc_ui_accept()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
avc.c
436
avc_cache_stats_incr(
frees
);
in avc_node_free()
450
avc_cache_stats_incr(
frees
);
in avc_node_kill()
H
A
D
selinuxfs.c
1577
"lookups hits misses allocations reclaims
frees
\n");
in sel_avc_stats_seq_show()
1584
st->reclaims, st->
frees
);
in sel_avc_stats_seq_show()
/kernel/linux/linux-6.6/net/llc/
H
A
D
af_llc.c
725
goto
frees
;
in llc_ui_accept()
743
frees
:
in llc_ui_accept()
Completed in 17 milliseconds