Searched refs:secspacq (Results 1 – 2 of 2) sorted by relevance
145 struct secspacq { struct146 LIST_ENTRY(secspacq) chain;
295 LIST_HEAD(_spacqlist, secspacq) spacqlist;804 static struct secspacq *key_newspacq (const struct secpolicyindex *);805 static struct secspacq *key_getspacq (const struct secpolicyindex *);2346 struct secspacq *spacq = key_getspacq(&spidx); in key_spdadd()2752 struct secspacq *newspacq; in key_spdacquire()5198 struct secspacq *acq, *nextacq; in key_timehandler_spacq()7098 static struct secspacq *7101 struct secspacq *acq; in key_newspacq()7104 acq = kmem_intr_zalloc(sizeof(struct secspacq), KM_NOSLEEP); in key_newspacq()7118 static struct secspacq *[all …]