OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:need_flush
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/asm-generic/
tlb.h
42
unsigned int
need_flush
;/* Really unmapped some ptes? */
member in struct:mmu_gather
71
if (!tlb->
need_flush
)
73
tlb->
need_flush
= 0;
103
tlb->
need_flush
= 1;
116
* Record the fact that pte's were really umapped in ->
need_flush
, so we can
122
tlb->
need_flush
= 1; \
128
tlb->
need_flush
= 1; \
135
tlb->
need_flush
= 1; \
142
tlb->
need_flush
= 1; \
Completed in 153 milliseconds
1
2