Searched refs:old_queue (Results 1 – 5 of 5) sorted by relevance
305 if (old_queue != NULL && in thread_call_enqueue_tail()315 if (old_queue == NULL) { in thread_call_enqueue_tail()323 return old_queue != NULL; in thread_call_enqueue_tail()335 if (old_queue != NULL && in thread_call_dequeue()346 if (old_queue != NULL) { in thread_call_dequeue()351 return old_queue; in thread_call_dequeue()366 if (old_queue != NULL && in thread_call_enqueue_deadline()396 if (old_queue == NULL) { in thread_call_enqueue_deadline()404 return old_queue; in thread_call_enqueue_deadline()781 return old_queue != NULL; in _delayed_call_enqueue()[all …]
507 if (old_queue != NULL) { in timer_call_enqueue_deadline_unlocked()531 if (old_queue != queue) { in timer_call_enqueue_deadline_unlocked()532 timer_queue_unlock(old_queue); in timer_call_enqueue_deadline_unlocked()548 return old_queue; in timer_call_enqueue_deadline_unlocked()573 if (old_queue != NULL) { in timer_call_dequeue_unlocked()594 timer_queue_unlock(old_queue); in timer_call_dequeue_unlocked()597 return old_queue; in timer_call_dequeue_unlocked()740 return old_queue != NULL; in timer_call_enter_internal()794 if (old_queue != NULL) { in timer_call_cancel()807 timer_queue_unlock(old_queue); in timer_call_cancel()[all …]
6041 purgeable_q_t old_queue; local6054 old_queue = vm_purgeable_object_remove(object);6055 assert(old_queue);6064 if (old_queue != queue ||6072 vm_purgeable_token_delete_last(old_queue);6114 purgeable_q_t old_queue; local6120 old_queue = vm_purgeable_object_remove(object);6121 assert(old_queue);6124 vm_purgeable_token_delete_first(old_queue);
7822 purgeable_q_t old_queue = vm_purgeable_object_remove(m_object); in hibernate_discard_page() local7823 assert(old_queue); in hibernate_discard_page()7825 vm_purgeable_token_delete_first(old_queue); in hibernate_discard_page()
22165 purgeable_q_t old_queue; in vm_map_freeze() local22171 old_queue = vm_purgeable_object_remove(src_object); in vm_map_freeze()22172 assert(old_queue); in vm_map_freeze()22176 vm_purgeable_token_delete_first(old_queue); in vm_map_freeze()