Home
last modified time | relevance | path

Searched refs:complete_and_exit (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dbackground.c153 complete_and_exit(&c->gc_thread_exit, 0); in jffs2_garbage_collect_thread()
/linux-2.4.37.9/include/linux/
Dkernel.h67 NORET_TYPE void complete_and_exit(struct completion *, long)
/linux-2.4.37.9/kernel/
Dexit.c478 NORET_TYPE void complete_and_exit(struct completion *comp, long code) in complete_and_exit() function
Dksyms.c462 EXPORT_SYMBOL(complete_and_exit);
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h442 #define complete_and_exit(c, r) do { complete(c); do_exit(r); } while(0) macro
/linux-2.4.37.9/drivers/scsi/aacraid/
Dcommsup.c1085 complete_and_exit(&dev->aif_completion, 0); in aac_command_thread()
/linux-2.4.37.9/drivers/usb/
Dhub.c927 complete_and_exit(&khubd_exited, 0); in usb_hub_thread()
/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c2764 complete_and_exit(&jfsIOwait, 0); in jfs_lazycommit()
2979 complete_and_exit(&jfsIOwait, 0); in jfs_sync()
Djfs_logmgr.c2222 complete_and_exit(&jfsIOwait, 0); in jfsIOWait()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_block.c851 complete_and_exit(&i2ob_thread_dead,0); in i2ob_evt()
Di2o_core.c890 complete_and_exit(&evt_dead, 0); in i2o_core_evt()
/linux-2.4.37.9/drivers/ieee1394/
Dnodemgr.c1348 complete_and_exit(&hi->exited, 0); in nodemgr_host_thread()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c2168 complete_and_exit(&pagebuf_daemon_done, 0); in pagebuf_daemon()
/linux-2.4.37.9/drivers/net/
D8139too.c1626 complete_and_exit (&tp->thr_exited, 0); in rtl8139_thread()
/linux-2.4.37.9/fs/jffs/
Dintrep.c3398 complete_and_exit(&c->gc_thread_comp, 0); in jffs_garbage_collect_thread()
/linux-2.4.37.9/drivers/usb/gadget/
Dfile_storage.c3410 complete_and_exit(&fsg->thread_notifier, 0); in fsg_main_thread()
/linux-2.4.37.9/drivers/net/wireless/
Dairo.c2442 complete_and_exit (&ai->thr_exited, 0); in airo_thread()