Home
last modified time | relevance | path

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

/kernel/configs/
Dxen.config1 # global stuff - these enable us to allow some
/kernel/rcu/
DKconfig102 these readers to appear in the idle loop as well as on the CPU
112 making these warnings mandatory for the tree variants.
179 these CPUs up more than roughly once every four jiffies (by
DKconfig.debug79 Say Y here if you want these performance tests built into the kernel.
/kernel/
Dsignal.c3548 sigset_t these; in SYSCALL_DEFINE4() local
3557 if (copy_from_user(&these, uthese, sizeof(these))) in SYSCALL_DEFINE4()
3565 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL); in SYSCALL_DEFINE4()
3581 sigset_t these; in SYSCALL_DEFINE4() local
3589 if (copy_from_user(&these, uthese, sizeof(these))) in SYSCALL_DEFINE4()
3597 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL); in SYSCALL_DEFINE4()
/kernel/trace/
DKconfig464 on if you need to profile the system's use of these macros.