9/13

mm/swap: add priority queue for swap device allocation

引入基于优先级的环形队列替代 plist,消除 swap_avail_lock 的全局争用,每 CPU 维护独立迭代器实现无锁读取。