Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c56 static kcf_ntfy_elem_t *ntfy_list_tail; variable
337 ntfy_list_head = ntfy_list_tail = nep; in crypto_notify_events()
339 ntfy_list_tail->kn_next = nep; in crypto_notify_events()
340 nep->kn_prev = ntfy_list_tail; in crypto_notify_events()
341 ntfy_list_tail = nep; in crypto_notify_events()
383 ntfy_list_tail = prevp; in crypto_unnotify_events()