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:need_pages
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/asix/
H
A
D
ax88796c_main.c
222
ax88796c_check_free_pages(struct ax88796c_device *ax_local, u8
need_pages
)
in ax88796c_check_free_pages()
argument
230
if (free_pages <
need_pages
) {
in ax88796c_check_free_pages()
235
TFBFCR_SET_FREE_PAGE(
need_pages
),
in ax88796c_check_free_pages()
253
u8
need_pages
;
in ax88796c_tx_fixup()
local
262
need_pages
= (pkt_len + TX_OVERHEAD + 127) >> 7;
in ax88796c_tx_fixup()
263
if (ax88796c_check_free_pages(ax_local,
need_pages
) != 0)
in ax88796c_tx_fixup()
/kernel/linux/linux-6.6/drivers/accel/qaic/
H
A
D
qaic_control.c
396
unsigned long
need_pages
;
in find_and_map_user_pages()
local
419
need_pages
= DIV_ROUND_UP(total, PAGE_SIZE);
in find_and_map_user_pages()
421
nr_pages =
need_pages
;
in find_and_map_user_pages()
465
return
need_pages
> nr_pages ? 1 : 0;
in find_and_map_user_pages()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid1.c
151
int
need_pages
;
in r1buf_pool_alloc()
local
180
need_pages
= pi->raid_disks;
in r1buf_pool_alloc()
182
need_pages
= 1;
in r1buf_pool_alloc()
188
if (j <
need_pages
) {
in r1buf_pool_alloc()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid1.c
151
int
need_pages
;
in r1buf_pool_alloc()
local
181
need_pages
= pi->raid_disks;
in r1buf_pool_alloc()
183
need_pages
= 1;
in r1buf_pool_alloc()
189
if (j <
need_pages
) {
in r1buf_pool_alloc()
Completed in 13 milliseconds