Searched refs:min_size (Results 1 – 5 of 5) sorted by last modified time
/unit/src/ |
H A D | nxt_conf_validation.c | 1865 int64_t size, min_size; in nxt_conf_vldt_thread_stack_size() local 1868 min_size = sysconf(_SC_THREAD_STACK_MIN); in nxt_conf_vldt_thread_stack_size() 1870 if (size < min_size) { in nxt_conf_vldt_thread_stack_size() 1873 min_size); in nxt_conf_vldt_thread_stack_size()
|
H A D | nxt_unit.c | 114 uint32_t min_size, nxt_unit_mmap_buf_t *mmap_buf, char *local_buf); 2872 size_t size, size_t min_size) in nxt_unit_response_write_nb() argument 2914 min_size -= nxt_min(min_size, part_size); in nxt_unit_response_write_nb() 2919 min_part_size = nxt_min(min_size, part_size); in nxt_unit_response_write_nb() 2946 min_size -= nxt_min(min_size, part_size); in nxt_unit_response_write_nb() 3917 uint32_t size, uint32_t min_size, in nxt_unit_get_outgoing_buf() argument 3951 min_nchunks = (min_size + PORT_MMAP_CHUNK_SIZE - 1) / PORT_MMAP_CHUNK_SIZE; in nxt_unit_get_outgoing_buf()
|
H A D | nxt_port_memory.h | 27 size_t size, size_t min_size);
|
H A D | nxt_port_memory.c | 599 size_t min_size) in nxt_port_mmap_increase_buf() argument 643 && min_size > free_size + PORT_MMAP_CHUNK_SIZE * (c - start)) in nxt_port_mmap_increase_buf()
|
H A D | nxt_unit.h | 308 const void *start, size_t size, size_t min_size);
|