Searched refs:old_queue (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dcall_entry.h77 queue_t old_queue = entry->queue; local
79 if (old_queue != NULL)
86 return (old_queue);
93 queue_t old_queue = entry->queue; local
95 if (old_queue != NULL) {
100 return (old_queue);
109 queue_t old_queue = entry->queue; local
112 if (old_queue != queue || entry->deadline < deadline) {
113 if (old_queue == NULL) {
115 } else if (old_queue !
[all...]
H A Dtimer_call.c145 mpqueue_head_t ** old_queue);
245 mpqueue_head_t *old_queue = MPQUEUE(CE(entry)->queue); local
255 if (!hw_lock_held((hw_lock_t)&old_queue->lock_data))
257 "queue %p is not locked\n", old_queue);
260 old_queue->count--;
262 return (old_queue);
271 mpqueue_head_t *old_queue = MPQUEUE(CE(entry)->queue); local
280 if (old_queue != NULL && old_queue != queue)
282 "old_queue
304 mpqueue_head_t *old_queue = MPQUEUE(CE(entry)->queue); local
318 mpqueue_head_t *old_queue = MPQUEUE(CE(entry)->queue); local
354 mpqueue_head_t *old_queue = MPQUEUE(CE(entry)->queue); local
377 mpqueue_head_t *old_queue; local
430 mpqueue_head_t *old_queue; local
480 mpqueue_head_t *old_queue; local
610 mpqueue_head_t *old_queue; local
1017 timer_longterm_enqueue_unlocked(timer_call_t call, uint64_t now, uint64_t deadline, mpqueue_head_t **old_queue) argument
[all...]
H A Dthread_call.c432 queue_head_t *old_queue; local
434 old_queue = call_entry_enqueue_tail(CE(call), &group->pending_queue);
436 if (old_queue == NULL) {
444 return (old_queue != NULL);
465 queue_head_t *old_queue; local
467 old_queue = call_entry_enqueue_deadline(CE(call), &group->delayed_queue, deadline);
469 if (old_queue == &group->pending_queue)
471 else if (old_queue == NULL)
474 return (old_queue != NULL);
491 queue_head_t *old_queue; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_queue.c33 /* int mail_queue_rename(queue_id, old_queue, new_queue)
35 /* const char *old_queue;
247 int mail_queue_rename(const char *queue_id, const char *old_queue, argument
258 error = sane_rename(mail_queue_path(old_buf, old_queue, queue_id),
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c6458 purgeable_q_t old_queue; local
6471 old_queue = vm_purgeable_object_remove(object);
6472 assert(old_queue);
6481 if (old_queue != queue ||
6489 vm_purgeable_token_delete_last(old_queue);
6530 purgeable_q_t old_queue; local
6535 old_queue = vm_purgeable_object_remove(object);
6536 assert(old_queue);
6539 vm_purgeable_token_delete_first(old_queue);
H A Dvm_resident.c5425 purgeable_q_t old_queue = vm_purgeable_object_remove(m->object); local
5426 assert(old_queue);
5428 vm_purgeable_token_delete_first(old_queue);

Completed in 103 milliseconds