Searched refs:tls_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h268 struct tls_index { struct
316 struct tls_index tls_index; local
320 bpf_probe_read_user(&tls_index, sizeof(struct tls_index),
323 if (tls_index.module > 0) {
324 /* dtv = ((struct tcbhead *)tls_base)->dtv[tls_index.module] */
327 dtv += tls_index.module;
334 ? tls_ptr + tls_index.offset

Completed in 93 milliseconds