Home
last modified time | relevance | path

Searched defs:tstate (Results 51 - 75 of 128) sorted by relevance

123456

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dptrace_64.c298 unsigned long tstate; in genregs64_set() local
464 unsigned long tstate; setregs64_set() local
632 unsigned long tstate; genregs32_set() local
801 unsigned long tstate; setregs_set() local
[all...]
H A Dvisemul.c359 unsigned long ccr, tstate; in edge() local
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-cpm.c60 uint tstate; /* Internal */ member
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfsl_ucc_hdlc.h34 __be32 tstate; member
/kernel/linux/linux-5.10/include/soc/fsl/
H A Dcpm.h25 __be32 tstate; /* Internal */ member
/kernel/linux/linux-6.6/fs/quota/
H A Dquota.c122 struct qc_type_state *tstate; in quota_getinfo() local
/kernel/linux/linux-6.6/include/soc/fsl/
H A Dcpm.h25 __be32 tstate; /* Internal */ member
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dfsl_ucc_hdlc.h34 __be32 tstate; member
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-cpm.c60 uint tstate; /* Internal */ member
/third_party/python/Parser/
H A Dpegen.c655 PyThreadState *tstate = _PyThreadState_GET(); in _PyPegen_number_token() local
/third_party/python/Python/
H A Dast_opt.c1081 PyThreadState *tstate; in _PyAST_Optimize() local
H A Dsymtable.c280 PyThreadState *tstate; in _PySymtable_Build() local
H A D_warnings.c43 PyThreadState *tstate = _PyThreadState_GET(); in get_current_tstate() local
495 show_warning(PyThreadState *tstate, PyObject *filename, int lineno, in show_warning() argument
568 call_show_warning(PyThreadState *tstate, PyObject *category, in call_show_warning() argument
625 warn_explicit(PyThreadState *tstate, PyObjec argument
823 PyThreadState *tstate = get_current_tstate(); setup_context() local
939 PyThreadState *tstate = get_current_tstate(); do_warn() local
1216 PyThreadState *tstate = get_current_tstate(); PyErr_WarnExplicitObject() local
1284 PyThreadState *tstate = get_current_tstate(); PyErr_WarnExplicitFormat() local
[all...]
/third_party/python/Objects/
H A Dfuncobject.c55 PyThreadState *tstate = _PyThreadState_GET(); in PyFunction_NewWithQualName() local
H A Dcall.c22 null_error(PyThreadState *tstate) in null_error() argument
33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() argument
85 PyThreadState *tstate = _PyThreadState_GET(); _Py_CheckSlotResult() local
117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwargs) _PyObject_FastCallDictTstate() argument
164 PyThreadState *tstate = _PyThreadState_GET(); PyObject_VectorcallDict() local
170 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, PyObject *const *args, Py_ssize_t nargs, PyObject *keywords) _PyObject_MakeTpCall() argument
236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, PyObject *callable, PyObject *tuple, PyObject *kwargs) _PyVectorcall_Call() argument
268 PyThreadState *tstate = _PyThreadState_GET(); PyVectorcall_Call() local
298 PyThreadState *tstate = _PyThreadState_GET(); PyObject_Vectorcall() local
307 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_FastCall() local
313 _PyObject_Call(PyThreadState *tstate, PyObject *callable, PyObject *args, PyObject *kwargs) _PyObject_Call() argument
354 PyThreadState *tstate = _PyThreadState_GET(); PyObject_Call() local
362 PyThreadState *tstate = _PyThreadState_GET(); PyCFunction_Call() local
374 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallOneArg() local
390 PyThreadState *tstate = _PyThreadState_GET(); _PyFunction_Vectorcall() local
408 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallObjectWithKeywords() local
440 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallObject() local
456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, PyObject *obj, PyObject *args, PyObject *kwargs) _PyObject_Call_Prepend() argument
495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, const char *format, va_list va, int is_size_t) _PyObject_CallFunctionVa() argument
555 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallFunction() local
573 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallFunction() local
586 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallFunction_SizeT() local
598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) callmethod() argument
614 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallMethod() local
641 PyThreadState *tstate = _PyThreadState_GET(); PyEval_CallMethod() local
665 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethod() local
689 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodId() local
709 _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, const char *format, ...) _PyObject_CallMethodFormat() argument
724 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethod_SizeT() local
748 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodId_SizeT() local
771 object_vacall(PyThreadState *tstate, PyObject *base, PyObject *callable, va_list vargs) object_vacall() argument
836 PyThreadState *tstate = _PyThreadState_GET(); PyObject_VectorcallMethod() local
865 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallMethodObjArgs() local
890 PyThreadState *tstate = _PyThreadState_GET(); _PyObject_CallMethodIdObjArgs() local
920 PyThreadState *tstate = _PyThreadState_GET(); PyObject_CallFunctionObjArgs() local
959 _PyStack_UnpackDict(PyThreadState *tstate, PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject **p_kwnames) _PyStack_UnpackDict() argument
[all...]
H A Dframeobject.c780 PyThreadState *tstate = _PyThreadState_GET(); in frame_setlineno() local
1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New() argument
1382 _PyEval_BuiltinsFromGlobals(PyThreadState *tstate, PyObject *globals) in _PyEval_BuiltinsFromGlobals() argument
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf_dump.c446 struct btf_dump_type_aux_state *tstate = &d->type_states[id]; in btf_dump_order_type() local
647 struct btf_dump_type_aux_state *tstate in btf_dump_emit_type() local
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c981 PyThreadState *tstate; in alsa_mixer_simple_event() local
/third_party/python/Modules/
H A D_functoolsmodule.c191 partial_vectorcall_fallback(PyThreadState *tstate, partialobject *pto, in partial_vectorcall_fallback() argument
205 PyThreadState *tstate = _PyThreadState_GET(); in partial_vectorcall() local
H A D_threadmodule.c859 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in local_clear() local
1060 PyThreadState *tstate; member
1079 PyThreadState *tstate; in thread_run() local
1320 PyThreadState *tstate = _PyThreadState_GET(); thread__set_sentinel() local
1513 PyThreadState *tstate = _PyThreadState_GET(); thread_excepthook() local
[all...]
H A Dfaulthandler.c161 PyThreadState *tstate = _PyThreadState_GET(); in faulthandler_get_fileno() local
219 PyThreadState *tstate = _PyThreadState_GET(); in get_thread_state() local
234 PyThreadState *tstate; in faulthandler_dump_traceback() local
269 PyThreadState *tstate; faulthandler_dump_traceback_py() local
547 PyThreadState *tstate; faulthandler_py_enable() local
713 PyThreadState *tstate; faulthandler_dump_traceback_later() local
916 PyThreadState *tstate; faulthandler_register_py() local
[all...]
H A Dsignalmodule.c545 PyThreadState *tstate = _PyThreadState_GET(); in signal_signal_impl() local
1703 PyThreadState *tstate = _PyThreadState_GET(); global() local
1805 PyThreadState *tstate = _PyThreadState_GET(); global() local
1816 _PyErr_CheckSignalsTstate(PyThreadState *tstate) global() argument
1909 PyThreadState *tstate = _PyThreadState_GET(); global() local
2027 _PyOS_InterruptOccurred(PyThreadState *tstate) global() argument
2047 PyThreadState *tstate = _PyThreadState_GET(); global() local
[all...]
H A D_lsprof.c680 PyThreadState *tstate = _PyThreadState_GET(); in profiler_enable() local
714 PyThreadState *tstate = _PyThreadState_GET(); in profiler_disable() local
752 PyThreadState *tstate = _PyThreadState_GET(); in profiler_dealloc() local
/third_party/python/Include/cpython/
H A Dobject.h473 PyAPI_FUNC(void) _PyTrash_end(PyThreadState *tstate); variable
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H A Dptrace.h24 unsigned long tstate; member

Completed in 31 milliseconds

123456