Searched refs:complete_and_exit (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | background.c | 153 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
|
/linux-2.4.37.9/include/linux/ |
D | kernel.h | 67 NORET_TYPE void complete_and_exit(struct completion *, long)
|
/linux-2.4.37.9/kernel/ |
D | exit.c | 478 NORET_TYPE void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function
|
D | ksyms.c | 462 EXPORT_SYMBOL(complete_and_exit);
|
/linux-2.4.37.9/include/linux/mtd/ |
D | compatmac.h | 442 #define complete_and_exit(c, r) do { complete(c); do_exit(r); } while(0) macro
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | commsup.c | 1085 complete_and_exit(&dev->aif_completion, 0); in aac_command_thread()
|
/linux-2.4.37.9/drivers/usb/ |
D | hub.c | 927 complete_and_exit(&khubd_exited, 0); in usb_hub_thread()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_txnmgr.c | 2764 complete_and_exit(&jfsIOwait, 0); in jfs_lazycommit() 2979 complete_and_exit(&jfsIOwait, 0); in jfs_sync()
|
D | jfs_logmgr.c | 2222 complete_and_exit(&jfsIOwait, 0); in jfsIOWait()
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_block.c | 851 complete_and_exit(&i2ob_thread_dead,0); in i2ob_evt()
|
D | i2o_core.c | 890 complete_and_exit(&evt_dead, 0); in i2o_core_evt()
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | nodemgr.c | 1348 complete_and_exit(&hi->exited, 0); in nodemgr_host_thread()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_buf.c | 2168 complete_and_exit(&pagebuf_daemon_done, 0); in pagebuf_daemon()
|
/linux-2.4.37.9/drivers/net/ |
D | 8139too.c | 1626 complete_and_exit (&tp->thr_exited, 0); in rtl8139_thread()
|
/linux-2.4.37.9/fs/jffs/ |
D | intrep.c | 3398 complete_and_exit(&c->gc_thread_comp, 0); in jffs_garbage_collect_thread()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | file_storage.c | 3410 complete_and_exit(&fsg->thread_notifier, 0); in fsg_main_thread()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 2442 complete_and_exit (&ai->thr_exited, 0); in airo_thread()
|