Lines Matching +defs:l +defs:p

342 	struct lwp *l = &lwp0;  in lwp0_init()  local
366 lwp_t *l = obj; in lwp_dtor() local
458 lwp_continue(struct lwp *l) in lwp_continue()
488 lwp_unstop(struct lwp *l) in lwp_unstop()
490 struct proc *p = l->l_proc; in lwp_unstop() local
529 lwp_wait(struct lwp *l, lwpid_t lid, lwpid_t *departed, bool exiting) in lwp_wait()
532 proc_t *p = l->l_proc; in lwp_wait() local
701 lwp_find_free_lid(lwpid_t try_lid, lwp_t * new_lwp, proc_t *p) in lwp_find_free_lid()
1015 lwp_exit(struct lwp *l) in lwp_exit()
1017 struct proc *p = l->l_proc; in lwp_exit() local
1163 lwp_free(struct lwp *l, bool recycle, bool last) in lwp_free()
1165 struct proc *p = l->l_proc; in lwp_free() local
1278 lwp_migrate(lwp_t *l, struct cpu_info *tci) in lwp_migrate()
1346 proc_t *p; in lwp_find2() local
1347 lwp_t *l; in lwp_find2() local
1381 lwp_find(struct proc *p, lwpid_t id) in lwp_find()
1383 struct lwp *l; in lwp_find() local
1411 lwp_update_creds(struct lwp *l) in lwp_update_creds()
1414 struct proc *p; in lwp_update_creds() local
1433 lwp_locked(struct lwp *l, kmutex_t *mtx) in lwp_locked()
1444 lwp_setlock(struct lwp *l, kmutex_t *mtx) in lwp_setlock()
1458 lwp_unlock_to(struct lwp *l, kmutex_t *mtx) in lwp_unlock_to()
1471 lwp_trylock(struct lwp *l) in lwp_trylock()
1485 lwp_unsleep(lwp_t *l, bool cleanup) in lwp_unsleep()
1497 lwp_userret(struct lwp *l) in lwp_userret()
1499 struct proc *p; in lwp_userret() local
1576 lwp_need_userret(struct lwp *l) in lwp_need_userret()
1594 lwp_addref(struct lwp *l) in lwp_addref()
1609 lwp_delref(struct lwp *l) in lwp_delref()
1611 struct proc *p = l->l_proc; in lwp_delref() local
1624 lwp_delref2(struct lwp *l) in lwp_delref2()
1626 struct proc *p = l->l_proc; in lwp_delref2() local
1639 lwp_drainrefs(struct lwp *l) in lwp_drainrefs()
1641 struct proc *p = l->l_proc; in lwp_drainrefs() local
1656 lwp_alive(lwp_t *l) in lwp_alive()
1677 lwp_find_first(proc_t *p) in lwp_find_first()
1679 lwp_t *l; in lwp_find_first() local
1703 proc_t *p; in lwp_ctl_alloc() local
1704 lwp_t *l; in lwp_ctl_alloc() local
1836 lwp_ctl_free(lwp_t *l) in lwp_ctl_free()
1838 struct proc *p = l->l_proc; in lwp_ctl_free() local
1878 proc_t *p; in lwp_ctl_exit() local
1879 lwp_t *l; in lwp_ctl_exit() local
1923 lwp_setprivate(struct lwp *l, void *ptr) in lwp_setprivate()
1940 lwp_t *l; in lwp_whatis() local