Home | History | Annotate | Download | only in infiniband

Lines Matching full:shutdown

88 	/** Shutdown process */
89 struct process shutdown;
102 * This shutdown process will run some time after the call to
106 * The shutdown process holds an implicit reference on the CMRC
108 * shutdown process has run.
112 container_of ( process, struct ib_cmrc_connection, shutdown );
123 process_del ( &cmrc->shutdown );
141 /* Schedule shutdown process */
142 process_add ( &cmrc->shutdown );
390 process_init_stopped ( &cmrc->shutdown, ib_cmrc_shutdown,
422 * to our shutdown process, and return.