Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dstrace.list1343 #ifdef TARGET_NR_setpriority
1344 { TARGET_NR_setpriority, "setpriority" , NULL, NULL, NULL },
H A Dsyscall.c10707 case TARGET_NR_setpriority: in _syscall2()