Lines Matching refs:description
379 ctx->index_key.type->name, ctx->index_key.description); in construct_alloc_key()
392 key = key_alloc(ctx->index_key.type, ctx->index_key.description, in construct_alloc_key()
559 const char *description, in request_key_and_link() argument
570 .index_key.description = description, in request_key_and_link()
571 .index_key.desc_len = strlen(description), in request_key_and_link()
574 .match_data.raw_data = description, in request_key_and_link()
585 ctx.index_key.type->name, ctx.index_key.description, in request_key_and_link()
691 const char *description, in request_key_tag() argument
701 key = request_key_and_link(type, description, domain_tag, in request_key_tag()
731 const char *description, in request_key_with_auxdata() argument
740 key = request_key_and_link(type, description, domain_tag, in request_key_with_auxdata()
767 const char *description, in request_key_rcu() argument
773 .index_key.description = description, in request_key_rcu()
774 .index_key.desc_len = strlen(description), in request_key_rcu()
777 .match_data.raw_data = description, in request_key_rcu()
785 kenter("%s,%s", type->name, description); in request_key_rcu()