Home
last modified time | relevance | path

Searched refs:nodemask_pr_args (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/mm/
H A Dmemory-tiers.c177 ret = sysfs_emit(buf, "%*pbl\n", nodemask_pr_args(&nmask)); in nodelist_show()
404 node, nodemask_pr_args(&preferred), in dump_demotion_targets()
405 nodemask_pr_args(&memtier->lower_tier_mask)); in dump_demotion_targets()
H A Doom_kill.c452 nodemask_pr_args(oc->nodemask)); in dump_oom_victim()
H A Dmempolicy.c3413 nodemask_pr_args(&nodes)); in mpol_to_str()
H A Dpage_alloc.c3753 nodemask_pr_args(nodemask)); in warn_alloc()
H A Dslub.c7672 nodemask_pr_args(&l->nodes)); in slab_debugfs_show()
/linux-6.15/kernel/cgroup/
H A Dcpuset.c272 nodemask_pr_args(nodes)); in check_insane_mems_config()
3249 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->mems_allowed)); in cpuset_common_seq_show()
3255 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->effective_mems)); in cpuset_common_seq_show()
4318 nodemask_pr_args(&current->mems_allowed)); in cpuset_print_current_mems_allowed()
4327 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
4329 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst545 nodemask_pr_args()来方便打印cpumask和nodemask。
/linux-6.15/include/linux/
H A Dnodemask.h107 #define nodemask_pr_args(maskp) __nodemask_pr_numnodes(maskp), \ macro
/linux-6.15/drivers/base/
H A Dnode.c920 nodemask_pr_args(&node_states[na->state])); in show_node_state()
/linux-6.15/drivers/nvme/host/
H A Dmultipath.c1015 return sysfs_emit(buf, "%*pbl\n", nodemask_pr_args(&numa_nodes)); in numa_nodes_show()
/linux-6.15/Documentation/core-api/
H A Dprintk-formats.rst594 Helper macros cpumask_pr_args() and nodemask_pr_args() are available to ease