Home
last modified time | relevance | path

Searched refs:c_clprev (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h59 struct callout *c_clprev; /* prev in callout list */ member
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c159 CALLOUT_HASH_APPEND(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
164 CALLOUT_HASH_DELETE(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c884 co->c_idprev, co->c_idnext, co->c_clprev, in callouts_cb()