Home
last modified time | relevance | path

Searched refs:SWAP_FLAG_DISCARD_PAGES (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dswaponoff.c94 #ifndef SWAP_FLAG_DISCARD_PAGES
95 #define SWAP_FLAG_DISCARD_PAGES 0x40000 macro
98 (SWAP_FLAG_DISCARD | SWAP_FLAG_DISCARD_ONCE | SWAP_FLAG_DISCARD_PAGES)
200 g_flags |= SWAP_FLAG_DISCARD_PAGES; in set_discard_flag()
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dswapon.c44 #ifndef SWAP_FLAG_DISCARD_PAGES
45 # define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
49 SWAP_FLAG_DISCARD_PAGES)
592 (fl_discard & SWAP_FLAG_DISCARD_PAGES)) in do_swapon()
649 dsc |= SWAP_FLAG_DISCARD_PAGES; in swapon_all()
787 discard |= SWAP_FLAG_DISCARD_PAGES; in main()
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dswapon.c43 #ifndef SWAP_FLAG_DISCARD_PAGES
44 # define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
48 SWAP_FLAG_DISCARD_PAGES)
662 (prop->discard & SWAP_FLAG_DISCARD_PAGES)) in do_swapon()
712 props->discard |= SWAP_FLAG_DISCARD_PAGES; in parse_options()
924 ctl.props.discard |= SWAP_FLAG_DISCARD_PAGES; in main()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dswap.h30 #define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
34 SWAP_FLAG_DISCARD_PAGES)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dswap.h30 #define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
34 SWAP_FLAG_DISCARD_PAGES)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dswap.h30 #define SWAP_FLAG_DISCARD_PAGES 0x40000 /* discard page-clusters after use */ macro
34 SWAP_FLAG_DISCARD_PAGES)
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dswapfile.c3305 else if (swap_flags & SWAP_FLAG_DISCARD_PAGES) in SYSCALL_DEFINE2()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dswapfile.c3305 else if (swap_flags & SWAP_FLAG_DISCARD_PAGES) in SYSCALL_DEFINE2()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dswapfile.c3305 else if (swap_flags & SWAP_FLAG_DISCARD_PAGES) in SYSCALL_DEFINE2()