Searched refs:nodemask_pr_args (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/mm/ |
| H A D | memory-tiers.c | 177 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 D | oom_kill.c | 452 nodemask_pr_args(oc->nodemask)); in dump_oom_victim()
|
| H A D | mempolicy.c | 3413 nodemask_pr_args(&nodes)); in mpol_to_str()
|
| H A D | page_alloc.c | 3753 nodemask_pr_args(nodemask)); in warn_alloc()
|
| H A D | slub.c | 7672 nodemask_pr_args(&l->nodes)); in slab_debugfs_show()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cpuset.c | 272 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(¤t->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 D | printk-formats.rst | 545 nodemask_pr_args()来方便打印cpumask和nodemask。
|
| /linux-6.15/include/linux/ |
| H A D | nodemask.h | 107 #define nodemask_pr_args(maskp) __nodemask_pr_numnodes(maskp), \ macro
|
| /linux-6.15/drivers/base/ |
| H A D | node.c | 920 nodemask_pr_args(&node_states[na->state])); in show_node_state()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | multipath.c | 1015 return sysfs_emit(buf, "%*pbl\n", nodemask_pr_args(&numa_nodes)); in numa_nodes_show()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | printk-formats.rst | 594 Helper macros cpumask_pr_args() and nodemask_pr_args() are available to ease
|