HomeSort by: relevance | last modified time | path
    Searched defs:oslot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/x86/
intr.c 1666 int oslot, nslot; local in function:intr_redistribute
1672 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) {
1673 if ((isp = oci->ci_isources[oslot]) == NULL) {
1680 if (oslot == MAX_INTR_SOURCES) {
1745 (void *)(uintptr_t)oslot, NULL, oci);
intr.c 1666 int oslot, nslot; local in function:intr_redistribute
1672 for (oslot = 0; oslot < MAX_INTR_SOURCES; oslot++) {
1673 if ((isp = oci->ci_isources[oslot]) == NULL) {
1680 if (oslot == MAX_INTR_SOURCES) {
1745 (void *)(uintptr_t)oslot, NULL, oci);
  /src/sys/kern/
vfs_subr.c 115 "int"/*oslot*/,
127 "int"/*oslot*/,
844 int vdelay, oslot, nslot, delayx; local in function:sched_sync
865 oslot = mp->mnt_synclist_slot;
869 mp, vdelay, oslot, nslot);
922 oslot = vi->vi_synclist_slot;
927 vp, delayx, oslot, nslot);
vfs_subr.c 115 "int"/*oslot*/,
127 "int"/*oslot*/,
844 int vdelay, oslot, nslot, delayx; local in function:sched_sync
865 oslot = mp->mnt_synclist_slot;
869 mp, vdelay, oslot, nslot);
922 oslot = vi->vi_synclist_slot;
927 vp, delayx, oslot, nslot);

Completed in 28 milliseconds