Searched refs:resv (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c655 static kern_return_t pmc_internal_reservation_set_pmc(pmc_reservation_t resv, pmc_t pmc);
670 static void reservation_free(pmc_reservation_t resv) { argument
672 if(resv->config) {
673 assert(resv->pmc);
675 pmc_free_config(resv->pmc, resv->config);
677 resv->config = NULL;
681 (void)pmc_internal_reservation_set_pmc(resv, NULL);
684 zfree(perf_small_zone, resv);
690 static void reservation_init(pmc_reservation_t resv) { argument
718 pmc_internal_reservation_set_pmc(pmc_reservation_t resv, pmc_t pmc) argument
746 pmc_internal_reservation_enqueue(queue_t queue, pmc_reservation_t resv) argument
753 pmc_internal_reservation_dequeue(queue_t queue, pmc_reservation_t resv) argument
761 pmc_internal_reservation_matches_context(pmc_reservation_t resv) argument
804 pmc_internal_reservation_queue_contains_pmc(queue_t queue, pmc_reservation_t resv) argument
879 pmc_internal_reservation_validate_for_pmc(pmc_reservation_t resv) argument
953 pmc_internal_reservation_add(pmc_reservation_t resv) argument
1057 pmc_internal_reservation_remove(pmc_reservation_t resv) argument
2314 pmc_reservation_setup_pmi(pmc_reservation_t resv, pmc_config_t config) argument
2365 pmc_reservation_t resv = reservation_alloc(); local
2422 pmc_reservation_t resv = reservation_alloc(); local
2480 pmc_reservation_t resv = reservation_alloc(); local
2797 pmc_reservation_t resv = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dm.c218 Tcl_Obj** resv = NALLOC(n,Tcl_Obj*);
231 resv[i] = listv[j];
232 Tcl_IncrRefCount (resv[i]);
248 resv[i] = listv[j];
249 Tcl_IncrRefCount (resv[i]);
263 resv[i] = listv[j];
264 Tcl_IncrRefCount (resv[i]);
284 resv[i] = listv[j];
285 Tcl_IncrRefCount (resv[i]);
291 r = Tcl_NewListObj (n, resv);
216 Tcl_Obj** resv = NALLOC(n,Tcl_Obj*); local
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllmain.c68 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllmain.c68 DllMain(HMODULE hmod, DWORD reason, LPVOID *resv) { argument
/macosx-10.10/IOPCIFamily-239.1.2/IOKit/pci/
H A DIOPCIDevice.h179 unsigned int resv:3; member in struct:IOPCIAddressSpace::__anon2383
191 unsigned int resv:3;
199 unsigned int resv:4; member in struct:IOPCIAddressSpace::__anon2384
211 unsigned int resv:4;
/macosx-10.10/network_cmds-457/alias/
H A Dalias_nbt.c353 u_short g:1, ont:2, resv:13; member in struct:__anon11278
480 u_short opcode:4, flags:8, resv:4; member in struct:__anon11280
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddglsn.c2215 unsigned32 resv; local
2216 RPC_DG_FRAG_SIZE_TO_NUM_PKTS(snd_frag_size, resv);
2217 if (call->n_resvs == resv
2218 || rpc__dg_pkt_adjust_reservation(call, resv, false))
H A Ddgpkt.c671 unsigned32 resv ATTRIBUTE_UNUSED;
/macosx-10.10/IOPCIFamily-239.1.2/
H A Dvtd.c115 uint64_t resv; member in struct:root_entry_t
463 uint resv:10 __attribute__ ((packed)); member in struct:vtd_table_entry::__anon2428
1315 root_entry_table[idx].resv = 0;

Completed in 163 milliseconds