Searched refs:thref (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/debug/
H A Dgdbstub.c699 unsigned char thref[BUF_THREAD_ID_SIZE]; local
718 int_to_threadref(thref, -cpu - 2);
719 ptr = pack_threadid(ptr, thref);
727 int_to_threadref(thref, p->pid);
728 ptr = pack_threadid(ptr, thref);
744 int_to_threadref(thref, ks->threadid);
745 pack_threadid(remcom_out_buffer + 2, thref);
966 unsigned char thref[BUF_THREAD_ID_SIZE]; local
974 int_to_threadref(thref, shadow_pid(current->pid));
975 ptr = pack_threadid(ptr, thref);
[all...]

Completed in 152 milliseconds