Searched refs:per_th (Results 1 – 4 of 4) sorted by relevance
2054 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local2057 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()2058 else alloc_size += n_th * per_th; in load_library()5048 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local5050 if (n_th > SSIZE_MAX / per_th) { in load_library_header()5053 alloc_size += n_th * per_th; in load_library_header()
1145 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1148 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1149 else alloc_size += n_th * per_th; in load_library()
1163 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1166 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1167 else alloc_size += n_th * per_th; in load_library()
1164 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local1167 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()1168 else alloc_size += n_th * per_th; in load_library()