Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Ducount.c234 struct user_namespace *tns; in inc_ucount() local
236 for (iter = ucounts; iter; iter = tns->ucounts) { in inc_ucount()
238 tns = iter->ns; in inc_ucount()
239 max = READ_ONCE(tns->ucount_max[type]); in inc_ucount()