Home
last modified time | relevance | path

Searched defs:swp (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
Dswap.h292 static inline void free_swap_and_cache(swp_entry_t swp) in free_swap_and_cache()
296 static inline int swap_duplicate(swp_entry_t swp) in swap_duplicate()
301 static inline void swap_free(swp_entry_t swp) in swap_free()
305 static inline struct page *read_swap_cache_async(swp_entry_t swp, in read_swap_cache_async()
311 static inline struct page *lookup_swap_cache(swp_entry_t swp) in lookup_swap_cache()
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c127 SWP swpDesktop, swp; in SetAccessableWindowPos() local
533 SWP swp; in WndProc() local
667 SWP swp; in WndProc() local
992 SWP swp; in WndProc() local
2159 SWP swp; in os2fslib_UpdateRects() local
/external/kernel-headers/original/asm-arm/
Dpgtable.h359 #define __swp_entry_to_pte(swp) ((pte_t) { (swp).val }) argument
/external/v8/src/arm/
Dassembler-arm.cc1227 void Assembler::swp(Register dst, Register src, Register base, Condition cond) { in swp() function in v8::internal::Assembler
Dassembler-thumb2.cc1207 void Assembler::swp(Register dst, Register src, Register base, Condition cond) { in swp() function in v8::internal::Assembler
/external/libxml2/
Dxmlschemastypes.c3390 xmlSchemaValPtr swp; in xmlSchemaCompareDecimals() local