HomeSort by: relevance | last modified time | path
    Searched refs:oldslot (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/uvm/
uvm_pager.c 444 int oldslot __diagused;
445 oldslot = uao_set_swslot(pg->uobject,
447 KASSERT(oldslot == swslot + i);
uvm_aobj.c 292 int oldslot; local
326 oldslot = UAO_SWHASH_ELT_PAGESLOT(elt, pageidx);
335 if (oldslot == 0)
338 if (oldslot)
348 oldslot = aobj->u_swslots[pageidx];
351 return oldslot;
  /src/sys/arch/x86/x86/
intr.c 1944 int oldslot, newslot; local
1985 oldslot = ih->ih_slot;
2014 while (oldci->ci_ipending & (1ULL << oldslot)) {
  /src/external/mit/libuv/dist/src/unix/
linux.c 1287 uint32_t oldslot; local
1329 oldslot = 255 & (cqe->user_data >> 2);
1345 &oldevents[oldslot]);
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 10246 struct slot oldslot = CURR_SLOT; local
10255 CURR_SLOT = oldslot;
10268 struct slot oldslot = CURR_SLOT; local
10277 CURR_SLOT = oldslot;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 10246 struct slot oldslot = CURR_SLOT; local
10255 CURR_SLOT = oldslot;
10268 struct slot oldslot = CURR_SLOT; local
10277 CURR_SLOT = oldslot;

Completed in 31 milliseconds