Searched refs:kthread (Results 1 - 25 of 240) sorted by relevance

12345678910

/netbsd-current/tests/rump/rumpkern/
H A Dt_threads.c58 ATF_TC(kthread); variable
59 ATF_TC_HEAD(kthread, tc)
65 ATF_TC_BODY(kthread, tc)
78 ATF_TP_ADD_TC(tp, kthread);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dmod.c35 #include <sys/kthread.h>
H A Dkobj.c65 #include <sys/kthread.h>
/netbsd-current/external/cddl/osnet/sys/sys/
H A Dproc.h70 #include <sys/kthread.h>
/netbsd-current/sys/dev/raidframe/
H A Drf_threadstuff.h50 #include <sys/kthread.h>
/netbsd-current/tests/rump/kernspace/
H A Dthread.c37 #include <sys/kthread.h>
H A Dtsleep.c37 #include <sys/kthread.h>
H A Dbusypage.c37 #include <sys/kthread.h>
H A Dalloc.c38 #include <sys/kthread.h>
H A Dworkqueue.c39 #include <sys/kthread.h>
/netbsd-current/sys/fs/udf/
H A Dudf_strat_bootstrap.c57 #include <sys/kthread.h>
/netbsd-current/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_perf_test.c13 #include <sys/kthread.h>
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_module.c46 #include <linux/kthread.h>
111 printf("linux: unable to initialize kthread: %d\n", error);
H A Dlinux_kthread.c39 #include <sys/kthread.h>
45 #include <linux/kthread.h>
102 KASSERTMSG(T != NULL, "%s must be called from Linux kthread", caller);
127 /* Exit the (NetBSD) kthread. */
190 /* Lock order: interlock, then kthread lock. */
214 /* Free the (Linux) kthread. */
238 /* Lock order: interlock, then kthread lock. */
251 * not hold while we wait on the kthread condvar.
266 /* Release the kthread lock too. */
/netbsd-current/sys/arch/sgimips/hpc/
H A Dbutton.c37 #include <sys/kthread.h>
/netbsd-current/sys/dev/usb/
H A Dauvitekvar.h34 #include <sys/kthread.h>
/netbsd-current/sys/arch/hpcarm/dev/
H A Dj720pcic.c44 #include <sys/kthread.h>
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dlubbock_pcic.c42 #include <sys/kthread.h>
/netbsd-current/sys/kern/
H A Dkern_idle.c36 #include <sys/kthread.h>
/netbsd-current/sys/rump/fs/lib/libsyspuffs/
H A Dpuffs_rumpglue.c38 #include <sys/kthread.h>
/netbsd-current/sys/ufs/chfs/
H A Debh.h51 #include <sys/kthread.h>
/netbsd-current/sys/fs/nilfs/
H A Dnilfs.h38 #include <sys/kthread.h>
/netbsd-current/sys/dev/sysmon/
H A Dsysmon_taskq.c50 #include <sys/kthread.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_fence.c29 #include <linux/kthread.h>
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfpu.c40 #include <sys/kthread.h>

Completed in 162 milliseconds

12345678910