6/10

lib: inline percpu_counter_tree_items_size with boot-safety sentinel

把 percpu_counter_tree_items_size 改为 static inline,直接读 __ro_after_init 变量,并以 SIZE_MAX 作哨兵;未初始化时 WARN_ON_ONCE 警告并避免静默计算错误偏移。