Searched refs:lock_task_sighand (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c265 if (lock_task_sighand(p, &flags)) {
403 if (lock_task_sighand(task, &flags)) {
H A Dbase.c477 if (!lock_task_sighand(task, &flags))
1002 if (lock_task_sighand(task, &flags)) {
1039 if (!lock_task_sighand(task, &flags)) {
1091 if (lock_task_sighand(task, &flags)) {
1125 if (!lock_task_sighand(task, &flags)) {
2617 if (whole && lock_task_sighand(task, &flags)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dptrace.c438 if (lock_task_sighand(child, &flags)) {
454 if (lock_task_sighand(child, &flags)) {
H A Dsignal.c1040 if (lock_task_sighand(p, &flags)) {
1108 struct sighand_struct *lock_task_sighand(struct task_struct *tsk, unsigned long *flags) function
1241 if (lock_task_sighand(p, &flags)) {
1415 if (!likely(lock_task_sighand(t, &flags)))
2356 * If lock_task_sighand() failed we pretend the task
H A Dtaskstats.c234 if (!first || !lock_task_sighand(first, &flags))
H A Dposix-cpu-timers.c1321 if (!lock_task_sighand(tsk, &flags))
H A Dsys.c1517 if (!lock_task_sighand(p, &flags))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dexec.c1673 * However, it can change p->sighand, so lock_task_sighand(p)
1693 lock_task_sighand(p, &flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h2203 extern struct sighand_struct *lock_task_sighand(struct task_struct *tsk,

Completed in 265 milliseconds