Home
last modified time | relevance | path

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

/linux/mm/
H A Dmemory-tiers.c157 ret = sysfs_emit(buf, "%*pbl\n", nodemask_pr_args(&nmask)); in nodelist_show()
384 node, nodemask_pr_args(&preferred), in dump_demotion_targets()
385 nodemask_pr_args(&memtier->lower_tier_mask)); in dump_demotion_targets()
H A Doom_kill.c447 nodemask_pr_args(oc->nodemask)); in dump_oom_victim()
H A Dmempolicy.c3344 nodemask_pr_args(&nodes)); in mpol_to_str()
H A Dpage_alloc.c3493 nodemask_pr_args(nodemask)); in warn_alloc()
H A Dslub.c7067 nodemask_pr_args(&l->nodes)); in slab_debugfs_show()
/linux/kernel/cgroup/
H A Dcpuset.c470 nodemask_pr_args(nodes)); in check_insane_mems_config()
3663 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->mems_allowed)); in cpuset_common_seq_show()
3669 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->effective_mems)); in cpuset_common_seq_show()
4994 nodemask_pr_args(&current->mems_allowed)); in cpuset_print_current_mems_allowed()
5076 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
5078 nodemask_pr_args(&task->mems_allowed)); in cpuset_task_status_allowed()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst545 nodemask_pr_args()来方便打印cpumask和nodemask。
/linux/include/linux/
H A Dnodemask.h108 #define nodemask_pr_args(maskp) __nodemask_pr_numnodes(maskp), \ macro
/linux/drivers/base/
H A Dnode.c918 nodemask_pr_args(&node_states[na->state])); in show_node_state()
/linux/Documentation/core-api/
H A Dprintk-formats.rst576 Helper macros cpumask_pr_args() and nodemask_pr_args() are available to ease