tag | line | file | source code |
---|---|---|---|
swap_flags | 45 | arch/alpha/kernel/osf_sys.c | extern asmlinkage int sys_swapon(const char *specialfile, int swap_flags); |
swap_flags | 1128 | mm/swap.c | asmlinkage int sys_swapon(const char * specialfile, int swap_flags) |
swap_flags | 1158 | mm/swap.c | if (swap_flags & SWAP_FLAG_PREFER) { |
swap_flags | 1160 | mm/swap.c | (swap_flags & SWAP_FLAG_PRIO_MASK)>>SWAP_FLAG_PRIO_SHIFT; |