Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c364 nextcl = ct->ct_queue.ch_head; in callout_queue_add()
366 CALLOUT_LIST_INSERT(ct->ct_queue, cl); in callout_queue_add()
377 CALLOUT_LIST_APPEND(ct->ct_queue, cl); in callout_queue_add()
417 while ((cl = ct->ct_queue.ch_head) != NULL) { in callout_queue_delete()
421 CALLOUT_LIST_DELETE(ct->ct_queue, cl); in callout_queue_delete()
447 firstcl = ct->ct_queue.ch_head; in callout_queue_process()
457 temp = ct->ct_queue; in callout_queue_process()
458 ct->ct_queue.ch_head = NULL; in callout_queue_process()
459 ct->ct_queue.ch_tail = NULL; in callout_queue_process()
504 cl = ct->ct_queue.ch_head; in callout_queue_process()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h377 callout_hash_t ct_queue; /* overflow queue of callouts */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1321 ct->ct_queue.ch_head, in callout_t_cb()
1369 clptr = (callout_list_t *)ct->ct_queue.ch_head; in callout_t_cb()