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:pcp_list
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
page_alloc.c
1227
page = list_last_entry(list, struct page,
pcp_list
);
in free_pcppages_bulk()
1231
list_del(&page->
pcp_list
);
in free_pcppages_bulk()
2181
list_add_tail(&page->
pcp_list
, list);
in rmqueue_bulk()
2411
list_add(&page->
pcp_list
, &pcp->lists[pindex]);
in free_unref_page_commit()
2741
page = list_first_entry(list, struct page,
pcp_list
);
in __rmqueue_pcplist()
2742
list_del(&page->
pcp_list
);
in __rmqueue_pcplist()
4287
struct list_head *
pcp_list
;
in __alloc_pages_bulk()
local
4371
pcp_list
= &pcp->lists[order_to_pindex(ac.migratetype, 0)];
in __alloc_pages_bulk()
4381
pcp,
pcp_list
);
in __alloc_pages_bulk()
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm_types.h
104
struct list_head
pcp_list
;
member
Completed in 10 milliseconds