Searched refs:max (Results 1 – 6 of 6) sorted by relevance
154 struct heap_node** max; in HEAP_EXPORT() local171 max = &heap->min; in HEAP_EXPORT()174 max = &(*max)->right; in HEAP_EXPORT()176 max = &(*max)->left; in HEAP_EXPORT()184 child = *max; in HEAP_EXPORT()185 *max = NULL; in HEAP_EXPORT()
51 int max; in TEST_IMPL() local70 max = 127; in TEST_IMPL()73 max = sched_get_priority_max(policy); in TEST_IMPL()75 ASSERT(priority >= min && priority <= max); in TEST_IMPL()
2137 uint64_t* max) { in uv__get_cgroup1_memory_limits() argument2152 *max = uv__read_uint64(filename); in uv__get_cgroup1_memory_limits()2157 if (*high != 0 && *max != 0) in uv__get_cgroup1_memory_limits()2172 if (*max == cgroup1_max) in uv__get_cgroup1_memory_limits()2173 *max = UINT64_MAX; in uv__get_cgroup1_memory_limits()2188 *max = uv__read_uint64(filename); in uv__get_cgroup2_memory_limits()2195 uint64_t max; in uv__get_cgroup_constrained_memory() local2199 uv__get_cgroup1_memory_limits(buf, &high, &max); in uv__get_cgroup_constrained_memory()2201 uv__get_cgroup2_memory_limits(buf, &high, &max); in uv__get_cgroup_constrained_memory()2203 if (high == 0 || max == 0) in uv__get_cgroup_constrained_memory()[all …]
1632 int max; in uv_thread_setpriority() local1656 max = 127; in uv_thread_setpriority()1659 max = sched_get_priority_max(policy); in uv_thread_setpriority()1662 if (min == -1 || max == -1) in uv_thread_setpriority()1665 range = max - min; in uv_thread_setpriority()1669 prio = max; in uv_thread_setpriority()
446 by the number of max size dgrams that will fit into the buffer allocated in `alloc_cb`, and447 `suggested_size` in `alloc_cb` for udp_recv is always set to the size of 1 max size dgram.
1287 * doc,udp: note that suggested_size is 1 max-sized dgram (Ryan Liptak)
Completed in 67 milliseconds