Lines Matching refs:ct_queue
363 nextcl = ct->ct_queue.ch_head; in callout_queue_add()
365 CALLOUT_LIST_INSERT(ct->ct_queue, cl); in callout_queue_add()
376 CALLOUT_LIST_APPEND(ct->ct_queue, cl); in callout_queue_add()
416 while ((cl = ct->ct_queue.ch_head) != NULL) { in callout_queue_delete()
420 CALLOUT_LIST_DELETE(ct->ct_queue, cl); in callout_queue_delete()
446 firstcl = ct->ct_queue.ch_head; in callout_queue_process()
456 temp = ct->ct_queue; in callout_queue_process()
457 ct->ct_queue.ch_head = NULL; in callout_queue_process()
458 ct->ct_queue.ch_tail = NULL; in callout_queue_process()
503 cl = ct->ct_queue.ch_head; in callout_queue_process()
1337 CALLOUT_LIST_DELETE(ct->ct_queue, cl); in untimeout_generic()