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:wait_page
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pagemap.h
575
static inline bool wake_page_match(struct wait_page_queue *
wait_page
,
in wake_page_match()
argument
578
if (
wait_page
->page != key->page)
in wake_page_match()
582
if (
wait_page
->bit_nr != key->bit_nr)
in wake_page_match()
/kernel/linux/linux-6.6/mm/
H
A
D
filemap.c
1086
struct wait_page_queue *
wait_page
in wake_page_function()
local
1089
if (!wake_page_match(
wait_page
, key))
in wake_page_function()
1227
struct wait_page_queue
wait_page
;
in folio_wait_bit_common()
local
1228
wait_queue_entry_t *wait = &
wait_page
.wait;
in folio_wait_bit_common()
1242
wait_page
.folio = folio;
in folio_wait_bit_common()
1243
wait_page
.bit_nr = bit_nr;
in folio_wait_bit_common()
1378
struct wait_page_queue
wait_page
;
in __releases()
local
1379
wait_queue_entry_t *wait = &
wait_page
.wait;
in __releases()
1395
wait_page
.folio = folio;
in __releases()
1396
wait_page
in __releases()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
pagemap.h
989
static inline bool wake_page_match(struct wait_page_queue *
wait_page
,
in wake_page_match()
argument
992
if (
wait_page
->folio != key->folio)
in wake_page_match()
996
if (
wait_page
->bit_nr != key->bit_nr)
in wake_page_match()
/kernel/linux/linux-5.10/mm/
H
A
D
filemap.c
1053
struct wait_page_queue *
wait_page
in wake_page_function()
local
1056
if (!wake_page_match(
wait_page
, key))
in wake_page_function()
1200
struct wait_page_queue
wait_page
;
in wait_on_page_bit_common()
local
1201
wait_queue_entry_t *wait = &
wait_page
.wait;
in wait_on_page_bit_common()
1218
wait_page
.page = page;
in wait_on_page_bit_common()
1219
wait_page
.bit_nr = bit_nr;
in wait_on_page_bit_common()
Completed in 11 milliseconds