HomeSort by: relevance | last modified time | path
    Searched refs:of_head (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 148 if (auth_mgr.overflow[auth_mgr.of_head] == NULL) {
149 auth_mgr.overflow[auth_mgr.of_head] = cond;
150 auth_mgr.of_head = (auth_mgr.of_head + 1) % auth_mgr.overflow_size;
179 auth_mgr.of_head = auth_mgr.sleeping_threads;
181 auth_mgr.overflow[auth_mgr.of_head] = cond;
182 auth_mgr.of_head = (auth_mgr.of_head + 1) % auth_mgr.overflow_size;

Completed in 24 milliseconds