Home
last modified time | relevance | path

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

/arch/mips/include/asm/ip32/
Dmace.h267 volatile unsigned int ust; member
273 volatile unsigned long ust; member
/arch/powerpc/kernel/
Dtime.c246 u64 sst, ust; in accumulate_stolen_time() local
259 ust = scan_dispatch_log(local_paca->starttime); in accumulate_stolen_time()
261 local_paca->user_time -= ust; in accumulate_stolen_time()
262 local_paca->stolen_time += ust + sst; in accumulate_stolen_time()