Lines Matching defs:tmp
297 struct name_list *entry, *tmp;
313 list_for_each_entry_safe(entry, tmp, &ctx.names, list) {
330 list_for_each_entry_safe(entry, tmp, &ctx.names, list) {
854 struct cld_upcall *tmp, *cup;
888 list_for_each_entry(tmp, &cn->cn_list, cu_list) {
889 if (get_unaligned(&tmp->cu_u.cu_hdr.cm_xid) == xid) {
890 cup = tmp;
1054 struct cld_upcall *new, *tmp;
1064 list_for_each_entry(tmp, &cn->cn_list, cu_list) {
1065 if (tmp->cu_u.cu_msg.cm_xid == cn->cn_xid) {