Home
last modified time | relevance | path

Searched refs:sighand (Results 1 – 9 of 9) sorted by relevance

/fs/
Dsignalfd.c35 void signalfd_cleanup(struct sighand_struct *sighand) in signalfd_cleanup() argument
37 wait_queue_head_t *wqh = &sighand->signalfd_wqh; in signalfd_cleanup()
65 poll_wait(file, &current->sighand->signalfd_wqh, wait); in signalfd_poll()
67 spin_lock_irq(&current->sighand->siglock); in signalfd_poll()
72 spin_unlock_irq(&current->sighand->siglock); in signalfd_poll()
164 spin_lock_irq(&current->sighand->siglock); in signalfd_dequeue()
172 spin_unlock_irq(&current->sighand->siglock); in signalfd_dequeue()
176 add_wait_queue(&current->sighand->signalfd_wqh, &wait); in signalfd_dequeue()
186 spin_unlock_irq(&current->sighand->siglock); in signalfd_dequeue()
188 spin_lock_irq(&current->sighand->siglock); in signalfd_dequeue()
[all …]
Dcoredump.c289 spin_lock_irq(&tsk->sighand->siglock); in zap_threads()
298 spin_unlock_irq(&tsk->sighand->siglock); in zap_threads()
399 spin_lock_irq(&current->sighand->siglock); in coredump_finish()
404 spin_unlock_irq(&current->sighand->siglock); in coredump_finish()
Dexec.c866 struct sighand_struct *oldsighand = tsk->sighand; in de_thread()
1005 rcu_assign_pointer(tsk->sighand, newsighand); in de_thread()
/fs/autofs4/
Dwaitq.c84 spin_lock_irqsave(&current->sighand->siglock, flags); in autofs4_write()
87 spin_unlock_irqrestore(&current->sighand->siglock, flags); in autofs4_write()
472 spin_lock_irqsave(&current->sighand->siglock, irqflags); in autofs4_wait()
476 spin_unlock_irqrestore(&current->sighand->siglock, irqflags); in autofs4_wait()
480 spin_lock_irqsave(&current->sighand->siglock, irqflags); in autofs4_wait()
483 spin_unlock_irqrestore(&current->sighand->siglock, irqflags); in autofs4_wait()
/fs/proc/
Dtask_nommu.c64 if (current->sighand && atomic_read(&current->sighand->count) > 1) in task_mem()
65 sbytes += kobjsize(current->sighand); in task_mem()
67 bytes += kobjsize(current->sighand); in task_mem()
Dbase.c2060 struct sighand_struct *sighand; member
2073 tp->sighand = lock_task_sighand(tp->task, &tp->flags); in timers_start()
2074 if (!tp->sighand) in timers_start()
2090 if (tp->sighand) { in timers_stop()
2092 tp->sighand = NULL; in timers_stop()
Darray.c252 k = p->sighand->action; in collect_sigign_sigcatch()
/fs/ncpfs/
Dsock.c755 spin_lock_irqsave(&current->sighand->siglock, flags); in ncp_do_request()
767 if (current->sighand->action[SIGINT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
769 if (current->sighand->action[SIGQUIT - 1].sa.sa_handler == SIG_DFL) in ncp_do_request()
774 spin_unlock_irqrestore(&current->sighand->siglock, flags); in ncp_do_request()
778 spin_lock_irqsave(&current->sighand->siglock, flags); in ncp_do_request()
781 spin_unlock_irqrestore(&current->sighand->siglock, flags); in ncp_do_request()
/fs/coda/
Dupcall.c577 spin_lock_irq(&current->sighand->siglock); in coda_block_signals()
586 spin_unlock_irq(&current->sighand->siglock); in coda_block_signals()
591 spin_lock_irq(&current->sighand->siglock); in coda_unblock_signals()
594 spin_unlock_irq(&current->sighand->siglock); in coda_unblock_signals()