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

/xnu-2422.115.4/osfmk/kern/
H A Dsched_fixedpriority.c626 boolean_t removed = thread_run_queue_remove(thread); local
632 if (removed)
640 boolean_t removed = thread_run_queue_remove(thread); local
648 if (removed)
H A Dpriority.c485 boolean_t removed = thread_run_queue_remove(thread); local
505 if (removed)
H A Dsched_prim.c4064 boolean_t removed = thread_run_queue_remove(thread); local
4067 if (removed)
4176 * and removed.
/xnu-2422.115.4/tools/tests/libMicro/
H A Dlibmicro.c639 "usecs/call (outliers removed)");
1353 int removed; local
1356 removed = remove_outliers(b->ba_data, b->ba_batches,
1358 b->ba_outliers += removed;
1359 b->ba_batches -= removed;
1362 } while (removed != 0 && b->ba_batches > 40);
/xnu-2422.115.4/bsd/net/
H A Dntstat.c1050 // send the source removed notification
1712 // send the source removed notification
1991 nstat_msg_src_removed removed; local
1994 removed.hdr.type = NSTAT_MSG_TYPE_SRC_REMOVED;
1995 removed.hdr.context = 0;
1996 removed.srcref = src->srcref;
1997 result = ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &removed,
1998 sizeof(removed), CTL_DATA_EOR);
H A Dif_vlan.c876 int removed; local
879 removed = vlan_remove(ifv, FALSE);
880 if (removed) {

Completed in 88 milliseconds