Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list363 #ifdef TARGET_NR_getpriority
364 { TARGET_NR_getpriority, "getpriority", "%s(%#x,%#x)", NULL, NULL },
H A Dsyscall.c10691 case TARGET_NR_getpriority: in _syscall2()