Home | History | Annotate | Download | only in kern

Lines Matching refs:sigacts

199 	memset(obj, 0, sizeof(struct sigacts));
214 sigacts_cache = pool_cache_init(sizeof(struct sigacts), 0, 0, 0,
215 "sigacts", sizeof(struct sigacts) > PAGE_SIZE ?
230 * Allocate a page for the sigacts memory pool.
245 * Free a page on behalf of the sigacts memory pool.
257 * Create an initial sigacts structure, using the same signal state
258 * as of specified process. If 'share' is set, share the sigacts by
261 struct sigacts *
264 struct sigacts *ps = pp->p_sigacts, *ps2;
283 * Make this process not share its sigacts, maintaining all signal state.
288 struct sigacts *ps, *oldps = p->p_sigacts;
305 * Release a sigacts structure.
308 sigactsfree(struct sigacts *ps)
330 struct sigacts *ps;
380 struct sigacts *ps;
397 * at this point the sigacts are private to the process.
885 struct sigacts *ps;
1571 struct sigacts *ps;
2055 struct sigacts *ps;
2141 struct sigacts *sa;
2179 struct sigacts *ps = p->p_sigacts;
2536 struct sigacts *ps;