Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A 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()
H A 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()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c1107 static enum resctrl_conf_type resctrl_peer_type(enum resctrl_conf_type my_type) in resctrl_peer_type() argument
1109 switch (my_type) { in resctrl_peer_type()