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:lookahead_count
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
debugobjects.c
342
int
lookahead_count
= 0;
in __free_object()
local
365
for (;
lookahead_count
< ODEBUG_BATCH_SIZE;
lookahead_count
++) {
in __free_object()
366
objs[
lookahead_count
] = __alloc_object(&percpu_pool->free_objs);
in __free_object()
367
if (!objs[
lookahead_count
])
in __free_object()
381
if (
lookahead_count
) {
in __free_object()
382
WRITE_ONCE(obj_nr_tofree, obj_nr_tofree +
lookahead_count
);
in __free_object()
383
obj_pool_used -=
lookahead_count
;
in __free_object()
384
while (
lookahead_count
) {
in __free_object()
385
hlist_add_head(&objs[--
lookahead_count
]
in __free_object()
[all...]
/kernel/linux/linux-6.6/lib/
H
A
D
debugobjects.c
339
int
lookahead_count
= 0;
in __free_object()
local
362
for (;
lookahead_count
< ODEBUG_BATCH_SIZE;
lookahead_count
++) {
in __free_object()
363
objs[
lookahead_count
] = __alloc_object(&percpu_pool->free_objs);
in __free_object()
364
if (!objs[
lookahead_count
])
in __free_object()
378
if (
lookahead_count
) {
in __free_object()
379
WRITE_ONCE(obj_nr_tofree, obj_nr_tofree +
lookahead_count
);
in __free_object()
380
obj_pool_used -=
lookahead_count
;
in __free_object()
381
while (
lookahead_count
) {
in __free_object()
382
hlist_add_head(&objs[--
lookahead_count
]
in __free_object()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_tty.c
121
size_t
lookahead_count
;
member
333
ldata->
lookahead_count
= 0;
in reset_buffer_flags()
1512
ldata->
lookahead_count
+= count;
in n_tty_lookahead_flow_ctrl()
1620
size_t la_count = min(ldata->
lookahead_count
, count);
in __receive_buf()
1642
ldata->
lookahead_count
-= la_count;
in __receive_buf()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pagemap.h
814
unsigned long nr_to_read, unsigned long
lookahead_count
);
/kernel/linux/linux-6.6/include/linux/
H
A
D
pagemap.h
1284
unsigned long nr_to_read, unsigned long
lookahead_count
);
Completed in 10 milliseconds