Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dget_abi.pl105 my $new_tag = lc($1);
109 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
113 $new_tag = "";
120 if ($new_tag eq "where") {
122 $new_tag = "what";
125 if ($new_tag =~ m/what/) {
147 $tag = $new_tag;
153 if ($tag ne "" && $new_tag) {
154 $tag = $new_tag;
182 if ($new_tag e
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dget_abi.pl128 my $new_tag = lc($1);
132 if (!($new_tag =~ m/(what|where|date|kernelversion|contact|description|users)/)) {
136 $new_tag = "";
143 if ($new_tag eq "where") {
145 $new_tag = "what";
148 if ($new_tag =~ m/what/) {
170 $tag = $new_tag;
176 if ($tag ne "" && $new_tag) {
177 $tag = $new_tag;
206 if ($new_tag e
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_tpg.c421 const char *new_tag) in core_tpg_set_initiator_node_tag()
423 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
426 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
431 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
418 core_tpg_set_initiator_node_tag( struct se_portal_group *tpg, struct se_node_acl *acl, const char *new_tag) core_tpg_set_initiator_node_tag() argument
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_tpg.c422 const char *new_tag) in core_tpg_set_initiator_node_tag()
424 if (strlen(new_tag) >= MAX_ACL_TAG_SIZE) in core_tpg_set_initiator_node_tag()
427 if (!strncmp("NULL", new_tag, 4)) { in core_tpg_set_initiator_node_tag()
432 return snprintf(acl->acl_tag, MAX_ACL_TAG_SIZE, "%s", new_tag); in core_tpg_set_initiator_node_tag()
419 core_tpg_set_initiator_node_tag( struct se_portal_group *tpg, struct se_node_acl *acl, const char *new_tag) core_tpg_set_initiator_node_tag() argument
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c353 int i, new_tag; in compare_memory_tags() local
356 new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in compare_memory_tags()
357 if (tag != new_tag) { in compare_memory_tags()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
390 sizeof(new_tag))) in __pop_egr()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c353 int i, new_tag; in compare_memory_tags() local
356 new_tag = MT_FETCH_TAG((uintptr_t)(mte_get_tag_address(ptr + i))); in compare_memory_tags()
357 if (tag != new_tag) { in compare_memory_tags()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c363 uint16_t new_tag = bpf_htons(2442); in __pop_egr() local
389 if (bpf_lwt_seg6_store_bytes(skb, offset, (void *)&new_tag, in __pop_egr()
390 sizeof(new_tag))) in __pop_egr()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1057 __le16 new_tag; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1057 __le16 new_tag; member

Completed in 25 milliseconds