tag | line | file | source code |
---|---|---|---|
swap_flags | 46 | arch/alpha/kernel/osf_sys.c | extern asmlinkage int sys_swapon(const char *specialfile, int swap_flags); |
swap_flags | 392 | mm/swapfile.c | asmlinkage int sys_swapon(const char * specialfile, int swap_flags) |
swap_flags | 423 | mm/swapfile.c | if (swap_flags & SWAP_FLAG_PREFER) { |
swap_flags | 425 | mm/swapfile.c | (swap_flags & SWAP_FLAG_PRIO_MASK)>>SWAP_FLAG_PRIO_SHIFT; |