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:n_buffers
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
xsk_fwd.c
81
u32
n_buffers
;
member
116
u64
n_buffers
;
member
132
u64 n_slabs, n_slabs_reserved,
n_buffers
, n_buffers_reserved;
in bpool_init()
local
145
n_slabs = (params->
n_buffers
+ params->n_buffers_per_slab - 1) /
in bpool_init()
148
n_buffers
= n_slabs * params->n_buffers_per_slab;
in bpool_init()
153
buffers_size =
n_buffers
* sizeof(u64);
in bpool_init()
168
bp->params.
n_buffers
=
n_buffers
;
in bpool_init()
180
bp->
n_buffers
=
n_buffers
;
in bpool_init()
318
bcache_cons_check(struct bcache *bc, u32
n_buffers
)
bcache_cons_check()
argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-bufio.c
86
unsigned long
n_buffers
[LIST_SIZE];
member
507
c->
n_buffers
[dirty]++;
in __link_buffer()
524
BUG_ON(!c->
n_buffers
[b->list_mode]);
in __unlink_buffer()
526
c->
n_buffers
[b->list_mode]--;
in __unlink_buffer()
542
BUG_ON(!c->
n_buffers
[b->list_mode]);
in __relink_lru()
544
c->
n_buffers
[b->list_mode]--;
in __relink_lru()
545
c->
n_buffers
[dirty]++;
in __relink_lru()
977
if (c->
n_buffers
[LIST_DIRTY] > c->
n_buffers
[LIST_CLEAN] * DM_BUFIO_WRITEBACK_RATIO)
in __check_watermark()
1285
if (buffers_processed < c->
n_buffers
[LIST_DIRT
in dm_bufio_write_dirty_buffers()
[all...]
Completed in 4 milliseconds