Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/debug/
Dgdbstub.c702 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_cmd_query() local
721 int_to_threadref(thref, -cpu - 2); in gdb_cmd_query()
722 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
730 int_to_threadref(thref, p->pid); in gdb_cmd_query()
731 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
747 int_to_threadref(thref, ks->threadid); in gdb_cmd_query()
748 pack_threadid(remcom_out_buffer + 2, thref); in gdb_cmd_query()
969 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_serial_stub() local
977 int_to_threadref(thref, shadow_pid(current->pid)); in gdb_serial_stub()
978 ptr = pack_threadid(ptr, thref); in gdb_serial_stub()