Searched refs:my_type (Results 1 – 4 of 4) sorted by relevance
98 __le32 my_type = msgr2 ? CEPH_ENTITY_ADDR_TYPE_MSGR2 : in ceph_decode_entity_addrvec() local123 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()
1136 __le32 my_type = ceph_msgr2(monc->client) ? in build_initial_monmap() local1153 inst->addr.type = my_type; in build_initial_monmap()
1042 my_type = type(self)1046 if my_type is not types:1048 elif my_type not in types:
1107 static enum resctrl_conf_type resctrl_peer_type(enum resctrl_conf_type my_type) in resctrl_peer_type() argument1109 switch (my_type) { in resctrl_peer_type()