Home
last modified time | relevance | path

Searched refs:my_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/ceph/
Ddecode.c98 __le32 my_type = msgr2 ? CEPH_ENTITY_ADDR_TYPE_MSGR2 : in ceph_decode_entity_addrvec() local
123 if (tmp_addr.type == my_type) { in ceph_decode_entity_addrvec()
126 le32_to_cpu(my_type)); in ceph_decode_entity_addrvec()
144 pr_err("no match of type %d in addrvec\n", le32_to_cpu(my_type)); in ceph_decode_entity_addrvec()
Dmon_client.c1128 __le32 my_type = ceph_msgr2(monc->client) ? in build_initial_monmap() local
1145 inst->addr.type = my_type; in build_initial_monmap()
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1092 static enum resctrl_conf_type resctrl_peer_type(enum resctrl_conf_type my_type) in resctrl_peer_type() argument
1094 switch (my_type) { in resctrl_peer_type()