Searched refs:nodes_max (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem.cpp | 129 RK_S32 nodes_max; member in MppMemService 198 nodes_max(MEM_NODE_MAX), in MppMemService() 221 mpp_env_get_u32("mpp_mem_node_max", (RK_U32 *)&nodes_max, MEM_NODE_MAX); in MppMemService() 224 debug, nodes_max); in MppMemService() 226 size_t size = nodes_max * sizeof(MppMemNode); in MppMemService() 265 for (i = 0; i < nodes_max; i++, node++) { in ~MppMemService() 309 if (nodes_cnt >= nodes_max) { in add_node() 311 mpp_err("* Reach max limit of mpp_mem counter %5d *\n", nodes_max); in add_node() 319 for (i = 0; i < nodes_max; i++, node++) { in add_node() 344 MPP_MEM_ASSERT(nodes_cnt <= nodes_max); in find_node() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | numa.c | 952 unsigned int nodes_min, nodes_max; in calc_convergence_compression() local 956 nodes_max = 0; in calc_convergence_compression() 967 nodes_max = max(nodes, nodes_max); in calc_convergence_compression() 971 if (nodes_min == 1 && nodes_max == 1) { in calc_convergence_compression() 975 tprintf(" {%d-%d}", nodes_min, nodes_max); in calc_convergence_compression()
|