Searched refs:psig (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dexit.c1121 struct signal_struct *psig = current->signal; local
1136 * psig->stats_lock also protects us from our sub-threads
1144 write_seqlock_irq(&psig->stats_lock);
1145 psig->cutime += tgutime + sig->cutime;
1146 psig->cstime += tgstime + sig->cstime;
1147 psig->cgtime += task_gtime(p) + sig->gtime + sig->cgtime;
1148 psig->cmin_flt +=
1150 psig->cmaj_flt +=
1152 psig->cnvcsw +=
1154 psig
[all...]
H A Dsignal.c2053 struct sighand_struct *psig; local
2114 psig = tsk->parent->sighand;
2115 spin_lock_irqsave(&psig->siglock, flags);
2117 (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN ||
2118 (psig->action[SIGCHLD-1].sa.sa_flags & SA_NOCLDWAIT))) {
2135 if (psig->action[SIGCHLD-1].sa.sa_handler == SIG_IGN)
2145 spin_unlock_irqrestore(&psig->siglock, flags);
/linux-master/net/ceph/
H A Dauth_x.c963 __le64 *psig)
988 *psig = *(__le64 *)(enc_buf + sizeof(u32));
1021 *psig = penc->a ^ penc->b ^ penc->c ^ penc->d;
962 calc_signature(struct ceph_x_authorizer *au, struct ceph_msg *msg, __le64 *psig) argument

Completed in 160 milliseconds