~ubuntu-branches/ubuntu/wily/spl-linux/wily-proposed

« back to all changes in this revision

Viewing changes to module/splat/splat-condvar.c

  • Committer: Package Import Robot
  • Author(s): Liang Guo
  • Date: 2014-07-31 15:16:53 UTC
  • Revision ID: package-import@ubuntu.com-20140731151653-tgao12alohj26jcs
Tags: upstream-0.6.3+git20140731
ImportĀ upstreamĀ versionĀ 0.6.3+git20140731

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                ct[i].ct_cvp = &cv;
109
109
                ct[i].ct_name = SPLAT_CONDVAR_TEST1_NAME;
110
110
                ct[i].ct_rc = 0;
111
 
                ct[i].ct_thread = kthread_create(splat_condvar_test12_thread,
 
111
                ct[i].ct_thread = spl_kthread_create(splat_condvar_test12_thread,
112
112
                    &ct[i], "%s/%d", SPLAT_CONDVAR_TEST_NAME, i);
113
113
 
114
114
                if (!IS_ERR(ct[i].ct_thread)) {
173
173
                ct[i].ct_cvp = &cv;
174
174
                ct[i].ct_name = SPLAT_CONDVAR_TEST2_NAME;
175
175
                ct[i].ct_rc = 0;
176
 
                ct[i].ct_thread = kthread_create(splat_condvar_test12_thread,
 
176
                ct[i].ct_thread = spl_kthread_create(splat_condvar_test12_thread,
177
177
                    &ct[i], "%s/%d", SPLAT_CONDVAR_TEST_NAME, i);
178
178
 
179
179
                if (!IS_ERR(ct[i].ct_thread)) {
254
254
                ct[i].ct_cvp = &cv;
255
255
                ct[i].ct_name = SPLAT_CONDVAR_TEST3_NAME;
256
256
                ct[i].ct_rc = 0;
257
 
                ct[i].ct_thread = kthread_create(splat_condvar_test34_thread,
 
257
                ct[i].ct_thread = spl_kthread_create(splat_condvar_test34_thread,
258
258
                    &ct[i], "%s/%d", SPLAT_CONDVAR_TEST_NAME, i);
259
259
 
260
260
                if (!IS_ERR(ct[i].ct_thread)) {
324
324
                ct[i].ct_cvp = &cv;
325
325
                ct[i].ct_name = SPLAT_CONDVAR_TEST3_NAME;
326
326
                ct[i].ct_rc = 0;
327
 
                ct[i].ct_thread = kthread_create(splat_condvar_test34_thread,
 
327
                ct[i].ct_thread = spl_kthread_create(splat_condvar_test34_thread,
328
328
                    &ct[i], "%s/%d", SPLAT_CONDVAR_TEST_NAME, i);
329
329
 
330
330
                if (!IS_ERR(ct[i].ct_thread)) {