Lines Matching refs:description
382 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
395 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
575 const char *description, in request_key_and_link() argument
586 .index_key.description = description, in request_key_and_link()
587 .index_key.desc_len = strlen(description), in request_key_and_link()
590 .match_data.raw_data = description, in request_key_and_link()
601 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
707 const char *description, in request_key_tag() argument
717 key = request_key_and_link(type, description, domain_tag, in request_key_tag()
747 const char *description, in request_key_with_auxdata() argument
756 key = request_key_and_link(type, description, domain_tag, in request_key_with_auxdata()
783 const char *description, in request_key_rcu() argument
789 .index_key.description = description, in request_key_rcu()
790 .index_key.desc_len = strlen(description), in request_key_rcu()
793 .match_data.raw_data = description, in request_key_rcu()
801 kenter("%s,%s", type->name, description); in request_key_rcu()