Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcpuset.c402 nodemask_pr_args(nodes)); in check_insane_mems_config()
3462 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->mems_allowed)); in cpuset_common_seq_show()
3468 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->effective_mems)); in cpuset_common_seq_show()
4575 nodemask_pr_args(&current->mems_allowed)); in cpuset_print_current_mems_allowed()
4584 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
4586 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst544 nodemask_pr_args()来方便打印cpumask和nodemask。
/linux/include/linux/
H A Dnodemask.h112 #define nodemask_pr_args(maskp) __nodemask_pr_numnodes(maskp), \ macro
/linux/drivers/nvme/host/
H A Dmultipath.c1139 return sysfs_emit(buf, "%*pbl\n", nodemask_pr_args(&numa_nodes)); in numa_nodes_show()
/linux/mm/
H A Dslub.c9944 nodemask_pr_args(&l->nodes)); in slab_debugfs_show()