Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_cbufcall.c52 static kcf_cbuf_elem_t *cbuf_list_head; variable
129 if (cbuf_list_head == NULL) { in crypto_bufcall()
130 cbuf_list_head = cbuf_list_tail = cbufp; in crypto_bufcall()
174 cbuf_list_head = nextp; in crypto_unbufcall()
228 while ((cbufp = cbuf_list_head) != NULL) { in kcf_run_cbufcalls()
232 cbuf_list_head = cbufp->kc_next; in kcf_run_cbufcalls()
254 if (cbuf_list_head == NULL) in kcf_run_cbufcalls()
274 if (cbuf_list_head != NULL && KCF_GSWQ_AVAIL >= GSWQ_MINFREE) { in crypto_bufcall_service()
280 if (cbuf_list_head != NULL) { in crypto_bufcall_service()
298 if (cbuf_list_head == NULL) { in crypto_bufcall_service()