Searched refs:for_each_node_state (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | alloc.c | 310 for_each_node_state(node, N_POSSIBLE) { in mlx5_frag_buf_dma_pools_debugfs_show() 339 for_each_node_state(node, N_POSSIBLE) { in mlx5_frag_buf_pools_cleanup() 362 for_each_node_state(node, N_POSSIBLE) { in mlx5_frag_buf_pools_init() 447 for_each_node_state(node, N_POSSIBLE) { in mlx5_db_dma_pools_debugfs_show() 468 for_each_node_state(node, N_POSSIBLE) in mlx5_db_pools_cleanup() 485 for_each_node_state(node, N_POSSIBLE) { in mlx5_db_pools_init()
|
| /linux/include/linux/ |
| H A D | nodemask.h | 435 #define for_each_node_state(__node, __state) \ macro 481 #define for_each_node_state(node, __state) \ macro 513 #define for_each_node(node) for_each_node_state(node, N_POSSIBLE) 514 #define for_each_online_node(node) for_each_node_state(node, N_ONLINE) 515 #define for_each_node_with_cpus(node) for_each_node_state(node, N_CPU)
|
| /linux/mm/ |
| H A D | hugetlb_cgroup.c | 469 for_each_node_state(nid, N_MEMORY) in hugetlb_cgroup_read_numa_stat() 474 for_each_node_state(nid, N_MEMORY) in hugetlb_cgroup_read_numa_stat() 492 for_each_node_state(nid, N_MEMORY) { in hugetlb_cgroup_read_numa_stat()
|
| H A D | memcontrol.c | 4455 for_each_node_state(nid, N_MEMORY) { in flush_nmi_stats() 4530 for_each_node_state(nid, N_MEMORY) { in mem_cgroup_css_rstat_flush() 4963 for_each_node_state(nid, N_MEMORY) { in memory_numa_stat_show()
|
| H A D | page-writeback.c | 277 for_each_node_state(node, N_HIGH_MEMORY) { in highmem_dirtyable_memory()
|
| H A D | slub.c | 8657 for_each_node_state(node, N_MEMORY) in kmem_cache_init()
|
| /linux/fs/proc/ |
| H A D | kcore.c | 258 for_each_node_state(nid, N_MEMORY) { in kcore_ram_list()
|
| /linux/fs/nfsd/ |
| H A D | filecache.c | 589 for_each_node_state(nid, N_NORMAL_MEMORY) { in nfsd_file_gc()
|
| /linux/kernel/sched/ |
| H A D | topology.c | 2178 for_each_node_state(n, N_CPU) \
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 5370 for_each_node_state(node, N_POSSIBLE) in scx_sched_free_rcu_work() 7154 for_each_node_state(node, N_POSSIBLE) { in scx_alloc_and_add_sched() 7336 for_each_node_state(node, N_POSSIBLE) in scx_alloc_and_add_sched()
|