コード例 #1
0
ファイル: fid_handler.c プロジェクト: Cool-Joe/imx23-audio
static void __exit fid_mod_exit(void)
{
	lu_context_key_degister(&seq_thread_key);
	if (seq_type_proc_dir != NULL && !IS_ERR(seq_type_proc_dir)) {
		lprocfs_remove(&seq_type_proc_dir);
		seq_type_proc_dir = NULL;
	}
}
コード例 #2
0
ファイル: fid_handler.c プロジェクト: LLNL/lustre
static void __exit fid_mod_exit(void)
{
        llo_local_obj_unregister(&llod_seq_srv);
        llo_local_obj_unregister(&llod_seq_ctl);

        lu_context_key_degister(&seq_thread_key);
        if (seq_type_proc_dir != NULL && !IS_ERR(seq_type_proc_dir)) {
                lprocfs_remove(&seq_type_proc_dir);
                seq_type_proc_dir = NULL;
        }
}
コード例 #3
0
ファイル: qsd_lib.c プロジェクト: hocks/lustre-release
/*
 * Companion of qsd_glb_init() called at module unload time
 */
void qsd_glb_fini(void)
{
	lustre_register_quota_process_config(NULL);
	lu_kmem_fini(qsd_caches);
	lu_context_key_degister(&qsd_thread_key);
}
コード例 #4
0
ファイル: llog_obd.c プロジェクト: 7799/linux
void llog_info_fini(void)
{
	lu_context_key_degister(&llog_thread_key);
}
コード例 #5
0
ファイル: fld_handler.c プロジェクト: Zealsathish/lustre
void fld_server_mod_exit(void)
{
	lu_context_key_degister(&fld_thread_key);
}
コード例 #6
0
ファイル: lu_ucred.c プロジェクト: ORNL-TechInt/lustre
void lu_ucred_global_fini(void)
{
	lu_context_key_degister(&lu_ucred_key);
}