Home
last modified time | relevance | path

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

/mm/
Ddmapool.c70 unsigned temp; in show_pools() local
79 temp = scnprintf(next, size, "poolinfo - 0.1\n"); in show_pools()
80 size -= temp; in show_pools()
81 next += temp; in show_pools()
96 temp = scnprintf(next, size, "%-16s %4u %4Zu %4Zu %2u\n", in show_pools()
100 size -= temp; in show_pools()
101 next += temp; in show_pools()
/mm/kasan/
Dquarantine.c176 struct qlist_head temp = QLIST_INIT; in quarantine_put() local
191 qlist_move_all(q, &temp); in quarantine_put()
194 WRITE_ONCE(quarantine_size, quarantine_size + temp.bytes); in quarantine_put()
195 qlist_move_all(&temp, &global_quarantine[quarantine_tail]); in quarantine_put()