Searched refs:per_th (Results 1 – 5 of 5) sorted by relevance
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()
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()
1186 size_t per_th = temp_dso.tls.size + temp_dso.tls.align local1189 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX;1190 else alloc_size += n_th * per_th;
2128 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local2131 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()2132 else alloc_size += n_th * per_th; in load_library()5309 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local5311 if (n_th > SSIZE_MAX / per_th) { in load_library_header()5314 alloc_size += n_th * per_th; in load_library_header()
2128 size_t per_th = temp_dso.tls.size + temp_dso.tls.align in load_library() local2131 if (n_th > SSIZE_MAX / per_th) alloc_size = SIZE_MAX; in load_library()2132 else alloc_size += n_th * per_th; in load_library()5312 size_t per_th = task->tls.size + task->tls.align + sizeof(void *) * (tls_cnt + TLS_CNT_INCREASE); in load_library_header() local5314 if (n_th > SSIZE_MAX / per_th) { in load_library_header()5317 alloc_size += n_th * per_th; in load_library_header()