Searched refs:kthread (Results 26 - 50 of 355) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dsdio_irq.c18 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dkthread.c23 #include <linux/kthread.h>
97 "ecryptfs-kthread");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dlibusual.c11 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmsp3400-driver.c54 #include <linux/kthread.h>
292 if (NULL == state->kthread)
817 state->kthread = kthread_run(thread_func, client, "msp34xx");
819 if (IS_ERR(state->kthread))
832 if (state->kthread) {
834 kthread_stop(state->kthread);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-v4l2-enc.c22 #include <linux/kthread.h>
49 struct task_struct *kthread; member in struct:solo_enc_fh
214 fh->kthread = kthread_run(solo_enc_thread, fh, SOLO6010_NAME "_enc");
216 if (IS_ERR(fh->kthread))
217 return PTR_ERR(fh->kthread);
267 if (fh->kthread) {
268 kthread_stop(fh->kthread);
269 fh->kthread = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dclntlock.c18 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000.h79 struct task_struct *kthread; member in struct:tm6000_dmaqueue
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Duwbd.c71 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/
H A Dw1_int.c25 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video.h36 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudmgr.c22 #include <linux/kthread.h>
H A Dsnd.c22 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dmark.c88 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dsmbiod.c20 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/44x/
H A Dwarp.c14 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr-test.c8 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dalgboss.c17 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/tomoyo/
H A Dgc.c11 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A DMakefile10 kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dipipe.c31 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ducb1x00-ts.c32 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dqueue.c16 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-raw-event.c15 #include <linux/kthread.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.c26 #include <linux/kthread.h>
H A Dpvrusb2-dvb.c21 #include <linux/kthread.h>

Completed in 281 milliseconds

1234567891011>>