Lines Matching defs:index
320 /* valid module index is always positive */
466 static int read_var_callback(__u64 index, struct read_var_ctx *ctx)
471 ctx->payload_off ^= index;
473 ctx->payload_off ^= index;
476 if (index >= STROBE_MAX_INTS)
478 read_int_var(ctx->cfg, index, ctx->tls_base, ctx->value, ctx->data);
481 if (index >= STROBE_MAX_MAPS)
485 ctx->payload_off = read_map_var(ctx->cfg, index, ctx->tls_base,
489 if (index >= STROBE_MAX_STRS)
493 ctx->payload_off = read_str_var(ctx->cfg, index, ctx->tls_base,