Lines Matching defs:tmp
37 unsigned long tmp = 0;
44 tmp |= (unsigned long)str[idx++] << shift;
47 return tmp;
103 unsigned long tmp;
115 tmp = __reverse_ulong((unsigned char *)p);
117 tmp &= ~0UL >> offset;
119 tmp &= (~0UL << (BITS_PER_LONG - size));
120 if (tmp)
131 return result - size + __reverse_ffs(tmp);
139 unsigned long tmp;
151 tmp = __reverse_ulong((unsigned char *)p);
154 tmp |= ~0UL << (BITS_PER_LONG - offset);
156 tmp |= ~0UL >> size;
157 if (tmp != ~0UL)
168 return result - size + __reverse_ffz(tmp);
275 struct revoke_entry *cur, *tmp;
279 list_for_each_entry_safe(cur, tmp, head, list) {
636 struct flush_cmd *tmp, *next;
640 llist_for_each_entry_safe(tmp, next, list, llnode) {
641 if (tmp == &cmd) {
646 tmp->ret = ret;
647 complete(&tmp->wait);
1614 struct discard_cmd *dc, *tmp;
1645 list_for_each_entry_safe(dc, tmp, pend_list, list) {
1686 struct discard_cmd *dc, *tmp;
1693 list_for_each_entry_safe(dc, tmp, pend_list, list) {
1736 struct discard_cmd *dc = NULL, *iter, *tmp;
1743 list_for_each_entry_safe(iter, tmp, wait_list, list) {
4251 struct sit_entry_set *ses, *tmp;
4281 list_for_each_entry_safe(ses, tmp, head, set_list) {