| /openbsd/src/sys/sys/ |
| D | mutex.h | 45 (((ipl) < IPL_MPFLOOR) ? IPL_MPFLOOR : (ipl))
|
| /openbsd/src/sys/arch/luna88k/include/ |
| D | intr.h | 50 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | intrdefs.h | 37 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/i386/include/ |
| D | intrdefs.h | 73 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/landisk/include/ |
| D | intr.h | 49 #define IPL_MPFLOOR IPL_NONE /* no MP on landisk */ macro
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | intr.h | 103 #define IPL_MPFLOOR IPL_SERIAL macro
|
| /openbsd/src/sys/arch/powerpc64/include/ |
| D | intr.h | 44 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/loongson/include/ |
| D | intr.h | 67 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | intr.h | 53 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/octeon/include/ |
| D | intr.h | 66 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | intr.h | 53 #define IPL_MPFLOOR IPL_AUDIO macro
|
| /openbsd/src/sys/arch/arm64/include/ |
| D | intr.h | 62 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/riscv64/include/ |
| D | intr.h | 62 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/armv7/include/ |
| D | intr.h | 62 #define IPL_MPFLOOR IPL_TTY macro
|
| /openbsd/src/sys/arch/alpha/include/ |
| D | intr.h | 128 #define IPL_MPFLOOR IPL_AUDIO macro
|
| /openbsd/src/sys/uvm/ |
| D | uvm_anon.c | 48 pool_init(&uvm_anon_pool, sizeof(struct vm_anon), 0, IPL_MPFLOOR, in uvm_anon_init()
|
| D | uvm_amap.c | 263 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/ |
| D | hotplug.c | 39 static struct mutex hotplug_mtx = MUTEX_INITIALIZER(IPL_MPFLOOR);
|
| D | kcov.c | 129 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/ |
| D | kern_descrip.c | 68 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()
|
| D | kern_synch.c | 668 mtx_init(&tsb_shared.tsb_lock, IPL_MPFLOOR); in tslp_init() 674 mtx_init(&tsb->tsb_lock, IPL_MPFLOOR); in tslp_init()
|
| D | kern_rwlock.c | 693 pool_init(&rwlock_obj_pool, sizeof(struct rwlock_obj), 0, IPL_MPFLOOR, in rw_obj_init()
|
| D | kern_proc.c | 110 pool_init(&ucred_pool, sizeof(struct ucred), 0, IPL_MPFLOOR, in procinit()
|
| /openbsd/src/sys/net/ |
| D | if_sec.c | 112 MUTEX_INITIALIZER(IPL_MPFLOOR);
|
| D | route.c | 193 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()
|