Home
last modified time | relevance | path

Searched refs:new_head (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dqueue.h305 queue_entry_t new_head; in dequeue_head() local
310 new_head = elt->next; /* new_head may point to que if elt was the only element */ in dequeue_head()
311 new_head->prev = que; in dequeue_head()
312 que->next = new_head; in dequeue_head()
H A Dtimer_call.c768 timer_call_t new_head = priority_queue_min(&old_queue->mpq_pqhead, struct timer_call, tc_pqlink); in timer_call_cancel() local
770 if (new_head) { in timer_call_cancel()
771 timer_queue_cancel(old_queue, call->tc_pqlink.deadline, new_head->tc_pqlink.deadline); in timer_call_cancel()
772 …d_queue->earliest_soft_deadline = new_head->tc_flags & TIMER_CALL_RATELIMITED ? new_head->tc_pqlin… in timer_call_cancel()
/xnu-8020.101.4/iokit/DriverKit/
H A Dqueue_implementation.h305 queue_entry_t new_head; in dequeue_head() local
310 new_head = elt->next; /* new_head may point to que if elt was the only element */ in dequeue_head()
311 new_head->prev = que; in dequeue_head()
312 que->next = new_head; in dequeue_head()
/xnu-8020.101.4/osfmk/vm/
H A Dvm_purgeable.c563 token_idx_t new_head = tokens[queue->token_q_head].next; in vm_purgeable_token_remove_ripe() local
567 queue->token_q_head = new_head; in vm_purgeable_token_remove_ripe()
568 tokens[new_head].prev = 0; in vm_purgeable_token_remove_ripe()
569 if (new_head == 0) { in vm_purgeable_token_remove_ripe()