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:num_headers
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log.c
3416
uint
num_headers
;
in xlog_calc_unit_res()
local
3474
num_headers
= howmany(unit_bytes, iclog_space);
in xlog_calc_unit_res()
3477
unit_bytes += sizeof(xlog_op_header_t) *
num_headers
;
in xlog_calc_unit_res()
3480
while (!
num_headers
||
in xlog_calc_unit_res()
3481
howmany(unit_bytes, iclog_space) >
num_headers
) {
in xlog_calc_unit_res()
3483
num_headers
++;
in xlog_calc_unit_res()
3485
unit_bytes += log->l_iclog_hsize *
num_headers
;
in xlog_calc_unit_res()
3494
*niclogs =
num_headers
;
in xlog_calc_unit_res()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log.c
3350
uint
num_headers
;
in xfs_log_calc_unit_res()
local
3408
num_headers
= howmany(unit_bytes, iclog_space);
in xfs_log_calc_unit_res()
3411
unit_bytes += sizeof(xlog_op_header_t) *
num_headers
;
in xfs_log_calc_unit_res()
3414
while (!
num_headers
||
in xfs_log_calc_unit_res()
3415
howmany(unit_bytes, iclog_space) >
num_headers
) {
in xfs_log_calc_unit_res()
3417
num_headers
++;
in xfs_log_calc_unit_res()
3419
unit_bytes += log->l_iclog_hsize *
num_headers
;
in xfs_log_calc_unit_res()
Completed in 9 milliseconds