Lines Matching defs:tmp
53 unsigned long tmp = 0;
60 tmp |= (unsigned long)str[idx++] << shift;
63 return tmp;
119 unsigned long tmp;
131 tmp = __reverse_ulong((unsigned char *)p);
133 tmp &= ~0UL >> offset;
135 tmp &= (~0UL << (BITS_PER_LONG - size));
136 if (tmp)
147 return result - size + __reverse_ffs(tmp);
155 unsigned long tmp;
167 tmp = __reverse_ulong((unsigned char *)p);
170 tmp |= ~0UL << (BITS_PER_LONG - offset);
172 tmp |= ~0UL >> size;
173 if (tmp != ~0UL)
184 return result - size + __reverse_ffz(tmp);
302 struct inmem_pages *cur, *tmp;
305 list_for_each_entry_safe(cur, tmp, head, list) {
446 struct inmem_pages *tmp;
451 list_for_each_entry(tmp, head, list) {
452 if (tmp->page == page) {
453 cur = tmp;
476 struct inmem_pages *cur, *tmp;
491 list_for_each_entry_safe(cur, tmp, &fi->inmem_pages, list) {
795 struct flush_cmd *tmp, *next;
799 llist_for_each_entry_safe(tmp, next, list, llnode) {
800 if (tmp == &cmd) {
805 tmp->ret = ret;
806 complete(&tmp->wait);
1621 struct discard_cmd *dc, *tmp;
1663 list_for_each_entry_safe(dc, tmp, pend_list, list) {
1706 struct discard_cmd *dc, *tmp;
1713 list_for_each_entry_safe(dc, tmp, pend_list, list) {
1756 struct discard_cmd *dc, *tmp;
1764 list_for_each_entry_safe(dc, tmp, wait_list, list) {
4304 struct sit_entry_set *ses, *tmp;
4334 list_for_each_entry_safe(ses, tmp, head, set_list) {