代码搜索:SWAP

找到约 10,000 项符合「SWAP」的源代码

代码结果 10,000
www.eeworm.com/read/112547/15483139

h swap.h

#ifndef SWAP_H #define SWAP_H /* Definitions for a Linux swap header */ #define SWAP_HEADER_OFFSET 0 #define SWAP_HEADER_MAGIC_V1 "SWAP-SPACE" #define SWAP_HEADER_MAGIC_V2 "SWAPSPACE2" /*
www.eeworm.com/read/112546/15483152

h swap.h

#ifndef SWAP_H #define SWAP_H /* Definitions for a Linux swap header */ #define SWAP_HEADER_OFFSET 0 #define SWAP_HEADER_MAGIC_V1 "SWAP-SPACE" #define SWAP_HEADER_MAGIC_V2 "SWAPSPACE2" /*
www.eeworm.com/read/109477/15556448

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #include #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ #define SWAP_FLAG_PRIO_MASK 0x7fff
www.eeworm.com/read/108900/15570635

h swap.h

#ifndef _LINUX_SWAP_H #define _LINUX_SWAP_H #include #define SWAP_FLAG_PREFER 0x8000 /* set if swap priority specified */ #define SWAP_FLAG_PRIO_MASK 0x7fff #define SWAP_FLAG_PRIO_SHIFT
www.eeworm.com/read/107661/15604082

vhd swap.vhd

www.eeworm.com/read/107661/15604106

vhd swap.vhd

www.eeworm.com/read/106839/15619872

pdf swap_in.pdf

www.eeworm.com/read/106262/15642256

h swap.h

inline void swap(ELEM& a, ELEM& b) { ELEM temp = a; a = b; b = temp; }
www.eeworm.com/read/105818/15658440

cur swap.cur

www.eeworm.com/read/105179/15675808

c swap.c

/* * linux/mm/swap.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * This file should contain most things doing the swapping from/to disk. * Started 18.12.91 */ #include #