Searched refs:lookup_ctx (Results 1 – 2 of 2) sorted by relevance
19 struct lookup_ctx { struct29 struct lookup_ctx *ctx = arg; in lookup_fn() argument41 static void abort_lookup(struct lookup_ctx *ctx, pthread_t *tids, unsigned int nr) in abort_lookup()57 struct lookup_ctx ctx; in test_task_storage_map_stress_lookup()
1013 struct devlink_flash_component_lookup_ctx *lookup_ctx = version_cb_priv; in devlink_flash_component_lookup_cb() local1016 lookup_ctx->lookup_name_found) in devlink_flash_component_lookup_cb()1019 lookup_ctx->lookup_name_found = in devlink_flash_component_lookup_cb()1020 !strcmp(lookup_ctx->lookup_name, version_name); in devlink_flash_component_lookup_cb()1028 struct devlink_flash_component_lookup_ctx lookup_ctx = {}; in devlink_flash_component_get() local1044 lookup_ctx.lookup_name = component; in devlink_flash_component_get()1046 req.version_cb_priv = &lookup_ctx; in devlink_flash_component_get()1052 if (!lookup_ctx.lookup_name_found) { in devlink_flash_component_get()