Lines Matching refs:thread
17 kfree(tsk->thread.gs_cb);
18 kfree(tsk->thread.gs_bc_cb);
25 if (!current->thread.gs_cb) {
33 current->thread.gs_cb = gs_cb;
41 if (current->thread.gs_cb) {
43 kfree(current->thread.gs_cb);
44 current->thread.gs_cb = NULL;
55 gs_cb = current->thread.gs_bc_cb;
60 current->thread.gs_bc_cb = gs_cb;
71 gs_cb = current->thread.gs_bc_cb;
72 current->thread.gs_bc_cb = NULL;
83 gs_cb = current->thread.gs_bc_cb;
85 kfree(current->thread.gs_cb);
86 current->thread.gs_bc_cb = NULL;
89 current->thread.gs_cb = gs_cb;
100 if (!sibling->thread.gs_bc_cb)