Searched refs:pshared_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_pshared.c49 static struct pshared_hash_head pshared_hash[HASH_SIZE]; variable in typeref:struct:pshared_hash_head
61 LIST_INIT(&pshared_hash[i]);
108 hd = &pshared_hash[i];
128 hd = &pshared_hash[PSHARED_KEY_HASH(key)];
142 hd = &pshared_hash[PSHARED_KEY_HASH(key)];
151 * which is not yet stored in the pshared_hash, then
190 hd = &pshared_hash[PSHARED_KEY_HASH(key)];

Completed in 49 milliseconds