Home
last modified time | relevance | path

Searched refs:gs_last (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c925 gswq->gs_last = prevp; in kcf_remove_node()
953 gswq->gs_last = NULL; in kcf_dequeue()
981 if (gswq->gs_last == NULL) { in kcf_enqueue()
982 gswq->gs_first = gswq->gs_last = node; in kcf_enqueue()
984 ASSERT(gswq->gs_last->an_next == NULL); in kcf_enqueue()
985 tnode = gswq->gs_last; in kcf_enqueue()
987 gswq->gs_last = node; in kcf_enqueue()
1219 gswq->gs_first = gswq->gs_last = NULL; in kcf_sched_init()
/titanic_44/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c234 mdb_printf("gs_last:\t%p\n", swq.gs_last); in kcf_global_swq()
254 (uintptr_t)gswq_copy.gs_last)) == NULL) { in areq_walk_init_common()
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h285 kcf_areq_node_t *gs_last; member