Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 2 of 2) sorted by relevance

/mm/
Ddmapool.c67 unsigned temp; in show_pools() local
76 temp = scnprintf(next, size, "poolinfo - 0.1\n"); in show_pools()
77 size -= temp; in show_pools()
78 next += temp; in show_pools()
93 temp = scnprintf(next, size, "%-16s %4u %4zu %4zu %2u\n", in show_pools()
97 size -= temp; in show_pools()
98 next += temp; in show_pools()
/mm/kasan/
Dquarantine.c175 struct qlist_head temp = QLIST_INIT; in kasan_quarantine_put() local
202 qlist_move_all(q, &temp); in kasan_quarantine_put()
205 WRITE_ONCE(quarantine_size, quarantine_size + temp.bytes); in kasan_quarantine_put()
206 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in kasan_quarantine_put()