Home
last modified time | relevance | path

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

/kernel/configs/
Dxen.config1 # global stuff - these enable us to allow some
/kernel/rcu/
DKconfig86 making these warnings mandatory for the tree variants.
151 these CPUs up more than roughly once every four jiffies (by
/kernel/
Dsignal.c3496 sigset_t these; in SYSCALL_DEFINE4() local
3505 if (copy_from_user(&these, uthese, sizeof(these))) in SYSCALL_DEFINE4()
3513 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL); in SYSCALL_DEFINE4()
3529 sigset_t these; in SYSCALL_DEFINE4() local
3537 if (copy_from_user(&these, uthese, sizeof(these))) in SYSCALL_DEFINE4()
3545 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL); in SYSCALL_DEFINE4()
/kernel/trace/
DKconfig368 on if you need to profile the system's use of these macros.