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:mmu_gather_batch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/mm/
H
A
D
mmu_gather.c
20
struct
mmu_gather_batch
*batch;
in tlb_next_batch()
51
static void tlb_flush_rmap_batch(struct
mmu_gather_batch
*batch, struct vm_area_struct *vma)
in tlb_flush_rmap_batch()
87
struct
mmu_gather_batch
*batch;
in tlb_batch_pages_flush()
110
struct
mmu_gather_batch
*batch, *next;
in tlb_batch_list_free()
121
struct
mmu_gather_batch
*batch;
in __tlb_remove_page_size()
/kernel/linux/linux-5.10/mm/
H
A
D
mmu_gather.c
18
struct
mmu_gather_batch
*batch;
in tlb_next_batch()
46
struct
mmu_gather_batch
*batch;
in tlb_batch_pages_flush()
57
struct
mmu_gather_batch
*batch, *next;
in tlb_batch_list_free()
68
struct
mmu_gather_batch
*batch;
in __tlb_remove_page_size()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
tlb.h
228
struct
mmu_gather_batch
{
struct
229
struct
mmu_gather_batch
*next;
236
((PAGE_SIZE - sizeof(struct
mmu_gather_batch
)) / sizeof(void *))
297
struct
mmu_gather_batch
*active;
298
struct
mmu_gather_batch
local;
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
tlb.h
245
struct
mmu_gather_batch
{
struct
246
struct
mmu_gather_batch
*next;
253
((PAGE_SIZE - sizeof(struct
mmu_gather_batch
)) / sizeof(void *))
343
struct
mmu_gather_batch
*active;
344
struct
mmu_gather_batch
local;
Completed in 4 milliseconds