Searched refs:cl_prev (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | callout.c | 167 CALLOUT_HASH_INSERT(hash, cl, cl_next, cl_prev) 170 CALLOUT_HASH_APPEND(hash, cl, cl_next, cl_prev) 173 CALLOUT_HASH_DELETE(hash, cl, cl_next, cl_prev) 177 (cl)->cl_prev = (nextcl)->cl_prev; \ 179 (nextcl)->cl_prev = (cl); \ 180 if (cl->cl_prev != NULL) \ 181 cl->cl_prev->cl_next = cl; \
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | callo.h | 243 callout_list_t *cl_prev; /* prev in clhash */ member
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | genunix.c | 1010 cl->cl_prev, cl->cl_next); in callout_list_cb()
|