HomeSort by: relevance | last modified time | path
    Searched refs:of_tail (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 39 unsigned int of_head, of_tail; /* head and tail of the overflow queue */ member in struct:_auth_mgr
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 110 if (auth_mgr.overflow[auth_mgr.of_tail] != NULL) {
113 COND_SIGNAL(auth_mgr.overflow[auth_mgr.of_tail]);
114 auth_mgr.overflow[auth_mgr.of_tail] = NULL;
115 auth_mgr.of_tail = (auth_mgr.of_tail + 1) % auth_mgr.overflow_size;
180 auth_mgr.of_tail = 0;

Completed in 22 milliseconds