Home
last modified time | relevance | path

Searched defs:lwp (Results 1 – 25 of 62) sorted by relevance

123

/netbsd/src/sys/sys/
Dlwp.h88 struct lwp { struct
98 TAILQ_ENTRY(lwp) l_runq; /* s: run queue */ argument
103 void *l_addr; /* l: PCB address; use lwp_getpcb() */ argument
104 struct mdlwp l_md; /* l: machine-dependent fields. */ argument
126 struct lwpctl *l_lwpctl; /* p: lwpctl block kernel address */ argument
127 struct lcpage *l_lcpage; /* p: lwpctl containing page */ argument
132 LIST_ENTRY(lwp) l_sleepchain; /* l: sleep queue */ argument
151 lwpid_t l_lid; /* (: LWP identifier; local to proc */ argument
152 LIST_ENTRY(lwp) l_list; /* a: entry on list of all LWPs */ argument
155 LIST_ENTRY(lwp) l_sibling; /* p: entry on proc's list of LWPs */ argument
[all …]
Dsystm.h737 #define KERNEL_LOCK(count, lwp) \ argument
742 #define KERNEL_UNLOCK(all, lwp, p) _kernel_unlock((all), (p)) argument
745 #define KERNEL_LOCK(count, lwp) do {(void)(count); (void)(lwp);} while (0) /*NOP*/ argument
746 #define KERNEL_UNLOCK(all, lwp, ptr) do {(void)(all); (void)(lwp); (void)(ptr);} while (0) /*NOP… argument
/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-netbsd-nat.c133 int lwp = regcache->ptid ().lwp (); in fetch_register() local
151 int lwp = regcache->ptid ().lwp (); in fetch_fp_register() local
181 int lwp = regcache->ptid ().lwp (); in fetch_fp_regs() local
225 int lwp = regcache->ptid ().lwp (); in store_register() local
298 int lwp = regcache->ptid ().lwp (); in store_regs() local
340 int lwp = regcache->ptid ().lwp (); in store_fp_register() local
374 int lwp = regcache->ptid ().lwp (); in store_fp_regs() local
Dsh-netbsd-nat.c55 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
78 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dalpha-bsd-nat.c55 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
89 int lwp = regcache->ptid ().lwp (); in store_registers() local
Driscv-netbsd-nat.c66 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
101 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dmips-netbsd-nat.c55 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
86 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dvax-bsd-nat.c78 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
94 int lwp = regcache->ptid ().lwp (); in store_registers() local
Daarch64-netbsd-nat.c66 int lwp = ptid.lwp (); in fetch_registers() local
100 int lwp = ptid.lwp (); in store_registers() local
Dppc-netbsd-nat.c91 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
121 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dhppa-netbsd-nat.c171 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
201 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dm68k-bsd-nat.c121 int lwp = regcache->ptid ().lwp (); in fetch_registers() local
151 int lwp = regcache->ptid ().lwp (); in store_registers() local
Dlinux-nat.c346 ptid_of_lwp (struct lwp_info *lwp) in ptid_of_lwp()
354 lwp_set_arch_private_info (struct lwp_info *lwp, in lwp_set_arch_private_info()
363 lwp_arch_private_info (struct lwp_info *lwp) in lwp_arch_private_info()
371 lwp_is_stopped (struct lwp_info *lwp) in lwp_is_stopped()
379 lwp_stop_reason (struct lwp_info *lwp) in lwp_stop_reason()
387 lwp_is_stepping (struct lwp_info *lwp) in lwp_is_stepping()
921 int lwp; in find_lwp_pid() local
2393 linux_stop_lwp (struct lwp_info *lwp) in linux_stop_lwp()
2616 lwp_inferior (const lwp_info *lwp) in lwp_inferior()
4478 linux_nat_stop_lwp (struct lwp_info *lwp) in linux_nat_stop_lwp()
/netbsd/src/sys/nfs/
Dnfs_boot.c115 nfs_boot_init(struct nfs_diskless *nd, struct lwp *lwp) in nfs_boot_init()
195 nfs_boot_cleanup(struct nfs_diskless *nd, struct lwp *lwp) in nfs_boot_cleanup()
204 nfs_boot_ifupdown(struct ifnet *ifp, struct lwp *lwp, int up) in nfs_boot_ifupdown()
252 nfs_boot_setmtu(struct ifnet *ifp, int mtu, struct lwp *lwp) in nfs_boot_setmtu()
294 nfs_boot_setaddress(struct ifnet *ifp, struct lwp *lwp, in nfs_boot_setaddress()
351 nfs_boot_deladdress(struct ifnet *ifp, struct lwp *lwp, uint32_t addr) in nfs_boot_deladdress()
437 void *context, struct lwp *lwp) in nfs_boot_sendrecv()
679 struct nfs_args *argp, struct lwp *lwp) in md_mount()
Dnfs_serv.c163 nfsrv3_access(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv3_access()
226 nfsrv_getattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv_getattr()
266 nfsrv_setattr(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **… in nfsrv_setattr()
393 nfsrv_lookup(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **m… in nfsrv_lookup()
524 nfsrv_readlink(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf *… in nfsrv_readlink()
622 nfsrv_read(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mrq) in nfsrv_read()
846 nfsrv_write(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mr… in nfsrv_write()
1061 nfsrv_writegather(struct nfsrv_descript **ndp, struct nfssvc_sock *slp, struct lwp *lwp, struct mbu… in nfsrv_writegather()
1420 nfsrv_create(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **m… in nfsrv_create()
1663 nfsrv_mknod(struct nfsrv_descript *nfsd, struct nfssvc_sock *slp, struct lwp *lwp, struct mbuf **mr… in nfsrv_mknod()
[all …]
Dnfs_bootstatic.c66 nfs_bootstatic(struct nfs_diskless *nd, struct lwp *lwp, int *_flags) in nfs_bootstatic()
Dnfs_clntsocket.c320 nfs_reply(struct nfsreq *myrep, struct lwp *lwp) in nfs_reply()
501 nfs_request(struct nfsnode *np, struct mbuf *mrest, int procnum, struct lwp *lwp, kauth_cred_t cred… in nfs_request()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_module.c193 compat32_80_modctl_compat_stub(struct lwp *lwp, in compat32_80_modctl_compat_stub()
201 netbsd32_modctl(struct lwp *lwp, const struct netbsd32_modctl_args *uap, in netbsd32_modctl()
Dnetbsd32_compat_80.c149 netbsd32_80_modctl(struct lwp *lwp, const struct netbsd32_modctl_args *uap, in netbsd32_80_modctl()
/netbsd/src/tests/lib/libc/sys/
Dt_ptrace_lwp_wait.h69 struct ptrace_lwpinfo lwp = {0, 0}; in traceme_lwpinfo() local
437 struct ptrace_lwpinfo lwp = {0, 0}; in attach_lwpinfo() local
/netbsd/src/sys/compat/common/
Dvnd_30.c105 int (*get)(struct lwp *, void *, int, struct vattr *)) in compat_30_vndioctl()
Dvnd_50.c104 int (*get)(struct lwp *, void *, int, struct vattr *)) in compat_50_vndioctl()
Dccd_60.c50 compat_60_ccdioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l, in compat_60_ccdioctl()
/netbsd/src/lib/librumpuser/
Drumpfiber.h38 void *lwp; member
/netbsd/src/sys/kern/
Dsubr_msan.c384 msan_lwp_t *lwp; in kmsan_init_arg() local
397 msan_lwp_t *lwp; in kmsan_init_ret() local
410 msan_lwp_t *lwp; in kmsan_check_arg() local
430 msan_lwp_t *lwp; in kmsan_lwp_alloc() local
453 msan_lwp_t *lwp; in kmsan_intr_enter() local
471 msan_lwp_t *lwp; in kmsan_intr_leave() local
636 msan_lwp_t *lwp; in __msan_get_context_state() local

123