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:ndirs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/scripts/
H
A
D
spdxcheck.py
395
ndirs
= len(parser.spdx_dirs)
variable
397
if
ndirs
:
416
if
ndirs
:
418
sys.stderr.write('Directories accounted: %8d\n' %
ndirs
)
419
pc = int(100 * dirsok /
ndirs
)
422
if
ndirs
and
ndirs
!= dirsok and args.dirs:
433
if
ndirs
and
ndirs
!= dirsok and args.files:
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ialloc.c
268
int
ndirs
;
in find_group_orlov()
local
277
ndirs
= percpu_counter_read_positive(&sbi->s_dirs_counter);
in find_group_orlov()
310
if (
ndirs
== 0)
in find_group_orlov()
311
ndirs
= 1; /* percpu_counters are approximate... */
in find_group_orlov()
313
blocks_per_dir = (le32_to_cpu(es->s_blocks_count)-free_blocks) /
ndirs
;
in find_group_orlov()
315
max_dirs =
ndirs
/ ngroups + inodes_per_group / 16;
in find_group_orlov()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ialloc.c
263
int
ndirs
;
in find_group_orlov()
local
272
ndirs
= percpu_counter_read_positive(&sbi->s_dirs_counter);
in find_group_orlov()
301
if (
ndirs
== 0)
in find_group_orlov()
302
ndirs
= 1; /* percpu_counters are approximate... */
in find_group_orlov()
304
blocks_per_dir = (le32_to_cpu(es->s_blocks_count)-free_blocks) /
ndirs
;
in find_group_orlov()
306
max_dirs =
ndirs
/ ngroups + inodes_per_group / 16;
in find_group_orlov()
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
ialloc.c
431
unsigned int
ndirs
;
in find_group_orlov()
local
452
ndirs
= percpu_counter_read_positive(&sbi->s_dirs_counter);
in find_group_orlov()
511
max_dirs =
ndirs
/ ngroups + inodes_per_group*flex_size / 16;
in find_group_orlov()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
ialloc.c
433
unsigned int
ndirs
;
in find_group_orlov()
local
454
ndirs
= percpu_counter_read_positive(&sbi->s_dirs_counter);
in find_group_orlov()
512
max_dirs =
ndirs
/ ngroups + inodes_per_group*flex_size / 16;
in find_group_orlov()
Completed in 8 milliseconds