Home
last modified time | relevance | path

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

/spdk/scripts/bpf/
H A Dtrace.py12 import ctypes as ct namespace
266 class CParserOpts(ct.Structure):
267 _fields_ = [('filename', ct.c_char_p),
268 ('mode', ct.c_int),
269 ('lcore', ct.c_uint16)]
272 class CTraceOwner(ct.Structure):
273 _fields_ = [('type', ct.c_uint8),
274 ('id_prefix', ct.c_char)]
277 class CTraceObject(ct.Structure):
278 _fields_ = [('type', ct.c_uint8),
[all …]
/spdk/lib/thread/
H A Dthread.c2044 struct call_thread *ct = ctx; in spdk_for_each_thread()
2046 assert(ct->orig_thread->for_each_count > 0); in spdk_for_each_thread()
2047 ct->orig_thread->for_each_count--; in spdk_for_each_thread()
2049 ct->cpl(ct->ctx); in spdk_for_each_thread()
2056 struct call_thread *ct = ctx; in spdk_for_each_thread()
2059 ct->fn(ct->ctx); in spdk_for_each_thread()
2062 ct->cur_thread = TAILQ_NEXT(ct in spdk_for_each_thread()
1995 struct call_thread *ct = ctx; _back_to_orig_thread() local
2007 struct call_thread *ct = ctx; _on_thread() local
2037 struct call_thread *ct; spdk_for_each_thread() local
[all...]
/spdk/include/spdk/
H A Dnvme_ocssd_spec.h167 } ct; member