Searched defs:freelist (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c1485 * its own freelist of PK11_SESSION structures so handle fork() here
1486 * by destroying the old and creating new freelist.
1487 * The returned PK11_SESSION structure is disconnected from the freelist.
1492 PK11_SESSION *sp = NULL, *sp1, *freelist; local
1522 freelist = session_cache[optype].head;
1523 sp = freelist;
1528 * structure from the freelist.
1545 freelist = sp->next;
1561 while ((sp1 = freelist) != NULL) {
1562 freelist
1654 PK11_SESSION *freelist; local
1728 PK11_SESSION *freelist = NULL; local
[all...]

Completed in 19 milliseconds