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

/linux-4.1.27/kernel/debug/
H A Dgdbstub.c701 unsigned char thref[BUF_THREAD_ID_SIZE]; gdb_cmd_query() local
720 int_to_threadref(thref, -cpu - 2); for_each_online_cpu()
721 ptr = pack_threadid(ptr, thref); for_each_online_cpu()
729 int_to_threadref(thref, p->pid); do_each_thread()
730 ptr = pack_threadid(ptr, thref); do_each_thread()
746 int_to_threadref(thref, ks->threadid);
747 pack_threadid(remcom_out_buffer + 2, thref);
955 unsigned char thref[BUF_THREAD_ID_SIZE]; gdb_serial_stub() local
963 int_to_threadref(thref, shadow_pid(current->pid)); gdb_serial_stub()
964 ptr = pack_threadid(ptr, thref); gdb_serial_stub()

Completed in 58 milliseconds