Searched refs:nact (Results 1 – 3 of 3) sorted by relevance
141 unsigned nact; member155 const char *const *actname, unsigned nact, in apei_interp_create() argument164 I = kmem_zalloc(offsetof(struct apei_interp, actinst[nact]), KM_SLEEP); in apei_interp_create()167 I->nact = nact; in apei_interp_create()180 unsigned action, nact = I->nact; in apei_interp_destroy() local182 for (action = 0; action < nact; action++) { in apei_interp_destroy()201 kmem_free(I, offsetof(struct apei_interp, actinst[nact])); in apei_interp_destroy()222 if (E->Action >= I->nact || I->actname[E->Action] == NULL) { in apei_interp_pass1_load()292 if (E->Action > I->nact || I->actname[E->Action] == NULL) in apei_interp_pass2_verify()316 for (action = 0; action < I->nact; action++) { in apei_interp_pass3_alloc()[all …]
89 static int nact; /* number of jobs to act on */ variable363 nact++; in main()384 if (nact) { in main()464 nact++; in copy()
7 __sigaction_siginfo(int sig, const struct sigaction *nact, in __sigaction_siginfo() argument