OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcg_dummy
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
subr_pool.c
374
static const pcg_t
pcg_dummy
; /* zero sized: always empty, yet always full */
variable in typeref:typename:const pcg_t
2274
cc->cc_current = __UNCONST(&
pcg_dummy
);
2275
cc->cc_previous = __UNCONST(&
pcg_dummy
);
2478
if ((pcg = cc->cc_current) != &
pcg_dummy
) {
2482
if ((pcg = cc->cc_previous) != &
pcg_dummy
) {
2554
if (__predict_false(o == &
pcg_dummy
)) {
2564
n = atomic_cas_ptr(head, o, __UNCONST(&
pcg_dummy
));
2590
if (__predict_false(o == &
pcg_dummy
)) {
2619
if (__predict_false(o == &
pcg_dummy
)) {
2653
if (__predict_true((cur = cc->cc_current) != &
pcg_dummy
)) {
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025