Home
last modified time | relevance | path

Searched refs:p_spin (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_plimit.c100 spin_lock_shared(&p->p_spin); in readplimits()
240 spin_lock(&olimit->p_spin); in plimit_modify()
293 spin_lock(&limit->p_spin); in kern_setrlimit()
297 spin_unlock(&limit->p_spin); in kern_setrlimit()
302 spin_unlock(&limit->p_spin); in kern_setrlimit()
309 spin_lock(&limit->p_spin); in kern_setrlimit()
314 spin_unlock(&limit->p_spin); in kern_setrlimit()
333 spin_lock(&limit->p_spin); in kern_setrlimit()
348 spin_unlock(&limit->p_spin); in kern_setrlimit()
382 spin_lock(&limit->p_spin); in kern_setrlimit()
[all …]
H A Dsys_process.c750 spin_lock(&p->p_spin); in stopevent()
752 spin_unlock(&p->p_spin); in stopevent()
759 spin_unlock(&p->p_spin); in stopevent()
768 spin_lock(&p->p_spin); in stopevent()
770 spin_unlock(&p->p_spin); in stopevent()
774 spin_unlock(&p->p_spin); in stopevent()
H A Dkern_descrip.c626 spin_lock_shared(&p->p_spin); in readplimits()
1992 spin_lock(&p->p_spin); in fdrevoke_proc_callback()
1994 spin_unlock(&p->p_spin); in fdrevoke_proc_callback()
1998 spin_unlock(&p->p_spin); in fdrevoke_proc_callback()
2620 spin_lock(&p->p_spin); in fdfree()
2622 spin_unlock(&p->p_spin); in fdfree()
2652 spin_lock(&p->p_spin); in fdfree()
2654 spin_unlock(&p->p_spin); in fdfree()
3392 spin_lock(&p->p_spin); in sysctl_kern_file_callback()
3394 spin_unlock(&p->p_spin); in sysctl_kern_file_callback()
[all …]
H A Dkern_proc.c150 spin_lock(&p->p_spin); in pcredcache()
153 spin_unlock(&p->p_spin); in pcredcache()
324 spin_lock(&p->p_spin); in pstall()
327 spin_unlock(&p->p_spin); in pstall()
H A Dkern_exit.c1285 spin_lock(&p->p_spin); in kern_wait()
1288 spin_unlock(&p->p_spin); in kern_wait()
H A Dkern_prot.c1184 spin_lock(&p->p_spin); in cratom_proc()
1186 spin_unlock(&p->p_spin); in cratom_proc()
H A Dinit_main.c167 spin_init(&proc0.p_spin, "iproc_proc0"); in mi_proc0init()
H A Dkern_fork.c470 spin_init(&p2->p_spin, "procfork1"); in fork1()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c256 spin_lock(&p->p_spin); in procfs_close()
259 spin_unlock(&p->p_spin); in procfs_close()
308 spin_lock(&procp->p_spin); in procfs_ioctl()
310 spin_unlock(&procp->p_spin); in procfs_ioctl()
313 spin_lock(&procp->p_spin); in procfs_ioctl()
315 spin_unlock(&procp->p_spin); in procfs_ioctl()
342 spin_lock(&procp->p_spin); in procfs_ioctl()
347 spin_unlock(&procp->p_spin); in procfs_ioctl()
361 spin_lock(&procp->p_spin); in procfs_ioctl()
381 spin_lock(&procp->p_spin); in procfs_ioctl()
[all …]
/dragonfly/sys/sys/
H A Dresourcevar.h93 struct spinlock p_spin; /* protect modifications */ member
H A Dproc.h329 struct spinlock p_spin; /* Spinlock for LWP access to proc */ member
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c199 spin_lock(&curp->p_spin); in userenter()
201 spin_unlock(&curp->p_spin); in userenter()