Home
last modified time | relevance | path

Searched refs:IPL_MPFLOOR (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/src/sys/sys/
Dmutex.h45 (((ipl) < IPL_MPFLOOR) ? IPL_MPFLOOR : (ipl))
/openbsd/src/sys/arch/luna88k/include/
Dintr.h50 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/amd64/include/
Dintrdefs.h37 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/i386/include/
Dintrdefs.h73 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/landisk/include/
Dintr.h49 #define IPL_MPFLOOR IPL_NONE /* no MP on landisk */ macro
/openbsd/src/sys/arch/sparc64/include/
Dintr.h103 #define IPL_MPFLOOR IPL_SERIAL macro
/openbsd/src/sys/arch/powerpc64/include/
Dintr.h44 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/loongson/include/
Dintr.h67 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/powerpc/include/
Dintr.h53 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/octeon/include/
Dintr.h66 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/hppa/include/
Dintr.h53 #define IPL_MPFLOOR IPL_AUDIO macro
/openbsd/src/sys/arch/arm64/include/
Dintr.h62 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/riscv64/include/
Dintr.h62 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/armv7/include/
Dintr.h62 #define IPL_MPFLOOR IPL_TTY macro
/openbsd/src/sys/arch/alpha/include/
Dintr.h128 #define IPL_MPFLOOR IPL_AUDIO macro
/openbsd/src/sys/uvm/
Duvm_anon.c48 pool_init(&uvm_anon_pool, sizeof(struct vm_anon), 0, IPL_MPFLOOR, in uvm_anon_init()
Duvm_amap.c263 0, IPL_MPFLOOR, PR_WAITOK, "amappl", NULL); in amap_init()
272 pool_init(&uvm_small_amap_pool[i], size, 0, IPL_MPFLOOR, in amap_init()
278 0, IPL_MPFLOOR, PR_WAITOK, "amapchunkpl", NULL); in amap_init()
/openbsd/src/sys/dev/
Dhotplug.c39 static struct mutex hotplug_mtx = MUTEX_INITIALIZER(IPL_MPFLOOR);
Dkcov.c129 struct mutex kcov_mtx = MUTEX_INITIALIZER(IPL_MPFLOOR);
282 pool_init(&kr_pool, sizeof(struct kcov_remote), 0, IPL_MPFLOOR, PR_WAITOK, in kcovattach()
/openbsd/src/sys/kern/
Dkern_descrip.c68 struct mutex fhdlk = MUTEX_INITIALIZER(IPL_MPFLOOR);
89 pool_init(&file_pool, sizeof(struct file), 0, IPL_MPFLOOR, in filedesc_init()
1042 mtx_init(&fp->f_mtx, IPL_MPFLOOR); in fnew()
1060 mtx_init(&newfdp->fd_fd.fd_fplock, IPL_MPFLOOR); in fdinit()
Dkern_synch.c668 mtx_init(&tsb_shared.tsb_lock, IPL_MPFLOOR); in tslp_init()
674 mtx_init(&tsb->tsb_lock, IPL_MPFLOOR); in tslp_init()
Dkern_rwlock.c693 pool_init(&rwlock_obj_pool, sizeof(struct rwlock_obj), 0, IPL_MPFLOOR, in rw_obj_init()
Dkern_proc.c110 pool_init(&ucred_pool, sizeof(struct ucred), 0, IPL_MPFLOOR, in procinit()
/openbsd/src/sys/net/
Dif_sec.c112 MUTEX_INITIALIZER(IPL_MPFLOOR);
Droute.c193 pool_init(&rtentry_pool, sizeof(struct rtentry), 0, IPL_MPFLOOR, 0, in route_init()
1536 IPL_MPFLOOR, 0, "rttmr", NULL); in rt_timer_init()
1537 mtx_init(&rttimer_mtx, IPL_MPFLOOR); in rt_timer_init()

12